On 2/8/16, 8:07 AM, "ffmpeg-user on behalf of Jonathan ROY" <[email protected] on behalf of [email protected]> wrote:
>[webm @ 0x7fba6b009350] Codec for stream 0 does not use global headers but >container format requires global headers >[webm @ 0x7fba6b009350] Codec for stream 1 does not use global headers but >container format requires global headers You will need to add the "AVOptionAudio flags +global_header” and "AVOptionVideo flags +global_header” flags to the ffserver config file >[webm @ 0x7fba6b009350] Extradata corrup Either define the audio codec or enable NoAudio. FFServer is very picky about the config file settings and it has to be just right for it to work You may also find this useful: http://stackoverflow.com/questions/26222512/streaming-webm-with-ffmpeg-ffserver _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
