Search found 4 matches

Go to advanced search

by jeffreymu
29 Jun 2010 08:39
Forum: VLC stream-output (sout)
Topic: How to encrypte TS stream with AES algorithm
Replies: 9
Views: 3378

Re: How to encrypte TS stream with AES algorithm

send stream: vlc -vvv d:/t.ts :sout=#duplicate{dst=rtp{dst=239.255.1.1,mux=ts,port=5004,srtp-key=123456789ABCEF0123456789ABCEF0123456789ABCEF0123456789ABCEF0}} --loop receive stream: vlc -vv rtp://@239.255.1.1:5004 --sout-rtp-key "123456789ABCEF0123456789ABCEF0123456789ABCEF0123456789ABCEF0&quo...
by jeffreymu
28 Jun 2010 16:06
Forum: VLC stream-output (sout)
Topic: How to encrypte TS stream with AES algorithm
Replies: 9
Views: 3378

Re: How to encrypte TS stream with AES algorithm

for CAS: i can stream using command
vlc -vvv t.ts :sout=#duplicate{dst=rtp{dst=239.255.1.1,mux=ts{csa-ck=ABBBBBBBBBBBBBBB},port=5004}}
however, i want to know how to stream by SRTP using 'srtp-key'? anybody would like help me, thx!
by jeffreymu
28 Jun 2010 03:35
Forum: VLC stream-output (sout)
Topic: How to encrypte TS stream with AES algorithm
Replies: 9
Views: 3378

Re: How to encrypte TS stream with AES algorithm

Thank you very much for your information, but how i can stream by SRTP?
by jeffreymu
25 Jun 2010 11:08
Forum: VLC stream-output (sout)
Topic: How to encrypte TS stream with AES algorithm
Replies: 9
Views: 3378

How to encrypte TS stream with AES algorithm

How to encrypte TS stream with AES algorithm, i have test with CSA to encrypte stream and VLC player can play it.

Any help is greatly appreciated.

thanks a lot!

Go to advanced search