- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In some video file UMC_WRN_INVALID_STREAM is encountered at sepcific time in do-while(!exit_flag && (status == UMC::UMC_ERR_NOT_ENOUGH_DATA || status == UMC::UMC_ERR_SYNC)) loop e.g. as in simplesplitter.c example.
How to handle such errors?
How to handle such errors?
Link Copied
3 Replies
- 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
Hi Gennady,
It does not help.
---------------
Issue: How to handle UMC_WRN_INVALID_STREAM?
Explanation:
In some video files, UMC_WRN_INVALID_STREAM is encountered at specific time in do-while(!exit_flag && (status == UMC::UMC_ERR_NOT_ENOUGH_DATA || status == UMC::UMC_ERR_SYNC)) loop e.g. as in simplesplitter.c example.How to handle such errors?
I am waiting for a quick solution for this.
Best regards
SADI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to manual UMC_WRN_INVALID_STREAM is minor bug so you can interpret it as UMC_OK like
while((UMC_OK==status)||(UMC_WRN_INVALID_STREAM==status))
Regards,
Alexander

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