Re: DVB-C and channels.conf

Nico <[email protected]>
Newsgroups gmane.comp.video.mplayer.user.dvb
Message-ID <[email protected]>
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
>
>  
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.