[vlc-devel] [PATCH] ISDB-S was not working.
HIRANO Takahito
hiranotaka at zng.info
Sat Jun 15 19:34:32 CEST 2013
Thanks for applying the patch.
Actually, it turned out that my tuner does not support DTV_TONE.
That's why my modification around sec_setup worked for me.
Can we add an option not to call DTV_TONE or can we just ignore the
error from DTV_TONE?
2013/6/11 Rémi Denis-Courmont <remi at remlab.net>:
> Le samedi 8 juin 2013 22:50:01, HIRANO Takahito a écrit :
>> diff --git a/modules/access/dtv/linux.c b/modules/access/dtv/linux.c
>> index cb3315f..ce88747 100644
>> --- a/modules/access/dtv/linux.c
>> +++ b/modules/access/dtv/linux.c
>> @@ -1035,7 +1035,7 @@ int dvb_set_isdbs (dvb_device_t *d, uint64_t freq_Hz,
>> uint16_t ts_id)
>>
>> if (dvb_find_frontend (d, ISDB_S))
>> return -1;
>> - return dvb_set_props (d, 5, DTV_CLEAR, 0, DTV_DELIVERY_SYSTEM,
>> SYS_ISDBS, + return dvb_set_props (d, 4, DTV_CLEAR, 0,
>> DTV_DELIVERY_SYSTEM, SYS_ISDBS, DTV_FREQUENCY, freq,
>> #if DVBv5(8)
>> DTV_STREAM_ID,
>
> That part of the patch was obviously correct so I merged it, thanks.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
More information about the vlc-devel
mailing list