Re: [Live-devel] Sony SNC-RZ50N RTSP stream stopping

2013-11-22 Thread Joshua Kordani
I've had this problem with other Sony SNC model cameras. They are aware of the problem and won't fix it Ross Finlayson wrote: >___ >live-devel mailing list >live-devel@lists.live555.com >http://lists.live555.com/mailman/listinfo/live-devel ___

Re: [Live-devel] Sony SNC-RZ50N RTSP stream stopping

2013-11-22 Thread Ross Finlayson
> I am using openRTSP to receive a H.264 stream from a Sony SNC-RZ50N camera. > All goes fine but around the time I get 8MB of data the video disappears. > This is because the camera stops sending it (I confirmed through Wireshark). > However the RTCP packets seem to be still going. > > I

[Live-devel] Sony SNC-RZ50N RTSP stream stopping

2013-11-22 Thread Umar Qureshey
Hello, I am using openRTSP to receive a H.264 stream from a Sony SNC-RZ50N camera. All goes fine but around the time I get 8MB of data the video disappears. This is because the camera stops sending it (I confirmed through Wireshark). However the RTCP packets seem to be still going. I use V

Re: [Live-devel] What is the preferred way of terminating an RTSP server connection

2013-11-22 Thread Ross Finlayson
> There's no easy way to terminate (from the server) just 'some' connections. > (What criterion would you use to decide which connections you want to > terminate??) > > However, you can terminate *all* connections for a given stream by calling > RTSPServer::closeAllClientSessionsForServer

Re: [Live-devel] What is the preferred way of terminating an RTSP server connection

2013-11-22 Thread Wim Bekker
> > What is the preferred way of terminating an RTSP server connection? > > My RTSP server has several connections (clientSessions) and I want to drop > some of them. > > > There's no easy way to terminate (from the server) just 'some' > connections. (What criterion would you use to decide which c