Page 1 of 1

Subtitles when streaming

Posted: 28 Mar 2020 13:30
by roughnecks
Hi.

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
Thanks