- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm just starting a project where I need to support multicast MPEG2-TS. I've seen there is a ThreadedDemuxer class in the UMC IPP samples, but I did not find a sample useage of it. Is there a simple sample loop to see how I can use this class to work with network streams?
Thanks,
Peter
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
UMC document(audio-video-codecsdocumc-manual.pdf), "Usage Examples" part on ThreadedDemuxer includes some example code pieces.
I also attached one simple test code on threaded demuxer. It read the data from file with UMC::FIOReader.
If you want to get the bitstream from network, you need to implement you UMC::DataReader class.
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Chao Yu (Intel)
UMC document(audio-video-codecsdocumc-manual.pdf), "Usage Examples" part on ThreadedDemuxer includes some example code pieces.
I also attached one simple test code on threaded demuxer. It read the data from file with UMC::FIOReader.
If you want to get the bitstream from network, you need to implement you UMC::DataReader class.
Thanks,
Chao
Thanks for the sample Chao, this very nicely outlines what I need to do for files. So there is no built in network reader?
Thanks again,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - pvonkaenel
Quoting - Chao Yu (Intel)
UMC document(audio-video-codecsdocumc-manual.pdf), "Usage Examples" part on ThreadedDemuxer includes some example code pieces.
I also attached one simple test code on threaded demuxer. It read the data from file with UMC::FIOReader.
If you want to get the bitstream from network, you need to implement you UMC::DataReader class.
Thanks,
Chao
Thanks for the sample Chao, this very nicely outlines what I need to do for files. So there is no built in network reader?
Thanks again,
Peter
No there isn't. Which is a real shame. See posts by pushkar_p for a good starting point though. Thanks Pushkar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - mark_moore
No there isn't. Which is a real shame. See posts by pushkar_p for a good starting point though. Thanks Pushkar.
That is to bad, but thank you for the link, and thank you Pushkar for making your code available.
Peter

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