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
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