- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the file grabbed from IP camera
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - jslav
Here is the file grabbed from IP camera
Depending on what your code looks like, you might need to loop over the decode. If you have not tried it yet, load the file into the simple_player application. I always use that application for initial testing since it seems to be fairly compelete.
There is a good sample H.264 decode loop at the following link:
http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - pvonkaenel
Depending on what your code looks like, you might need to loop over the decode. If you have not tried it yet, load the file into the simple_player application. I always use that application for initial testing since it seems to be fairly compelete.
There is a good sample H.264 decode loop at the following link:
http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - jslav
Thank you for advice.
Thank a lot for reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Had a similar problem with the live RTSP/RTP stream - finally got it working, but with resolutions bigger than CIF the decoder gives me UMC_ERR_NOT_ENOUGH_DATA for the *regular* GetFrame and UMC_ERR_INVALID_STREAM for the GetFrame with NULL for the in parameter...my packetization-mode = 1 and all NALUs are of types 5 and 1, and i feed them one-by-one...
could anybody suggest where to look for insight?
thank you,
Oleg
could anybody suggest where to look for insight?
thank you,
Oleg
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page