- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey gang,
I am encoding and decoding using 264 sample 320x240 video. I need to be able to now split up and join together rtp-based packets. Is there a simple way of doing this using IPP libs and/or samples? If you have a place I can start poking around, let me know. Thank you
/Loren
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey gang,
I am encoding and decoding using 264 sample 320x240 video. I need to be able to now split up and join together rtp-based packets. Is there a simple way of doing this using IPP libs and/or samples? If you have a place I can start poking around, let me know. Thank you
/Loren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey gang,
I am encoding and decoding using 264 sample 320x240 video. I need to be able to now split up and join together rtp-based packets. Is there a simple way of doing this using IPP libs and/or samples? If you have a place I can start poking around, let me know. Thank you
/Loren
If you can't split up NALs over multiple RTP packets you need to make sure your NAL fit in one packet. I do not think this can be achieve easily in the current sample. You can increase the number of slices but then you might end up with plenty of tiny packets which is not very efficient.
The way out is to generate slices on the fly as you are encoding your frame. This requires somere-factoringof the IPP sample.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you can't split up NALs over multiple RTP packets you need to make sure your NAL fit in one packet. I do not think this can be achieve easily in the current sample. You can increase the number of slices but then you might end up with plenty of tiny packets which is not very efficient.
The way out is to generate slices on the fly as you are encoding your frame. This requires somere-factoringof the IPP sample.
The latest H.264 encoder sample that comes with IPP 6 support a notion of maximum slice size which should do the trick.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page