>
>         if (rtspClients[i] != NULL)
>
>         {
>
>             *env << "shutting down " << *rtspClients[i] << "\n";
>
>             shutdownStream(rtspClients[i]);
>
>         }
>
>         rtspClients[i] = NULL;
>
>     }
>
> Mike,
   Could you send your shutdownStream()?  Perhaps you're not tearing down
the MediaSession?  Also are you doing a Medium::close(rtspClients[i])
anywhere?

   My program successfully restarts RTSP streams by sending
TeardownRequests and closing the rtsp client.  (Closing the client turns
out to be important, didn't check why, but it seems like it maintains some
contextual information somewhere.)

Constantin
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to