http://www.jpsaman.org/vlc/rtmp
He said that
And he showed a command :VLC versions 2.0.x and above support RTMP streaming through ffmpeg/libav
Code: Select all
$ vlc v4l2:// --v4l2-fps=25 --sout '#transcode{vcodec=h264,vb=300,fps=25,scale=1,acodec=mp4a,ab=64,channels=2}:std{access=rtmp,mux=ffmpeg{mux=flv},dst=rtmp://rtmp.server.com:1935/path/to/stream}'
Can someone give me an advice ?
P/s: I want to compile VLC with source to attach ffmpeg but VLC 2.1.x does not some options --enable-ffmpeg, --with-ffmpeg-tree=/home/user/ffmpeg as i read in https://wiki.videolan.org/Configure/
In source VLC 2.1.5, .it shows only options --enable-merge-ffmpeg. I compiled this option but I could not run rtmp streaming.