> My questions are:
>
> 1)  What is the correct thing to do with these NAL units in the MP4 file?

According to ISO 14496, SPS and PPS should ONLY appears in 'avcC' box.

> 2)  How can I make openRTSP/live555 create an MP4 file without this
> stuttering?

Collect NALUs with the same RTP timestamp and send them as a frame
into any third
party muxer that supporting ISO base media format, e.g. libavformat
from FFmpeg.

If you set avformat context correctly, it will produce what you want.

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

Reply via email to