I am trying to stream VLC playlist via HTTP or RTSP, but VLC media player can't play its stream.
Ctrl + S -> Select VLC playlist file -> Stream -> Add HTTP -> Port 8080 and Path / -> Activate Transcoding (first profile: Video - H.264 + MP3 (MP4)) -> Stream
With other VLC media player (on same computer):
Ctrl + N -> http://localhost:8080 or http://localhost:8080/
Your input can't be opened.
VLC is unable to open the MRL 'http://127.0.0.1:8080'. Check the log for details.
Code: Select all
:sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8080/},dst=display} :no-sout-all :sout-keep
Using VLC 3.0.8
In Windows Firewall this application is enabled (public & private). I have tried turning firewall off.
Pictures: https://imgur.com/a/yGbHI4K
// Solved. It was transcoding issue, had to tweak settings.