[FFmpeg-user] RTMP stream to HTTP
Jimmy Asher
jasher at safarimontage.com
Mon Feb 8 14:16:59 CET 2016
On 2/8/16, 8:07 AM, "ffmpeg-user on behalf of Jonathan ROY" <ffmpeg-user-bounces at ffmpeg.org on behalf of jonathan.roy at caldera.com> 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
More information about the ffmpeg-user
mailing list