• Zalewa PL's avatar
    mpjpeg: video streaming will no longer break and stop on Firefox · 0d2f4eed
    Zalewa PL authored
    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.
    0d2f4eed
mpjpeg.c 2.16 KB