wotwot / haxevideo

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

ERROR Invalid 'deleteStream' streamid #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use as3 to create a netConnection
2.create a netstream to publish the video
3.close netstream
4.create another netstream to play the video
5.create another netstream to do the recording again with same
netconnection and the stream and file name 

What is the expected output? What do you see instead?
I need to keep the same netconnection, and do the recording servral times,
and i also need to keep the netconnection for playing back

What version of the product are you using? On what operating system?
latest haxevide and windos xp

Please provide any additional information below.
CREATESTREAM null
Client.hx:375: COMMAND CClientBuffer(0):1
PUBLISH null, haxe_test.flv, ctown
CLOSESTREAM null
CREATESTREAM null
Client.hx:375: COMMAND CClientBuffer(0):1
PLAY null, haxe_test.flv
Client.hx:375: COMMAND CClientBuffer(100):1
CLOSESTREAM null
DELETESTREAM null, 1
[2009-06-30 18:01:57] ERROR Invalid 'deleteStream' streamid
Called from hxvid/Client.hx line 149
Called from hxvid/Client.hx line 264
Called from hxvid/Commands.hx line 132
Called from hxvid/Client.hx line 366
Called from hxvid/Server.hx line 40
Called from hxvid/RealtimeServer.hx line 283
Called from hxvid/RealtimeServer.hx line 142^C

Original issue reported on code.google.com by manescla...@gmail.com on 30 Jun 2009 at 10:18

GoogleCodeExporter commented 9 years ago
did you ever find a cause/solution to this problem?

Original comment by kirbysz...@gmail.com on 22 Jul 2010 at 6:26