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

2012-11-14 Thread Ross Finlayson
> 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

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

2012-11-14 Thread Gery
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 "

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

2012-11-08 Thread Ross Finlayson
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