On Mon, March 1, 2010 10:24 am, Fabrizio Ferraro wrote:
> Redzinalds Knipsis wrote:
>> Hello,
>> Sorry, may be not very right place for question, but still.
>> My TV provider here is broadcasting h264 streams. I'm trying to watch
>> them with mplayer.
>> If I'm tuning to DVB channel directly from DVB card, channel is
>> treated as mpeg2 and of course I do not get anything:
>>
>
> [snip]
>
>>
>> May be someone smarter than me can shed some light how can I set up
>> mplayer to play stream directly. What is different in dvbstreamer that
>> I get pids recognized correctly?
>>
>> Thanks!
>> Reggie
>
> I also had the same problem and I discovered that this is a know problem
> with mplayer not finding the correct PID for h264 encoded streams.
> You have to edit your channels.conf file and add the missing information.
> I found a guide here:
> http://telperion.wordpress.com/2009/10/14/dvb-t-hd-con-smplayer-e-vdpau/
> This is an italian blog, so I will translate the whole procedure for you:
>
> Open your channels.conf file with an editor ad find the line for one of
> your HD channels. It should look like this:
>
> Canale5 HD:754000000:[other_things_here]:HIERARCHY_AUTO:1010:1011:5305

<snip>
Or more simple, as you have DVBStreamer working, start it up and type
lspid <service name> -n
And then look for the line where the second number is 27 and use the first
number in your channels.conf
For example:
lspids  "BBC HD" -n
21 PIDs for "BBC HD"
2318 5 0
2319 5 0
2320 5 0
2321 5 0
2322 5 0
2323 5 0
3840 5 0
3841 5 0
3842 5 0
3843 5 0
3844 5 0
3845 11 0
3846 11 0
3847 11 0
3848 11 0
5500 27 0
5501 6 0
5502 3 0
5503 6 0
5504 6 0
5506 5 0

pid 5500 is the one containing the H262 video.

> |Now you finally have the piece of information you were searching, the
> PID number. In this example is 215.|
> |Come back to your channels.conf file and edit the line for your channel:|
> ||
> |before:|
> ||Canale5 HD:754000000:[other_things_here]:HIERARCHY_AUTO:1010:1011:5305
>
> after:
> Canale5 HD:754000000:[other_things_here]:HIERARCHY_AUTO:215+1010:1011:5305
>
> Now you're finally done. Save the file and check if mplayer works.
> Repeat the above procedure for every HD channel in your channels.conf
> file.
>
> Cheers,
> izio
>

Good luck.

Adam


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to