real time streaming

B

Bram Stolk

Hello,


I'm looking for a Python module that will let me stream real-time data,
in my case video data.

The current C++ code I use, based on UDP, is unsatisfactory and I would
like to move to something the the RTP protocol.

Python does not come with RTP support, and the only RTP related stuff
I could find for Python was an incomplete wrapper for the jrtp library,
Called pyjrtplib:
http://pyjrtplib.sourceforge.net/

Any suggestions on how to stream video data with Python?

Thanks in advance,

Bram Stolk

--
------------------------------------------------------------------------------
Bram Stolk, VR Specialist.
SARA Academic Computing Services Amsterdam, PO Box 94613, 1090 GP AMSTERDAM
email: (e-mail address removed) Phone +31-20-5923059 Fax +31-20-6683167

"Gates' Law: Every 18 months, the speed of software halves."
------------------------------------------------------------------------------
 
J

JanC

Bram Stolk said:
I'm looking for a Python module that will let me stream real-time data,
in my case video data.

The current C++ code I use, based on UDP, is unsatisfactory and I would
like to move to something the the RTP protocol.

Python does not come with RTP support, and the only RTP related stuff
I could find for Python was an incomplete wrapper for the jrtp library,
Called pyjrtplib:
http://pyjrtplib.sourceforge.net/

Maybe there is something you can use here:
<http://www.videolan.org/cgi-bin/cvsweb/vlc/python/> ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,058
Latest member
QQXCharlot

Latest Threads

Top