473,503 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

multistreaming

Hi,
Does anyone knows about a C/C++ library that handles multiple streams with
different bitrates and things like that. I searched the web and I think that
I will have to code my own. I didn't find anything...

Thanks
Eric Robert
Jul 22 '05 #1
1 1181
"Eric Robert" <sy******@spam.hotmail.com> wrote in message
news:pE**********************@wagner.videotron.net ...
Hi,
Does anyone knows about a C/C++ library that handles multiple streams
A C++ program can indeed handle multiple (i/o) streams.

with
different bitrates and things like that.


The C++ language does not define any such concept as 'bit rate',
nor the 'speed' of any operation at all. I don't know what 'things
like that' could mean.

If by the term 'stream', you mean other than the C++ standard library
i/o streams, then your query has nothing to do with standard C++ and
thus is not topical here.
-Mike
Jul 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.