You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

NetStream protection Created Mar 12, 2010

This thread is solved

Views: 1686     Replies: 6     Last reply Mar 18, 2010  
You must login first before you can use this feature

sena

Posts: 7

Registered:
Mar 4, 2010

NetStream protection

Posted: Mar 12, 2010

Hi everybody.

I'm actually using the player with the Netstream class to catch somes homemades animations.

For the moment it's working well. The big issues for me is that i wan people to be able to watch without download anything from it.
I know there is a lot of dowloads programms that catch everything is download on the CPU so also bye the web player.
I was thinking of encrypt in MD5 my movies but afterwards the NetStream is not able to play them.

Is anybody have any idea to protect it.

best regards ,
sena

sena

Posts: 7

Registered:
Mar 4, 2010

» NetStream protection

Posted: Mar 12, 2010

Reply to: NetStream protection, from sena
nobody about netstream security?

daniel.b

Posts: 14

Registered:
Mar 12, 2010

» NetStream protection

Posted: Mar 12, 2010

Reply to: NetStream protection, from sena
One thing I can tell you ... You can't encrypt anything in MD5.

MD5 is a one way hashing function, it produces a Digest or "fingerprint" of some data that is a predictable length and relatively unique to the data.
Even slight changes to the data should result in a noticeable difference in the fingerprint.

Since MD5 produces a fixed length output, there are a finite number of possible outputs for an infinite number of inputs, thus it is impossible to determine the input from the output.

Otherwise you're basically out of luck.
To be able to view it you have to have a copy of it, and someone determined enough will be able to save that copy.

sena

Posts: 7

Registered:
Mar 4, 2010

» » NetStream protection

Posted: Mar 12, 2010

Reply to: » NetStream protection, from daniel.b
One thing nice with NetStream and good buffer usage, is that you have no copy outside the flash player buffer so no body can copy the movie from the player.

The bad thing is that i have to target a sure database with true url. It's when my player is asking for the video through the browser (i do think )... some plugins catch it by the browser.

it's a really kick-ass issue

daniel.b

Posts: 14

Registered:
Mar 12, 2010

» » » NetStream protection

Posted: Mar 12, 2010

Reply to: » » NetStream protection, from sena
It's still being provided to the browser, so someone determined enough can copy it out.

gmccomb

Posts: 746

Registered:
Apr 9, 2009

» NetStream protection

Posted: Mar 12, 2010

Reply to: NetStream protection, from sena
You've been misinformed. Flash in a browser is an application of the browser, and the browser continues to do all the net requests via NetConnection. NetStream is a channel within NetConnection. Therefore it is always possible to monitor the traffic managed by the browser. You can readily see this in the Activity process displayed by Safari (other latest browsers have something similar).

sena

Posts: 7

Registered:
Mar 4, 2010

» » NetStream protection

Posted: Mar 18, 2010

Reply to: » NetStream protection, from gmccomb
Thanks for all your help.

So ... it seems like is impossible to secure by an easy way my NetStream :(

I will continue to search a simple solution because, i think, it's an issue for many Flex developpers.

Best regards,
sena