<div dir="ltr">Hi,<br>
<br>
I am trying to put all the different programs in the recieved mpts onto different channels.<br>
<br>
Ex: udp://<a href="http://239.255.0.0:5000">239.255.0.0:5000</a> has an mpts say with 3 programs.<br>
Now after scanning from m3u file, it puts the url on say channel 1<br>
<br>
Assume it has 3 programs with <br>
PID 0x30<br>

PID 0x31,<br>
PID 0x32<br>
<br>
so we can set the first PID on channel 1 i.e.<br>
<br>
Channel 1,  PID 0x30,  port 5000<br>
<br>
But how to set the other 2 programs onto different channels.<br>
i.e.<br>
Channel 2,  PID 0x31,  port 5000<br>
Channel 3,  PID 0x32, port 5000<br>
<br>
How is it done in the case of some other device cards. <br>
<br>
Looking through the code where i could add the channels appropriately with the associated programs.<br>
<br>
--thanks &amp; regards<br>
radhika<br></div>