wotwot / haxevideo

Automatically exported from code.google.com/p/haxevideo
0 stars 0 forks source link

Flash Player 10.0.r22 breaks haxevideo RTMP function #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update flash player to 10.0.r22

What is the expected output? What do you see instead?
server.n outputs an overflow error

What version of the product are you using? On what operating system?
haxevideo: 1.1 on linux
flashplayer: 10.0.r22 under firefox on windows

Please provide any additional information below.
traced the problem to the reading of the "ping" variable in format/Rtmp.hx
function readHandshake. Change readUint30 to readInt32 fixes the issue. As
"ping" value isn't used for anything, I can't see any issue arrising from
this change

Seems adobe changed the high order byte in the "ping" sent from flash
player from 0x0A to 0x80

Original issue reported on code.google.com by jaroma...@gmail.com on 14 Mar 2009 at 3:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Oops

r37 fixed the issue 10 days ago.

Sorry for the waste of time

Original comment by jaroma...@gmail.com on 14 Mar 2009 at 4:33

GoogleCodeExporter commented 9 years ago

Original comment by ncanna...@gmail.com on 14 Mar 2009 at 9:48