Piping a .ts stream to vlc
Posted: 08 Sep 2005 15:23
Hi.
What I would like to do is somthing like this:
or
and then use VLC to stream the data to a 2nd PC
I have a dvb card that it seems is not supported by VLC and so using the linuxtv tools to tune the device and sending the stream to vlc seems an easy solution but... It kind of works, but no matter what I try VLC seems to think it is getting a DVD...
If VLC can't do this does anyone know something that can?
thanks
What I would like to do is somthing like this:
Code: Select all
mplayer - < /dev/dvb/adapter0/dvr0
Code: Select all
xine stdin://mpeg2 < /dev/dvb/adapter0/dvr0
I have a dvb card that it seems is not supported by VLC and so using the linuxtv tools to tune the device and sending the stream to vlc seems an easy solution but... It kind of works, but no matter what I try VLC seems to think it is getting a DVD...
If VLC can't do this does anyone know something that can?
thanks