Page 1 of 1

Experience with RTSP?

Posted: 14 Dec 2005 23:08
by nospoon
Hi,
can somebody tell me, where I can find the code, with which a rtsp stream is handled?
And where is the code where the frames are showed in the window (via open gl?) ?
It`s really a lot of code...and for beginners a long trip to find...maybe someone can show me quickly. Would be nice.

Regards,

David.

Posted: 14 Dec 2005 23:53
by xtophe
rstp is handled in the libedotcom access_demux module. (modules/demux/livedotcom.cpp)
The display of the picture is done by one video output modules (modules/video output)