Hi,

I'm trying to track down some problems with the FLVPlayback component  
and want to see if someone might have some quick insight into this.  
The component sends the command play(streamName, 0, 0) followed  
immediately by play(streamName, 0 -1). On the server I see the first  
play start, then a stop command, and then nothing. The second play  
command never gets executed and the player just sits there. Now, if I  
increase the time between commands so that the stop is scheduled  
slightly later, the second play command does get executed. My thought  
is that the server is getting stuck somewhere while reading the FLV  
since the stop is called so quickly after the play. The server also  
does not close the connection when I close my player, nor does it  
accept any other commands until I create a new connection. That  
original connection remains and is unresponse to IClient#disconnect()  
as well. Something else that makes me think it's a race condition, is  
if I enable caching and allow the server to hang on that first  
connection but fill the cache with the file, it then works every now  
and then with future connections probably due to it being served from  
cache faster.

Thanks,

--Dan--

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to