Re: [Live-devel] doubt trying to implement a rtsp client

2010-06-09 Thread Ross Finlayson
I'm trying to implement a small receiver with live555. What I basically do is contacting a RTSP server, browse the subsessions, receive the packets of the desired subsession and pass them to a routine that process them. I tried following playCommon.cpp , but I'm stuck at a point and I don't unders

[Live-devel] doubt trying to implement a rtsp client

2010-06-09 Thread Ottavio Campana
Hi, I'm trying to implement a small receiver with live555. What I basically do is contacting a RTSP server, browse the subsessions, receive the packets of the desired subsession and pass them to a routine that process them. I tried following playCommon.cpp , but I'm stuck at a point and I don't un