Hi all,
I have downloaded a h264/avc file from elecard.com/download/clips.php. I am trying to stream this file using live555 libraries. I am struck on how to read the avc file and packetize it.
1. How to verify the NAL unit conetnts in the h264/avc file i.e does the NAL unit have one entire frame in it or the data is distributed in multiple NAL units.
2. To stream, I am planning to packetize one nal unit per RTP packet, (because it is the simplest way to packetize). How to extract each NAL unit from a H264 encoded file?
This question may sound naive, but I would really appreciate any guidance on how to go about this.
Thanks
Amulya
I have downloaded a h264/avc file from elecard.com/download/clips.php. I am trying to stream this file using live555 libraries. I am struck on how to read the avc file and packetize it.
1. How to verify the NAL unit conetnts in the h264/avc file i.e does the NAL unit have one entire frame in it or the data is distributed in multiple NAL units.
2. To stream, I am planning to packetize one nal unit per RTP packet, (because it is the simplest way to packetize). How to extract each NAL unit from a H264 encoded file?
This question may sound naive, but I would really appreciate any guidance on how to go about this.
Thanks
Amulya
Comment