Now, the latest thing I've been looking into, and spending way too much time on: TV
As mentioned below, I'll be using the Pinnacle Dazzle (or to be specific, PCTV 71e)
There ware not much info on this online so I just worked with info on similar cards and a bunch of trial and error.
Firstly, what I wanted was of course to A- get it working to watch TV, B-find a way to record and C- stream it over the network (in order of importance)
So, you'll be happy to know that it does in fact work out the box... you will of course not believe me if you tried any of the media apps available (MythTV, TVTime, etc.) as they can't work it themselves... I might look into sorting that out later, but for now, let me show what I've done myself.
First, some programs to install:
DVBstream - this includes the tools you'll use to, as the name suggests, stream video from the device.
w-scan - scan the frequencies for active channels
ffmpeg - to convert the transport stream(ts) file
mplayer - can read a ts file raw and read a stream without much fuss
Gstreamer and the like should be installed by default.
Lastly, you shouldn't need it, but if you do want to manually install all the win32 codecs, get whichever file you want from here and extract the files to the correct folder:
wget ftp://ftp1.mplayerhq.hu/MPlayer/releases/codecs/
tar jxvf
sudo cp/* /usr/lib/win32/
easy as that.
Back to the important stuff...
A- Let's scan for channels now. We'll prepare a file for Totem to use with Gstreamer:
w_scan -X > ~/.gstreamer-0.10/dvb-channels.conf
This will create a file for gstreamer to use when accessing the divice.
You can now open the Totem player and open Move -> Watch TV on....
From there it's pretty self explanetory.
B - Now you may notice, that's great, but there's no way to pause or record... so lets look at DVBstreamer now.
Here is the command to start streaming to a file on disc:
dvbstream -f 538000 101 102 -o > test.ts
Don't worry, it's simple: dvbstream -f -o >
As mentioned below, I'll be using the Pinnacle Dazzle (or to be specific, PCTV 71e)
There ware not much info on this online so I just worked with info on similar cards and a bunch of trial and error.
Firstly, what I wanted was of course to A- get it working to watch TV, B-find a way to record and C- stream it over the network (in order of importance)
So, you'll be happy to know that it does in fact work out the box... you will of course not believe me if you tried any of the media apps available (MythTV, TVTime, etc.) as they can't work it themselves... I might look into sorting that out later, but for now, let me show what I've done myself.
First, some programs to install:
DVBstream - this includes the tools you'll use to, as the name suggests, stream video from the device.
w-scan - scan the frequencies for active channels
ffmpeg - to convert the transport stream(ts) file
mplayer - can read a ts file raw and read a stream without much fuss
Gstreamer and the like should be installed by default.
Lastly, you shouldn't need it, but if you do want to manually install all the win32 codecs, get whichever file you want from here and extract the files to the correct folder:
wget ftp://ftp1.mplayerhq.hu/MPlayer/releases/codecs/
tar jxvf
sudo cp
easy as that.
Back to the important stuff...
A- Let's scan for channels now. We'll prepare a file for Totem to use with Gstreamer:
w_scan -X > ~/.gstreamer-0.10/dvb-channels.conf
This will create a file for gstreamer to use when accessing the divice.
You can now open the Totem player and open Move -> Watch TV on....
From there it's pretty self explanetory.
B - Now you may notice, that's great, but there's no way to pause or record... so lets look at DVBstreamer now.
Here is the command to start streaming to a file on disc:
dvbstream -f 538000 101 102 -o > test.ts
Don't worry, it's simple: dvbstream -f
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home