I just wanted to give an update on how I fixed it.
When demuxing mpegts that is carrying interlaced video, every other video
packet read from the demux will have AV_NOPTS_VALUE for PTS and DTS. I had
setup a check for when the PTS of the packet is negative, the app would
throw the packet away. Tur
On 10/11/15 17:10, Alex Anderson wrote:
> Hello,
>
> I am using Libav to remux an mpegts stream into an FLV stream and
> publishing the stream to an RTMP server. The TS contains H.264 and AAC.
> Whenever the encoded video is progressive, the remuxing and streaming
> works great. Whenever the encod
Hello,
I am using Libav to remux an mpegts stream into an FLV stream and
publishing the stream to an RTMP server. The TS contains H.264 and AAC.
Whenever the encoded video is progressive, the remuxing and streaming
works great. Whenever the encoded video is interlaced and I pull down
the stream fr