I suspect that the problem here is that by feeding a 
"MPEG2TransportStreamFromESSource" directly into a "SimpleRTPSink", you end up 
sending very small RTP packets - each containing just one (188-byte) Transport 
Packet.

For greater efficiency, you should insert - between the 
"MPEG2TransportStreamFromESSource" and the "SimpleRTPSink" - a new 'filter', 
that you would write, that accumulates incoming MPEG Transport Stream packets 
into groups of 7 (i.e., 7*188 = 1316 bytes), before feeding it into the 
"SimpleRTPSink". 


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to