vimagick / dockerfiles

:whale: A curated list of delicious docker recipes 🇺🇦🇮🇱 (Let's Fight Against Dictatorship)
https://hub.docker.com/u/vimagick/
3.14k stars 793 forks source link

when using ffserver images , no video display #17

Open sorawa opened 8 years ago

sorawa commented 8 years ago

only audio does this ffserver image need to install some video decod lib

<Feed feedvod.ffm>
File /tmp/feedvod.ffm
</Feed>

<Stream feedvod.flv>
Feed feedvod.ffm

Format flv
AudioBitRate 32
AudioChannels 1
AudioSampleRate 44100
VideoBitRate 64
VideoBufferSize 40
VideoFrameRate 3
VideoSize 1024x768
VideoGopSize 12
</Stream>
vimagick commented 8 years ago

Sorry. There are some bugs in ffserver image. 🐞 I'm still trying to understand its config file. Please send me a pull-request if you figure it out.

vimagick commented 8 years ago

Video is working without audio now. 😄 I cannot get video+audio working together. 😞

sorawa commented 8 years ago

thanks reply @vimagick it seems some problems with ffserver i tried rtmp-nginx-server , it works

vimagick commented 8 years ago

You can also try red5, it's easy to setup.