[FFmpeg-user] Live streaming with webm and ffserver

Stefano Sabatini stefasab at gmail.com
Mon Aug 4 13:03:08 CEST 2014


On date Saturday 2014-08-02 19:51:19 +0200, Stefano Sabatini wrote:
> Hi,
> 
> I wonder if anyone had any luck with *live* ffserver webm streaming.
> 
> I'm using this configuration:
> 
> <Stream test.webm>
> Feed test.ffm
> Format webm
> AudioBitRate 64
> AudioSampleRate 48000
> AudioChannels 1
> VideoCodec libvpx
> AudioCodec libvorbis
> VideoFrameRate 25
> AVOptionVideo flags +global_header
> AVOptionAudio flags +global_header
> StartSendOnKey
> </Stream>
> 
> and while it looks to work with Chromium (version 33.0.1750.152) I got
> no audio with Firefox 28.0.
> 
> If I just try to play a static file I got no issues with both
> browsers. Do you have any suggestion or can you suggest places where
> to ask for advices?
> 
> Also on what conditions are webm-enabled browsers supposed to work
> fine with live webm sources?

Or in other words, given that the generated streams can be played fine
by ffplay and vlc, can you suggest according to your experience what
are the guidelines for making streaming to browsers and playback work
with ffserver generated streams?

Can you suggest alternative working streaming setups, not necessarily
involving ffserver? (Yes this would be probably off-topic, but useful
nonetheless for the readers and the archive).


More information about the ffmpeg-user mailing list