Search found 2 matches

Go to advanced search

by BenWen
17 Jun 2009 17:59
Forum: Development around libVLC
Topic: Question about playing DVB-T with subprocess in python
Replies: 2
Views: 1605

Re: Question about playing DVB-T with subprocess in python

This command is working in command line vlc -vvv dvb-t:// :dvb-frequency=593000 :dvb-bandwidth=6 :program=503 i've tried "..." instead of '...' but it still not working. Finally i found the way to solve. Python subprocess.popen not allow to open command with space inside it, so my command ...
by BenWen
16 Jun 2009 19:03
Forum: Development around libVLC
Topic: Question about playing DVB-T with subprocess in python
Replies: 2
Views: 1605

Question about playing DVB-T with subprocess in python

I am trying to play DVB-T with VLC, this is suppose to be a working command for VLC dvb-t:// :dvb-frequency=593000 :dvb-bandwidth=6: program=530 I am using Python and want to use subprocess to run this command, here is my code command = ':sout=#duplicate{dst=display,dst=std{access=file,dst=test.ts})...

Go to advanced search