Hi. Is there a way to stream subtitles from a mkv with a sub track? I'm using this batch to stream: @echo off start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --network-caching=300 "file:///D:\video.mkv" :sout=#duplicate{dst=http{mux=ts,dst=:8080/},dst=display} :n...
I'm trying to stream an mkv with embedded subtitles, but they aren't showing up? Tried looking at the command line switches you posted yesterday but it's all very confusing... Do you happen to know how to do it?
Thanks, it worked this time, both streaming the URL and a file of mine... Wondering why setting it up via interface it doesn't at all. I was thinking to stream something to a friend of mine, since we're confined to our homes... What's the best approach to pause/resuming the stream, since it looks li...
Hi. I'm trying to serve a video file over my LAN (PC1 to PC2, both using latest VLC and both on Windows 10 fully up-to-date). I set host pc like this: :sout=#duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:56789/},dst=display} :sout-all :sout-keep And this is client's log: https://gist.github.com/4a8871...