Ticket #509 (closed Bug: Fixed)
When recording buffered video packets are appended to the end of the .flv file.
| Reported by: | naicuoctavian | Owned by: | mondain |
|---|---|---|---|
| Priority: | Major | Component: | App Server |
| Version: | 0.8 RC2 | Keywords: | |
| Cc: |
Description
When trying to record audio+video over a slow connection, FlashPlayer will buffer the video and send only the audio to the server.
What happens is that the .flv file will get written before the buffered video data will reach the server, thus the video data will be most probably writtenat the end of the video file resulting in .flv files in which the audio streams fine but the video data is all at the end and plays all at once in a "fast-forward like" way.
No video data across the .flv file also means no keyframes which means no way to seek to that area of the video.
I have reproduced this with Red5 0.8 RC1 and NetLimiter.
For FMS 3 there is a workaround for this issue.
IFMS 3.5 will have this issue fixed from the start.
Wowza waits longer for the packets and rearrages them, thus does not have this issue.

