> > No, that happens only if the call to “isSSM()” returned True - i.e., only >> if the stream is ‘source-specific multicast’ - which is definitely not the >> case here (you’re streaming via unicast). So that’s a ‘red herring’. >> > > isSSM() is definitely returning true. > > > Then something is badly fucked up in your system - it’s apparently > stomping on memory when it shouldn’t - because the only time “isSSM()” is > ever supposed to return True is if you’re using ‘source-specific > multicast’, by creating “Groupsock” objects with a ‘source filter address’ > parameter. That doesn’t happen anywhere within our RTSP server code. >
This: sms = ServerMediaSession::createNew(*usageEnv, NULL, streamName, "Session streamed by the camera", true); was the problem-- the last argument was the isSSM flag-- not clear why it had been set to true. Thanks for your help-- all working now. Dave
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
