Hi,
I am configuring our Adobe Flash Media Server 3.5 and need some help.
I have carefully followed the documentation on how to duplicate the vod service: http://help.adobe.com/en%5FUS/FlashMediaServer/3.5%5FDeving/WS5b3ccc516d4fbf351e63e3d11a0773cfae-7ff3.html
I successfully created multiple applications: vod2, vod3, vod4.
Now I would like to use allowedHTMLdomains.txt and allowedSWFdomains.txt to restrict which domains can play video.
I have changed the 2 files:
allowedHTMLdomains.txt contains only this:
purple.mydomain.com
allowedSWFdomains.txt contains only this:
purple.mydomain.com
Then restarted Adobe Flash Media Server.
Next I created a web page on a totally different server, banana.myotherdomain.org and used this embedded code to place a video on the page:
<embed
height="377" width="640"
allowscriptaccess="always"
allowfullscreen="true"
src="http://purple.mydomain.com/swfs/jwplayer.swf"
flashvars="&streamer=rtmp:/vod2&file=testfile.flv"
/>
</embed>
But it doesn't restrict anything.
I can still stream video from domains which are not specified in the allowed files.
What am I missing here?
Thanks,
Jeff