Page 1 of 1

Progress with my pvr150 and Gentoo

Posted: 27 Feb 2008 15:59
by sozz
Hi I already have installed a server with gentoo and one PVR-150. What I'm trying right now is to sintonize one channel to start streamning.

I was trying to use dvbscan but it doesn't work, or maybe cause I don't know how to do it. Can any one help me please?


Thanks

Re: Some help with pvr150

Posted: 27 Feb 2008 18:37
by sozz
I'll post my progress:

I don't know yet how to do a whole scan of the frequencies of Holland. Where I'm know.

So I was trying to find some frequency:
With "v4l2-ctl -f 223" you set the frequency to 223.000

Code: Select all

Frequency set to 3568 (223.000000 MHz)
Doing that you sintonize one channel.
Whit the command "v4l2-ctl -T" you can know if the is any channel at that frequency.

Code: Select all

Tuner: Capabilities : 62.5 kHz multi-standard stereo lang1 lang2 Frequency range : 44.0 MHz - 958.0 MHz Signal strength : 100% Current audio mode : lang1 Available subchannels: stereo
I use this command to record the input: cat /dev/video0 > test.mpg

I YES finally I record one channel, now I have to learn how can I stream the channel, what is going to be a bit hard.


I typed this "vlc :pvr-device="/dev/video0""
But I get this:

Code: Select all

*************************************************** *** glibc version with broken libintl detected. *** *** Messages localization will be disabled. *** *************************************************** VLC media player 0.9.0-svn Grishenko [00000001] main libvlc debug: VLC media player - version 0.9.0-svn Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--prefix=/usr' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-glide' '--disable-a52' '--disable-aa' '--disable-faad' '--enable-alsa' '--disable-altivec' '--disable-arts' '--disable-bonjour' '--disable-fribidi' '--enable-cdda' '--enable-cddax' '--enable-libcddb' '--disable-libcdio' '--disable-daap' '--enable-dbus' '--enable-dbus-control' '--disable-dirac' '--disable-directfb' '--disable-dc1394' '--enable-dca' '--disable-dv' '--enable-dvb' '--enable-dvdread' '--enable-dvdplay' '--enable-dvdnav' '--enable-esd' '--disable-fb' '--enable-ffmpeg' '--disable-flac' '--disable-fluidsynth' '--disable-galaktos' '--disable-ggi' '--disable-gnomevfs' '--enable-gnutls' '--enable-hal' '--enable-httpd' '--enable-id3tag' '--disable-jack' '--disable-caca' '--disable-libgcrypt' '--disable-notify' '--disable-libtar' '--disable-lirc' '--disable-live555' '--disable-lua' '--enable-mkv' '--enable-mmx' '--disable-mod' '--enable-mad' '--enable-libmpeg2' '--disable-mpc' '--disable-musicbrainz' '--enable-ncurses' '--disable-mozilla' 'XPIDL=' 'MOZILLA_CONFIG=' '--enable-ogg' '--disable-glx' '--disable-opengl' '--disable-optimize-memory' '--enable-oss' '--enable-png' '--disable-portaudio' '--enable-pvr' '--disable-qt4' '--enable-rtsp' '--enable-realrtsp' '--disable-smb' '--enable-sdl' '--disable-sdl-image' '--enable-shout' '--disable-skins2' '--disable-speex' '--enable-sse' '--disable-svg' '--disable-svgalib' '--disable-taglib' '--disable-theora' '--disable-freetype' '--enable-twolame' '--enable-upnp' '--enable-v4l' '--enable-v4l2' '--enable-vcd' '--disable-vcdx' '--enable-vorbis' '--disable-loader' '--disable-wxwidgets' 'WX_CONFIG=' '--disable-x11' '--disable-screen' '--disable-x264' '--disable-xinerama' '--enable-libxml2' '--disable-xosd' '--disable-xvideo' '--disable-xvmc' '--disable-zvbi' '--disable-libvc1' '--disable-snapshot' '--disable-growl' '--disable-optimizations' '--enable-utf8' '--enable-libtool' '--enable-fast-install' '--enable-vlm' '--enable-sout' '--libdir=/usr/lib64' '--build=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=nocona -O2 -pipe' 'CXXFLAGS=-march=nocona -O2 -pipe' [00000001] main libvlc debug: translation test: code is "C" [00000341] inhibit interface error: Failed to connect to the D-Bus session daemon: Failed to execute dbus-launch to autolaunch D-Bus session [00000341] main interface error: no suitable interface module [00000001] main libvlc error: interface "inhibit,none" initialization failed [00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. Remote control interface initialized. Type `help' for help. libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net libdvdread: Using libdvdcss version 1.2.9 for DVD access libdvdread: Can't stat pvr-device=/dev/video0 No such file or directory libdvdnav: vm: faild to open/read the DVD [00000351] access_directory access error: pvr-device=/dev/video0: No such file or directory [00000351] access_file access error: cannot open file pvr-device=/dev/video0 (No such file or directory) [00000356] access_directory access error: :pvr-device=/dev/video0: No such file or directory [00000356] access_file access error: cannot open file :pvr-device=/dev/video0 (No such file or directory) [00000345] main input error: open of `:pvr-device=/dev/video0' failed: could not create access: no suitable access2 module
I think that wasn't the right command :roll: because it said something about dvd...