[Mplayer-dvb] DVB-C and channels.conf
Nico
nsabbi at libero.it
Tue Oct 7 23:15:45 CEST 2003
Oops 2)
in dvb_tune.c, function dvb_tune change
-if(freq > 100000000)
- {
- tune_it(priv->fe_fd, 0, freq, 0, 0, tone, specInv, diseqc,
modulation, HP_CodeRate, TransmissionMode, guardInterval, bandWidth);
- }
with
+if(freq > 100000000)
+ {
+ tune_it(priv->fe_fd, 0, freq, srate, 0, tone, specInv, diseqc,
modulation, HP_CodeRate, TransmissionMode, guardInterval, bandWidth);
+ }
Does it work now?
Nico
Andreas Matthias wrote:
>Hello Nico,
>
>Nico wrote:
>
>
>
>>Oops,
>>in libmpdemux/dvbin.c function dbv_get_channels() you should change
>>apply this modification:
>>
>>
>>-const char *cbl_conf = "%a[^:]:%d:%c:%d:%a[^:]:%a[^:]:%d:%d\n";
>>+const char *cbl_conf = "%a[^:]:%d:%a[^:]:%d:%a[^:]:%a[^:]:%d:%d\n";
>>
>>please, let me know if it works, so I can apply this patch to my code.
>>
>>
>
>Thanks. Now channels.conf is parsed correctly. Nevertheless streaming
>doesn't work yet. Output of mplayer is attached.
>
>Ciao
>Andreas
>
>
>
More information about the MPlayer-dvb
mailing list