talawa Posted October 19, 2009 Share Posted October 19, 2009 Hello everyone, I post a message here because i didn't find any solution yet. I just finished video streaming service on my website. I use xmoov script (http://xmoov.com/xmoov-php/) to do that. It works like a charm, but I find an issue. When the video is buffering into the flash player, all others requests are pending until the video is loaded. I discovered in my search that fopen() function could block php process. Does someone know this problem ? Thanks. Link to comment https://forums.phpfreaks.com/topic/178244-blocking-video-streaming/ Share on other sites More sharing options...
talawa Posted October 19, 2009 Author Share Posted October 19, 2009 I solve the issue. I forgot to close the session before sending the stream. Add session_write_close(); before sending. In hope it may help. Cheers. Link to comment https://forums.phpfreaks.com/topic/178244-blocking-video-streaming/#findComment-940035 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.