wotwot / haxevideo

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

Overflow #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I start the HaxeVideo-Server with: neko server.n localhost 1935
2. After that i start: http://localhost/flashrecorder/video.html
3. when i click on "Play test video" then i get:

VideoPlayer.hx(28):Connecting...
VideoPlayer.hx(61):{level: error,code:NetConnection.Connect.Failed}

and in my Cmd-Prompt i get this message/output:

Starting haXe Video Server on localhost:1935
[2009-05-19 10:04:04] Overflow

Called from haxe/io/Input.hx line 215
Called from format/Rtmp.hx line 126
Called from hxvid/Client.hx line 604
Called from hxvid/Server.hx line 36
Called from hxvid/RealtimeServer.hx line 283
Called from hxvid/RealtimeServer.hx line 142

I already found the fix
(http://code.google.com/p/haxevideo/source/detail?r=37) but i still getting
this error... :(

What version of the product are you using? On what operating system?
latest haxeVideo-Build/Files (SVN) on a Win7

Thanks for your help!
Greetings

Original issue reported on code.google.com by stoffelll@gmail.com on 19 May 2009 at 8:06

GoogleCodeExporter commented 9 years ago
I'm using the Adobe Flash-Build 10.0.22.87.

Original comment by stoffelll@gmail.com on 19 May 2009 at 8:08

GoogleCodeExporter commented 9 years ago
There's no long format/Rtmp.hx on SVN version, so make sure you recompile 
haxeVideo
before using it.

Original comment by ncanna...@gmail.com on 20 May 2009 at 11:53

GoogleCodeExporter commented 9 years ago
Hi

problem same as stoffelll
1. format/Rtmp.hx recompiled. 
    cut of code from format/Rtmp.hx
        var uptimeHigh = i.readUInt16();
    var ping = i.readInt32();
2. Flash version 10.0 rc22
3. OS version WinXP. WebServer - Apache.

Result, when start video.html

Called from haxe/io/Input.hx line 215
Called from format/Rtmp.hx line 126
Called from hxvid/Client.hx line 604
Called from hxvid/Server.hx line 36
Called from hxvid/RealtimeServer.hx line 283
Called from hxvid/RealtimeServer.hx line 142

Original comment by udav....@gmail.com on 10 Jun 2009 at 7:35