dockerfiles
dockerfiles copied to clipboard
when using ffserver images , no video display
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>
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.
Video is working without audio now. 😄 I cannot get video+audio working together. 😞
thanks reply @vimagick it seems some problems with ffserver i tried rtmp-nginx-server , it works
You can also try red5, it's easy to setup.