Table ids are different - Re: [linux-dvb] Troubles with Dvbnet ATSC and DVB-S

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm told by our resident expert that there are really only a few 
differences between the two.  In ATSC one IP Datagram cannot span 
multiple DSM-CC sections, but in DVB its allowed.  ATSC the table id is 
0x3f and DVB is 0x3e.  The section_syntax_indicator in ATSC has to be 0, 
but in DVB we are not sure.

is this relevant in dvbnet.c ?

	(*secfilter)->filter_value[0]=0x3e;
	(*secfilter)->filter_value[3]=mac[5];
	(*secfilter)->filter_value[4]=mac[4];
	(*secfilter)->filter_value[8]=mac[3];
	(*secfilter)->filter_value[9]=mac[2];
	(*secfilter)->filter_value[10]=mac[1];
	(*secfilter)->filter_value[11]=mac[0];

- Sean




Johannes Stezenbach wrote:

>Sean Devine wrote:
>  
>
>>        RX packets:0 errors:0 dropped:69399439 overruns:0 frame:0
>>    
>>
>
>If you see dropped packets this might be because LLC/SNAP
>was not handled before. Please try current CVS, I've
>just comitted support for this.
>
>Johannes
>
>_______________________________________________
>
>linux-dvb@xxxxxxxxxxx
>http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
>  
>





[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux