I'm trying to launch live(not ondemand) RTMP stream from ubuntu, but i succeed only with
RTSP
stream through VLC
vlc -vvv ./videos/test.mp4 --sout '#rtp{dst=192.168.8.106,port=1234,sdp=rtsp://192.168.8.106:1234/test.sdp}'
(source here - https://www.videolan.org/doc/streaming-howto/en/ch04.html)
and unfortunately it is not supported by any flash or html5 players. For RTMP streaming i found "how to" only for webcam case - http://www.jpsaman.org/vlc/rtmp
Can someone help me with creating exact command for RTMP stream from this 2 examples please? Or is there other free linux software which can start stream RTMP stream ?
Asked by Armen
(211 rep)
Nov 19, 2015, 05:28 AM
Last activity: Dec 11, 2015, 06:32 AM
Last activity: Dec 11, 2015, 06:32 AM