Hello!..<br>   I am using ffmpeg to stream (MPEG2) a mpegts file via udp...my code works works ok and i can stream for both unicast and multicast<br>  but i also wanted to see if there is a way to set "muxrate" ... is there an e.g. for this about how this can be done...<br>
  <br><br>Something like...<br><br>av_guess_format("mpegts", NULL, NULL);

<br>//...<br>//... <br>if(0 > url_fopen(AVFormatContext->pb, "udp://<a href="http://225.168.43.43:6000?multicast=1&ttl=16&pkt_size=1316">225.168.43.43:6000?multicast=1&ttl=16&pkt_size=1316</a>", URL_WRONLY))<br>
<br>Thanks<br>Kirit<br>