google-code-export / haxevideo

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

Missing closeStream for recording stream #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Record a stream with the webcam
2. Suspend the Mac
3. Wakeup the Mac
4. Try to stream with same streamID
5. The server never got the old connection closed so new publish cmds are 
rejected since the 
stream is still in the sharedStreams

What is the expected output? What do you see instead?
The connection should have been closed. On the client side the flash program 
gets a NetConnection.Connect.Closed event

What version of the product are you using? On what operating system?
It is broken on Haxevideo 1.0 and the latest. I have only tested it on MacOS X 
10.5

Please provide any additional information below.
I expect that the same issue will be a problem if the net connection (physical) 
is disconnected 
and reconnected or if the wireless connection is lost and reconnected.

ty for haxevideo

Original issue reported on code.google.com by mihael.n...@gmail.com on 25 May 2008 at 8:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Forgot to mention, the closeStream is called when the client flash is no longer 
on the browser page, but 
s.record.shareName is null

Original comment by mihael.n...@gmail.com on 26 May 2008 at 1:00