Watching a DVB-T stream on vlc
Posted: 10 Apr 2008 23:08
Hi,
I'm kind of new to dvb(-t) viewing and streaming and i'm running into some troubles, hopefully someone can help
First the basics: I installed my dvb-t (Pinnacle Solo 72e stick) on my Fedora box within a few minutes.
Dmesg shows the correct driver and after following these commands i have a working setup:
tzap -r -c ~/.tzap/channels.conf "Nederland 2"
mplayer /dev/dvb/adapter0/dvr0
But, my goal was to use VLC so i could resend the dvb-t stream down the ethernet in my house.
I figured the following command would do the trick, but unfortunately it didn't:
tzap -r -c ~/.tzap/channels.conf "Nederland 2"
vlc /dev/dvb/adapter0/dvr0
[00000323] skins2 interface error: Cannot open display
[00000323] skins2 interface error: cannot initialize OSFactory
Remote control interface initialized. Type `help' for help.
libdvdnav: Using dvdnav version 4.1.1 from http://dvd.sf.net
libdvdnav: vm: failed to open/read the DVD
[00000332] vcd access error: could not read TOCHDR
[00000332] vcd access error: no movie tracks found
[00000332] access_file access error: cannot open file /dev/dvb/adapter0/dvr0 (Device or resource busy)
status change: ( new input: /dev/dvb/adapter0/dvr0 )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000341] access_file access error: cannot open file /dev/dvb/adapter0/dvr0 (Device or resource busy)
[00000327] main input error: no suitable access module for `/dev/dvb/adapter0/dvr0'
status change: ( stop state: 0 )
[00000317] main playlist: nothing to play
I read something about dvb support in vlc so i checked my version:
[root@localhost ~]# vlc --list | grep dvb
VLC media player 0.8.6f Janus
mux_ts TS muxer (libdvbpsi)
dvbsub DVB subtitles decoder
dvbsub DVB subtitles encoder
dvb DVB input with v4l2 support
So it seems dvb support is allready compiled in, when trying to access the dvb:// i get a simial error as above.
Googling returns a lot of results, unfortunately for me without any pointers.
Can anyone direct me to a solution? Is it possible to watch my DVB-T feed using vlc?
Cheers,
Peter
I'm kind of new to dvb(-t) viewing and streaming and i'm running into some troubles, hopefully someone can help
First the basics: I installed my dvb-t (Pinnacle Solo 72e stick) on my Fedora box within a few minutes.
Dmesg shows the correct driver and after following these commands i have a working setup:
tzap -r -c ~/.tzap/channels.conf "Nederland 2"
mplayer /dev/dvb/adapter0/dvr0
But, my goal was to use VLC so i could resend the dvb-t stream down the ethernet in my house.
I figured the following command would do the trick, but unfortunately it didn't:
tzap -r -c ~/.tzap/channels.conf "Nederland 2"
vlc /dev/dvb/adapter0/dvr0
[00000323] skins2 interface error: Cannot open display
[00000323] skins2 interface error: cannot initialize OSFactory
Remote control interface initialized. Type `help' for help.
libdvdnav: Using dvdnav version 4.1.1 from http://dvd.sf.net
libdvdnav: vm: failed to open/read the DVD
[00000332] vcd access error: could not read TOCHDR
[00000332] vcd access error: no movie tracks found
[00000332] access_file access error: cannot open file /dev/dvb/adapter0/dvr0 (Device or resource busy)
status change: ( new input: /dev/dvb/adapter0/dvr0 )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000341] access_file access error: cannot open file /dev/dvb/adapter0/dvr0 (Device or resource busy)
[00000327] main input error: no suitable access module for `/dev/dvb/adapter0/dvr0'
status change: ( stop state: 0 )
[00000317] main playlist: nothing to play
I read something about dvb support in vlc so i checked my version:
[root@localhost ~]# vlc --list | grep dvb
VLC media player 0.8.6f Janus
mux_ts TS muxer (libdvbpsi)
dvbsub DVB subtitles decoder
dvbsub DVB subtitles encoder
dvb DVB input with v4l2 support
So it seems dvb support is allready compiled in, when trying to access the dvb:// i get a simial error as above.
Googling returns a lot of results, unfortunately for me without any pointers.
Can anyone direct me to a solution? Is it possible to watch my DVB-T feed using vlc?
Cheers,
Peter