Dear RDK team,

      As we would like to decrypt dlna video from DMS, follow https://wiki.rdkcentral.com/display/RDK/DTCP

to enable dtcp-ip not works but it seems enable in gstreamer :

$ gst-inspect-1.0 | grep dtcp
dtcpdec: dtcpdec: DTCP Decryption
dtcpenc: dtcpenc: DTCP Encryption

       Is there any example for gstreamer to enc/dec media file?


  • No labels

1 Comment

  1. This is a sample pipeline to play dtcp encrypted content using gst-launch

    gst-launch-1.0 httpsrc location="http://127.0.0.1:8080/hnStreamStart?live=ocap://0x2c23&continueTSB=true" blocksize=131072 ! dtcpdec dtcp-src-ip="127.0.0.1" dtcp-port=5000 buffersize=131072 ! playersinkbin is-live=true