We have a requirement to  stream  an encrypted mp4 file   using the ffmpeg.
We dont require the transport layer security.
How to play the rtsp url created by ffmpeg for the  encrypted mp4 file
(download the file ,decrypt and play is not valid in our case).

i tried the below commands
ffmpeg -i sample_enc.mp4 -v 0 -vcodec mpeg4 -f mpegts udp://127.0.0.1:23000

ffplay udp://127.0.0.1:23000 -decryption_key xxxxxxxxxxxxxxxxxxxxxxxx

but it failed. Plz help on this
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to