Question
FCS Streaming Inconsitencies - FLVPlayback
My group and I have developed a website utilizing FCS to
stream flvs embedded (using the Flash Video Encoder, FP8 On2 VP6
codec) with cue points. Since its not billable, we've been
developing this site on and off for the past 5 months and now that
its finally live have received reports of inconsistent behavior.
Most people (who have reported back) see the site as intended,
however at least 3 users have reported unusually slow load times
accompanied by the video pausing and not attempting another load.
Each user has experienced this while at work and if they actually
get the video to play it buffers unnecessarily. So, I'm assuming
its a bandwidth issue. Though they have no issues with other
streaming video sites (ie: youTube).
Since I'm just getting familiar with video delivery over the web (this is my 2nd streaming video site) and had initial issues with FCS sending cue points correctly, I decided to use the FLVPlayback component with custom play controls.
Troubleshooting I've tried so far:
1) I've tried dynamic buffering as described in the Adobe FCS article "Optimizing Video Streaming with Dynamic Buffering Strategies" which uses bandwidth to determine buffer time. However my problematic users can't even get the sample app to load.
2) The flvs were encoded at a bit rate for 400kpbs. I've swapped out one of them with a video at a bit rate of 150kpbs. It definitely buffers less frequently, but the load time is the same and the video pausing still occurs.
3) I've trapped video state when these issues occur and found that it returns nothing. I implemented a solution which repeats the connection attempt until video state changes (assuming this would happen). This has not fixed the issue.
So here's my question:
I know I need to start over with my troubleshooting, but where? I'm all up for solving this thing on my own, but I'm not sure where to look because all the methods I'm aware of are not working.
If you have time, check out the site: www.livesconnected.com and tell me if you see any glaring issues. I will send you the code, if needed.
I would really appreciate any help you can offer.
Since I'm just getting familiar with video delivery over the web (this is my 2nd streaming video site) and had initial issues with FCS sending cue points correctly, I decided to use the FLVPlayback component with custom play controls.
Troubleshooting I've tried so far:
1) I've tried dynamic buffering as described in the Adobe FCS article "Optimizing Video Streaming with Dynamic Buffering Strategies" which uses bandwidth to determine buffer time. However my problematic users can't even get the sample app to load.
2) The flvs were encoded at a bit rate for 400kpbs. I've swapped out one of them with a video at a bit rate of 150kpbs. It definitely buffers less frequently, but the load time is the same and the video pausing still occurs.
3) I've trapped video state when these issues occur and found that it returns nothing. I implemented a solution which repeats the connection attempt until video state changes (assuming this would happen). This has not fixed the issue.
So here's my question:
I know I need to start over with my troubleshooting, but where? I'm all up for solving this thing on my own, but I'm not sure where to look because all the methods I'm aware of are not working.
If you have time, check out the site: www.livesconnected.com and tell me if you see any glaring issues. I will send you the code, if needed.
I would really appreciate any help you can offer.
