[dvblast-devel] PID filter
Dan Lita
dan.lita at b1tv.ro
Thu Jun 23 19:11:09 CEST 2016
On 6/23/2016 4:16 PM, Kompan Kolia wrote:
> I receive stream from network with PIDs 611, 631,632 and send it to my network by this command with config file
>
> dvblast -D 238.8.8.3:9703/udp/ifaddr=1.1.1.29 -c ./card_500.cfg
>
> root at Mv:# cat ./card_500.cfg
> #<IP>[:<port>] <always on> <SID> [<PID>,]*
>
> # HD
> 239.44.45.212:1234 0 * 611,632
>
>
> at group 239.44.45.212 I have stream with all pids, but i need stream with only 611 and 632 PIDs.
>
> If receive stream from dish, filtering working OK.
>
> Whats wrong?
> _______________________________________________
> dvblast-devel mailing list
> dvblast-devel at videolan.org
> https://mailman.videolan.org/listinfo/dvblast-devel
>
modify your config as follows:
239.44.45.212:1234 1 123 611,632
(replace 123 to your real SID value)
and PID filtering will run as expected.
More information about the dvblast-devel
mailing list