rtsp-client

Video/Audio frame as input to OpenCore

I am not able to use MediaPlayer/VideoView to make rtsp to work in Android. So I have created a client to interact with RTSP server, I have succeeded in doing this. I am able to get the video/audio frame from RTSP server (MySpace) in Android. Now I want to play the frames. I have searched OpenCore APIs to play the frames, but didn't get ...

Browser Based Streaming Video/Audio (not progressive download)

Hello, I am trying to understand conceptually the best way to deliver real streaming audio and video content. I would want it to be consumed with a web browser, utilizing the least amount of proprietary technology. I wouldn't be serving static files and using progressive download, this would be real audio streams being captured live. Ho...

Allowing threads from python after calling a blocking i/o code in a python extension generated using SWIG

I have written a python extension wrapping an existing C++ library live555 (wrapping RTSP client interface to be specific) in SWIG. The extension works when it is operated in a single thread, but as soon as I call the event loop function of the library, python interpreter never gets the control back. So if I create a scheduled task using...

live555 asynchronous rtsp client

did someone managed to get live555 rtsp client work asyncronously and wants to share the knowledge or better... code. ...