-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #9
Comments
can you provide a sample android client code? according to the exception call stack, I guess this is because client didn't send proper handshake data that was sent by server at s1 state. |
I didn't do the app, I used this: |
I tried also with obs studio to transmit a video but it doesn't work, in this case there are no errors but if I open the stream with VLC I don't see anything. |
anyway congratulations and thanks for the wonderful application you did |
sorry for late, I’ll keep tracking this problem and find out the reason |
ok thank you |
Hello, if i try to connect with rtmp camera(android app) i have this error:
System.Net.ProtocolViolationException Message: Operation is not valid due to the
current state of the object.
at Harmonic.Networking.Rtmp.HandshakeContext.ProcessHandshakeC2(ReadOnlySeque
nce`1 buffer, Int32& consumed) in C:\Users\Administrator\Desktop\Harmonic-master
\Harmonic\Networking\Rtmp\HandshakeContext.cs:line 106
at Harmonic.Networking.Rtmp.IOPipeLine.Consumer(PipeReader reader, Cancellati
onToken ct) in C:\Users\Administrator\Desktop\Harmonic-master\Harmonic\Networkin
g\Rtmp\IOPipeLine.cs:line 197
at Harmonic.Hosting.RtmpServer.AcceptCallback(IAsyncResult ar, CancellationTo
ken ct) in C:\Users\Administrator\Desktop\Harmonic-master\Harmonic\Hosting\RtmpS
erver.cs:line 116
The text was updated successfully, but these errors were encountered: