mkrufky / libdvbtee

dvbtee: a digital television streamer / parser / service information aggregator supporting various interfaces including telnet CLI & http control
GNU Lesser General Public License v2.1
79 stars 31 forks source link

STDOUT PIPE #55

Open lars18th opened 4 years ago

lars18th commented 4 years ago

Hi,

I need some help. In the README page appears this first example: dvbtee -c33 -I1 -oudp://192.168.1.100:1234

But I want to pipe the stream like I do with the dvbstream tool. So my objetive is something like: dvbtee -c33 -I1 -o- | vlc -

The idea is to support -o- or -o/dev/stdout or something similar. Any help? Thank you!