mirror of https://github.com/FFmpeg/FFmpeg.git
mpjpeg video streamings would break and stop on Firefox after 1 - 30 seconds. In order to fix this, two changes were made: 1. Replaced all occurrences of '\n' character in mjpeg metadata with occurences of "\r\n". 2. Added "Content-length: <packet-size>" metadata entry for each sent frame. The change has been tested on Google Chrome 17.0.963.78 and Firefox 10.0.2 on lubuntu 11.10 and the streaming seems to work fine now.pull/3/merge
parent
2ff540a0fe
commit
0d2f4eedc8
1 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue