Re: [Live-devel] subsession->readSource() is 0x0

2011-06-11 Thread Ross Finlayson
I'm trying to use live555 to make an rtsp client. So, I think i'm really close to succeed but I'm getting errors. When I call subsession->sink->startPlaying(*(subsession->readSource()), subsessionAfterPlaying, subsession); subsession->readSource() returns a null pointer so, how can make it

[Live-devel] subsession->readSource() is 0x0

2011-05-27 Thread Renaud GUEZENNEC
Hi all, I'm trying to use live555 to make an rtsp client. So, I think i'm really close to succeed but I'm getting errors. When I call > subsession->sink->startPlaying(*(subsession->readSource()), > subsessionAfterPlaying, subsession); > subsession->readSource() returns a null pointer so, how c