[Live-devel] To read H264 file and stream MPEG2TS

Gery gery.kahn at gmail.com
Wed Nov 14 07:57:05 PST 2012


Thank you. I am aggregating 7 TS packets now.
My VLC still complains because of high bitrate.

is there way to delay reading from H264 file?



On 11/09/2012 01:24 AM, Ross Finlayson wrote:
> 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 at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel



More information about the live-devel mailing list