Is there a way to stream subtitles from a mkv with a sub track?
I'm using this batch to stream:
Code: Select all
@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} :no-sout-all :sout-keep