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

You're probably forgetting to call "MediaSession::initiate()" (after doing the RTSP "DESCRIBE", but before doing the RTSP "SETUP"). That's the function that creates the "readSource()" pointers.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to