I execure command ffmpeg to stream one file mp4 ( h264 or h265) follow: (RTSP Sources : Open (no authentication required))
ffmpeg -re -i inputvideo.mp4 -strict -2 -f rtsp rtsp://35.163.219.12:1935/live/myStream.sdp
I played on wowza streaming enginemanager with test player. MPEG DASH: [url]http://ip:1935/live/myStream/manifest.mpd[/url] Adobe RTMP: server : rtmp://ip:1935/live ; stream : myStream or server : rtmp://ip:1935/live ; stream : myStream.sdp or server : rtsp://ip:1935/live ; stream : myStream or server : rtsp://ip:1935/live ; stream : myStream.sdp Adobe HDS: [url]http://ip:1935/live/myStream/manifest.f4m[/url]
Then, i play on vlc with rtsp://35.163.219.12:1935/live/myStream.sdp, but not open
Howerver, all cann't run. How to play it? Or have error? Thanks all :)