What does the "mux" option mean?
Posted: 29 Aug 2018 21:03
When I use VLC to stream a video file with the command line, I have to tell, what kind of "mux" I prefer:
What does mux mean? What is done by muxing?
I am not having any trouble with it, I just want to understand what it is doing.
Code: Select all
vlc --network-caching=1000 -vvv <file> --sout '#http{mux=ts,dst=:8080}'
I am not having any trouble with it, I just want to understand what it is doing.