I'm looking for a C++ "equivalent" of Java ByteBuffer.
I'm probably missing the obvious or just need an isolated usage example to clarify. I've looked through the iostream family & it looks ...
I want to create a C++ cross-platform (Windows and MacOS X) application that sends the screen as a video stream to a server.
The application is needed in the context of lecture ...
I'm searching for open source libs for Streaming videos from mobile phones (from cameras on mobile phones) to servers.
JAVA or C/C++
any one knows any?
Where to get streaming (live) video and audio from camera example for Nokia (5800 for ex)?
Suppose I want to create some live video streaming service app so I'll have some cool ...
How to encode multiple video + audio streams (we want streams not to be any how encoded) from cameras into one mkv so, that sound from camera A is encoded with ...
We're building an app which requires really fast video streaming.
We've never done nothing like it so during the research we thought to ask the pros :P
Which codecs support fast encoding/decoding for ...
Hey guys. So here is the deal. I have a Java program run a C++ program. The C++ process sends some doubles to the Java program by simply calling write on ...