- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could IPP provide a way to using it for the video chat applications ? Even a hack way.
Note: I have search forum and find a hack way, but seems this is not effect with new 7.0.
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for letting us know about how you would like to use the UMC H.264 sample. We will certainly keep this in mind for future product planning. Since source code is available you are free to optimize performance in any way you like. Depending on how much effort you'd like to invest there are many possible ways to change the implementation to be a better fit for your application.
In the short term, here are some quick parameter change suggestions for speeding up the UMC H.264 encoder, which may be the biggest part of the lag.
1) Make sure threading is enabled this may be the biggest improvement
2) m_QualitySpeed 0 or 1
3) B_Frame_rate 0 (no B frames)
4) key_frame_controls.interval 0 or 1 (all I frames higher bitrate but faster encode and lower latency)
In the long term you may want to consider Media SDK, which includes
- Production ready video elementary stream codecs
- Video conferencing support added for Media SDK 2012 (currently available in beta)
- Hardware acceleration (on Intel 2nd generation core processors with Quick Sync Video)
Media SDK and IPP UMC can be used together, as in these white papers:
http://software.intel.com/en-us/articles/muxing-with-intel-media-software-development-kit/
http://software.intel.com/en-us/articles/demuxing-with-intel-media-sdk/
More information on Media SDK can be found at http://software.intel.com/en-us/articles/vcsource/.
Media SDK currently only supports Windows 7/Vista. Please let us know if this is a major limitation for you.
If you decide to try Media SDK, please let us know how it goes. We would be veryhappy to hear more about your videoconferencingimplementation. If it is not appropriate to put details about your project on a public forum please feel free to mark the reply post private or send email.
Regards,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://software.intel.com/en-us/forums/showthread.php?t=67755&wapkw=ALL%28H264+Decoder+Latency.+software.intel.com%29
This hack way is works good with 6.1, but in 7.0, seems not much effected, still got big lag.
We will try the Media SDK and post feedback in forum.
- 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
From my limited testing on the 7.0.6 UMC samples I saw reductions in H.264 decode latency with these strategies:
1) Eliminate B frames
2)Encode with slices
3) Use threading (even though previous posts suggested single threading)
It looks like we may need todo a bit more research and gather suggestions from several expertsfor videoconferencing encode and decode that reflects where things are today. Since it is still holiday season this may delay getting back to you for a few days.
In the meantime, thanks in advance for your feedback on Media SDK for videoconferencing.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Regards,
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page