Search results

  1. Matthew Alan Gray

    Android SDK Session Collection and Destruction of Old Sessions

    Using the Android SDK, I see where I can create sessions, and I can even see where I can retrieve existing sessions from the collection of sessions managed by the SDK, but I see no mechanism for destroying sessions - just disconnecting them, and they cannot be reconnected after being...
  2. Matthew Alan Gray

    Working Swift Example?

    Fair enough - I threw together a working Swift example for the Player example this morning. You can find it at https://github.com/hatboysoftware/wcs-player-ios-swift It's also important to note that trying to instantiate the remoteDisplay in a Storyboard definition doesn't work; however...
  3. Matthew Alan Gray

    Working Swift Example?

    Does a working iOS Swift example for the Player example exist anywhere?
  4. Matthew Alan Gray

    RTSP Stream Still Playing from Source After Disconnect

    The RESTful API works fine for terminating it from the client side, but the 1 minute timeout for RTSP streams is not occurring. In a perfect world, we will always be able to explicitly terminate the RTSP connection after someone stops viewing a stream - however, networking and software errors...
  5. Matthew Alan Gray

    RTSP Stream Still Playing from Source After Disconnect

    Yes, I realize that there is supposed to be a timeout, but it's not timing out after 1 minute like it is supposed to. I have verified that the destination for the RTSP stream is the WCS server instance, and we have had situations where the RTSP video continued to stream for hours. At present...
  6. Matthew Alan Gray

    RTSP Stream Still Playing from Source After Disconnect

    We currently have a single WCS server up on an EC2 instance, and we use it to connect to external RTSP streams and stream the resulting video over WebRTC. The problem is, once we stop streaming over WebRTC, the RTSP stream may still be active. Is there any way to ensure that the RTSP stream...
Top