-1

Possible Duplicate:
Encryption of video files?

I want to encrypt a video stream using stream cypher and send it to a client PC where the client PC can play it on the fly.

Question: What types of stream cypher I can use for this purpose?
I am using java for coding.

Community
  • 1
  • 1
Tanmay Majumder
  • 392
  • 1
  • 4
  • 17

1 Answers1

1

Tunnel the stream over SSL.

If you are using some form of HTTP streaming (such as HLS), then it should be trivial to make that HTTPs.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335