DVB-H

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: == DVB-H on the FreeRunner == I have managed to get the Freerunner to reproduce MP4 video over DVB-H received by a Pinnacle nano stick. === Steps to follow === 1.- Configure the Toolcha...)
 
(cat chg)
 
(2 intermediate revisions by 2 users not shown)
Line 27: Line 27:
  
 
6.- Play
 
6.- Play
 +
 +
Video:
 +
http://www.youtube.com/watch?v=r2__47Yj04s
 +
 +
[[Category:Video Applications]]

Latest revision as of 19:52, 10 July 2009

[edit] DVB-H on the FreeRunner

I have managed to get the Freerunner to reproduce MP4 video over DVB-H received by a Pinnacle nano stick.

[edit] Steps to follow

1.- Configure the Toolchain (http://wiki.openmoko.org/wiki/Toolchain)

2.- Compile the kernel with DVB enabled (in .config CONFIG_DVB_CORE=y, CONFIG_DVB_USB_DIB0700=y)

   Because the dib0700 doesnt have PID filtering and the FR has USB1.1 you will have to remove the check in linux-2.6/drivers/media/dvb/dvb-usb/dvb-usb-init.c
   so, comment the check
               /*
               if (d->udev->speed == USB_SPEED_FULL && !(adap->props.caps & DVB_USB_ADAP_HAS_PID_FILTER)) {
                 err("This USB2.0 device cannot be run on a USB1.1 port. (it lacks a hardware PID filter)");
                 return -ENODEV;
               }
               */


3.- Get DVB utils (the Hackable1 .deb works fine)

4.- Compile Mplayer with Live555.

5.- Follow the instructions here http://dvbh.kilu.de/ to set the DVB iface

6.- Play

Video: http://www.youtube.com/watch?v=r2__47Yj04s

Personal tools

DVB-H on the FreeRunner

I have managed to get the Freerunner to reproduce MP4 video over DVB-H received by a Pinnacle nano stick.

Steps to follow

1.- Configure the Toolchain (http://wiki.openmoko.org/wiki/Toolchain)

2.- Compile the kernel with DVB enabled (in .config CONFIG_DVB_CORE=y, CONFIG_DVB_USB_DIB0700=y)

   Because the dib0700 doesnt have PID filtering and the FR has USB1.1 you will have to remove the check in linux-2.6/drivers/media/dvb/dvb-usb/dvb-usb-init.c
   so, comment the check
               /*
               if (d->udev->speed == USB_SPEED_FULL && !(adap->props.caps & DVB_USB_ADAP_HAS_PID_FILTER)) {
                 err("This USB2.0 device cannot be run on a USB1.1 port. (it lacks a hardware PID filter)");
                 return -ENODEV;
               }
               */


3.- Get DVB utils (the Hackable1 .deb works fine)

4.- Compile Mplayer with Live555.

5.- Follow the instructions here http://dvbh.kilu.de/ to set the DVB iface

6.- Play