Closed GoogleCodeExporter closed 8 years ago
From the logs it seems that even though the server says it's an unencrypted
connection (type 3), the handshake response is not just mirrored (that's why
the client signature does not match I guess). In 0.32 I changed the handshake
to be according to rtmpdump - which also does only compare all bytes when type
is 3.
I'll try to come up with a ways to actually use both methods as fallback.
Original comment by bborgsd...@gmail.com
on 27 Aug 2011 at 12:58
I tried also rtmpdump 2.3. It wrotes that 'client signature does not match!'
but it continued.
I hope that this will be fixed as soon as possible.
Original comment by juraj.ho...@inmail.sk
on 27 Aug 2011 at 4:31
Oh, so rtmpdump simply continues even though signature does not match?
Interesting. I have to check their latest code to see if I should also do that.
Original comment by bborgsd...@gmail.com
on 27 Aug 2011 at 4:37
Can you try latest trunk, if it now works with your rtmp connections? I changed
the behavior rtmpdump alike, to continue even with unmatched signature.
Original comment by bborgsd...@gmail.com
on 28 Aug 2011 at 10:41
It works perfectly ... only one note. In log are many messages 'client
signature does not match!'.
Original comment by juraj.ho...@inmail.sk
on 28 Aug 2011 at 2:52
Attachments:
Oh stupid me ;) I should have added a "break" on the first invalid byte. It
keeps checking and logging all. Just committed the fix.
Original comment by bborgsd...@gmail.com
on 28 Aug 2011 at 3:14
https://code.google.com/p/mp-onlinevideos2/source/detail?r=1538
Original comment by bborgsd...@gmail.com
on 28 Aug 2011 at 10:13
Original issue reported on code.google.com by
juraj.ho...@inmail.sk
on 27 Aug 2011 at 12:31Attachments: