I'm writing a benchmark tool for video decoding and transcoding using python and vlc as subprocesses. I found out that trivial line
Code: Select all
vlc URL -I dummy --sout='#duplicate{dst=display,dst=http{mux=ts,dst=127.0.0.1:8080}}' --loop
I can view and stream the URL separatly, but... you get the idea by now.
Any help is welcomed