Page 1 of 1

Sout=display not working under windows

Posted: 04 Jun 2014 18:15
by steinhak
Hi all.

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
Is working as expected under linux, but does not under windows: no display or http output. I've tried several combinations with and without ' or ", wih --sout and :sout. Nothing changed that on windows I get no separate streams.

I can view and stream the URL separatly, but... you get the idea by now.

Any help is welcomed