Active Topics

 


Reply
Thread Tools
thoughtfix's Avatar
Posts: 832 | Thanked: 75 times | Joined on Dec 2005 @ Phoenix, AZ
#21
Wow. Please contact me directly on my Gmail - I'd like to feature this on tabletblog!
 
Posts: 37 | Thanked: 52 times | Joined on Aug 2005 @ Bremen, Germany
#22
VERY rough translation from http://dvbh.kilu.de/dvbt.txt

unfortunately i only owning a 770, so there is no usb host mode
Attached Files
File Type: txt dvbt.txt (11.4 KB, 720 views)

Last edited by max_power; 2008-03-12 at 19:54.
 

The Following 2 Users Say Thank You to max_power For This Useful Post:
Posts: 5 | Thanked: 24 times | Joined on Mar 2008 @ Germany, Berlin
#23
Originally Posted by mikkov View Post
How did you get the data for sdp file? I am trying to view DVB-H channels in Finland with my desktop PC and everything seems to work fine until I need sdp file.
So, i have writen a little tutorial to get the sdp-Files and some hints to get dvb-h to work, look at http://dvbh.kilu.de

Last edited by sgoerg; 2008-03-12 at 21:18.
 

The Following 2 Users Say Thank You to sgoerg For This Useful Post:
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#24
Originally Posted by sgoerg View Post
So, i have writen a little tutorial to get the sdp-Files and some hints to get dvb-h to work, look at http://dvbh.kilu.de
Thanks, sgoerg

I already managed to get the sdp files from ESG, and found out PIDs and IPs, but still no luck. In Finland data is capsulated in IPv6 packets and I wonder if it has something to do with my problems.

THis is what I get with mplayer:

STREAM: [SDP] sdp:///var/lib/media/nfs/RadioNova.sdp
STREAM: Description: SDP stream descriptor
STREAM: Author: Ross Finlayson
STREAM: Comment: Uses LIVE555 Streaming Media library.
file format detected.
Initiated "audio/MPEG4-GENERIC" RTP subsession on port 10142
Increased audio socket receive buffer to 110592 bytes
Initiated "video/H264" RTP subsession on port 10140
Increased video socket receive buffer to 2000000 bytes
==> Found audio stream: 0
==> Found video stream: 0

and then nothing.

Maybe IP packets are not reaching mplayer. But I can see correct network traffic with tcpdump.

Attached files have have IP addresses and couple of PIDS for all Helsinki area channels. Zip file has ESG data files where one can extract sdp files.
Attached Files
File Type: txt DVB-H_IPs_PIDs.txt (490 Bytes, 218 views)
File Type: zip dvb:ipdc:esg:cid:35.zip (4.2 KB, 210 views)
File Type: txt dvbh-channels.conf.txt (1.6 KB, 198 views)

Last edited by mikkov; 2008-03-12 at 23:15.
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#25
Originally Posted by max_power View Post
VERY rough translation from http://dvbh.kilu.de/dvbt.txt

unfortunately i only owning a 770, so there is no usb host mode
USB host mode works on 770s; it's a lot more trouble to get working, as 5V power must be supplied into the tablet, but it has been done. No clue whether this would work on a 770, but host mode's not the problem.
 
speculatrix's Avatar
Posts: 880 | Thanked: 264 times | Joined on Feb 2007 @ Cambridge, UK
#26
this is great news, I have a couple of DVB-T sticks, one freecom and one no-name, and I also have a power USB hub. I believe that there have been DVB-H trials in the UK, so I will need to do a bit of research to see if there's any coverage in my area. I live near, and work in, Cambridge, and there's quite a lot of mobile technology activity around here so maybe I will be lucky!
 
Posts: 62 | Thanked: 3 times | Joined on Jul 2007
#27
Originally Posted by sgoerg View Post
So, i have writen a little tutorial to get the sdp-Files and some hints to get dvb-h to work, look at http://dvbh.kilu.de
I NEED the last step in your tutorial too. Without that, I'm lost. But this is the most exciting this to come along since I was able to contact all my Skype contacts when that became available.

Great work!
 
Posts: 5 | Thanked: 24 times | Joined on Mar 2008 @ Germany, Berlin
#28
The sticks work also with 3.7V, but then it takes about 500mA . But it is possible to use the internal battery (not the power from the usb connector) for some time !
Attached Images
 
 

The Following User Says Thank You to sgoerg For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#29
@sgoerg

Is it possible to post .diff patches for fixed usb support iin kernel here?
 
Posts: 5 | Thanked: 24 times | Joined on Mar 2008 @ Germany, Berlin
#30
You must translate the kernel with CONFIG_MUSB_PIO_ONLY=y in .config. If you would like to power the usb-stick only with a external battery - without a hub - then comment out the powercheck:

--- drivers/usb/core/generic.c.orig 2008-03-13 11:37:38.000000000 +0100
+++ drivers/usb/core/generic.c 2008-03-13 11:37:57.000000000 +0100
@@ -99,8 +99,8 @@

/* Rule out configs that draw too much bus current */
if (c->desc.bMaxPower * 2 > udev->bus_mA) {
- insufficient_power++;
- continue;
+ //insufficient_power++;
+ //continue;
}

/* When the first config's first interface is one of Microsoft's


Btw. knows anybody more about the Nokia Mobile TV Receiver SU-33W (protocolls, availability,..) ?

Last edited by sgoerg; 2008-03-14 at 11:40.
 

The Following User Says Thank You to sgoerg For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 13:37.