Hi all,
I'm using "cvlc -vvv --vlm-conf MYCONF.conf" to stream "ts" using "sdp" output. The MYCONF.conf contains a line for an encrypted stream as follows:
dst=rtp{access=udp,mux=ts{csa-ck=1111113311111133},dst=localhost,port=5000,sdp=file:///var/www/channel.sdp,name="channel"},select="program=1"
The sdp file is created but I can play nothing! How can I solve this problem?
Thanks