Search code examples
streamgstreamerrtspvlcencryption

Can gstreamer play rtsp mpeg2 stream encrypted by vlc?


I have an encrypted mpeg2 stream, e.g. rtsp://10.91.1.13:8554/enc.ts produced by vlc. With vlc I can decrypt it with ts-csa-ck= option and thus play.

Is there any possibility to play such encrypted streams using gstreamer ?

Thanks


Solution

  • No AFAIK. There is no plugin to do this directly for you. You will have to write your own plugin to do the decryption.