Thanks for your reply, I will check it out in the morning.<br><br>Marnik<br><br><div><span class="gmail_quote">2008/8/3, Laurent Aimar <<a href="mailto:fenrir@via.ecp.fr">fenrir@via.ecp.fr</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Jul 24, 2008, Marnik Vander Elst wrote:<br> > description:<br> > Look for the ID specified in config in the PMT map, not for the<br> > original incoming PID.<br> <br> I am not sure that this patch is needed. If you use --sout-ts-es-id-pid<br>
 it should already do what you ask:<br> <br>  if ( p_sys->b_es_id_pid )<br>     p_stream->i_pid = p_input->p_fmt->i_id & 0x1fff;<br>  else<br>    p_stream->i_pid = AllocatePID( p_sys, p_input->p_fmt->i_cat );<br>
 <br> So could you explain what problems your patch fix when you use --sout-ts-es-id-pid ?<br> <br><br> > setup stream1 output<br> > #duplicate{dst=bridge-out{id=1000},select=video,dst=bridge-out{id=1100},select=audio}<br>
 > setup stream2 output<br> > #duplicate{dst=bridge-out{id=2000},select=video,dst=bridge-out{id=2100},select=audio}<br> > setup stream3 output<br> > #duplicate{dst=bridge-out{id=2000},select=video,dst=bridge-out{id=2100},select=audio}:bridge-in:duplicate{dst=display,dst=std{access=udp{ttl=5},mux=ts,dst=<a href="http://225.1.1.211:1234">225.1.1.211:1234</a>}<br>
 <br> There is your error, it should be (for example):<br> #duplicate{dst=bridge-out{id=2000}:bridge-in:duplicate{dst=display,dst=std{access=udp{ttl=5},mux=ts,dst=<a href="http://225.1.1.211:1234">225.1.1.211:1234</a>},select=video,dst=bridge-out{id=2100},select=audio}<br>
  (You should be able to append bridge-in:... to any dst= from any duplicate, or<br> you can even use a dedicated dst=)<br> <br> duplicate{} does not have the normal output (ie duplicate{}:...) as data go<br> through each dst=...<br>
 <br><br> --<br> fenrir<br> <br> _______________________________________________<br> vlc-devel mailing list<br> To unsubscribe or modify your subscription options:<br> <a href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
 </blockquote></div><br>