RTSP over SSL (RTSPS)

18,785
  1. Please go through the below link to configure your server to accept secured connection

[https://www.wowza.com/docs/how-to-get-ssl-certificates-from-the-streamlock-service#rtmpsPlayback][1]

  1. Cross compile your ffmpeg to support openssl library.
  2. Push your video stream to wowza using "rtsps"

eg:

ffmpeg -re -i -acodec copy -vcodec copy -f rtsp rtsps://username:password@:443/live/myStream

Share:
18,785
Durgesh Tanuku
Author by

Durgesh Tanuku

Learning Software Engineering...

Updated on June 04, 2022

Comments

  • Durgesh Tanuku
    Durgesh Tanuku almost 2 years

    We have a video streaming (video on demand) server implemented using wowza streaming engine. Clients (android application, web browser) access the stream using RTMP (web browser) and RTSP (android application). As we have requirement that the streaming should be over SSL, as web browser's player (jw player) supports RTMPS, I have configured wowza to support RTMPS and tested the functionality. But we also need to support RTSP over SSL (RTSPS). I have read that wowza doesn't support RTSPS (ref: https://www.wowza.com/forums/showthread.php?34002-RTP-RTSP-over-SSL). Then we need to terminate the SSL on ELB itself(our video streaming server is behind an ELB).

    We are using ffmpeg player in android player. Under this link there is nothing mentioned regarding RTSPS or RTSP over SSL. Just I am wondering whether such a protocol exists ?. If so, is there any android player or any other player I can use for testing RTSPS ?

  • Durgesh Tanuku
    Durgesh Tanuku over 7 years
    Lisa, Thanks for your quick reply.. Unfortunately it's not working. I got the error saying that "Creating Security Context Failed (0x80090304)". I'm sure that I have configured my certificates and VHost properly as rtmps streaming is working