administrator
Administrator

Posts: 127
|
QUESTION
------------------------------------------------------
How do we protect rtmp link from unauthenticated access?
ANSWER
------------------------------------------------------
This question has a couple of answers
You can authenticate users with registration and give permission yes/no to watch a stream
This is a subjective answer and depends on the skills of the programmer, and knowing the variables desired by site onwer to block users.
For simple player RTMP "hiding"
you would use swfobject
Examples:
Go to
http://wowzatest.flv9.com/wideplayernew/
Click VIEW SOURCE
you will see the file name and RTMP setting
Now its also possible to hide the location for the RTMP protocol
see
http://wowzatest.flv9.com/wideplayernew/hide/
and view source
all the settings are now located in the file called swfobject.js
This is a way to tell the player what to do but not display it in the source
For further information on swfobject
http://blog.deconcept.com/swfobject/
<a href=http://flvhosting.com>Flv Hosting</a>
|