> 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?
The "H264VideoStreamFramer" class automatically sets the duration of each frame
(i.e., the "fDurationInMicroseconds") based on what it thinks is th
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 "
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
"MPEG2TransportStre