Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How Can I hide RTMP streamer and file name


Please Help me i want to make secure my stream and i want to hide streamer rtmp url and file name how can i do this please see this embed code and help me

<embed src="http://content.longtailvideo.com/files/mediaplayer.swf?backcolor=0x000000&frontcolor=0xFFFFFF&file=rtmp://video.emshds.com/live/&id=zxcvbnm&smoothing=true&bufferlength=1&stretching=exactfit"width="100%"wmode="transparent"height="440"height="440"allowfullscreen="true"allowscriptaccess="always"flashvars="autostart=true" bgcolor="#000000" ></embed>

4 Community Answers

JW Player

User  
0 rated :

Hi Akhtar,

For some tips on securing your content please refer to the following tutorial: http://www.longtailvideo.com/support/tutorials/Securing-Content-Protect-Your-Video

Thanks.

JW Player

User  
0 rated :

Perhaps, I'm blind, but I don't think the link provided addresses the question here. How can you hide the streamer URL so that it's not visible in the <script%gt; statement.

This is key if we are to purchase and use this solution.

JeroenW

JW Player Support Agent  
0 rated :

What you could do is this:

<embed src="http://content.longtailvideo.com/files/mediaplayer.swf?config=blabla.xml" bgcolor="#000000" />

And then the streamer would be in this XML file:

<config>
  <file>myStream.flv</file>
  <streamer>rtmp://myserver.com/myApp/</streamer>
</config>

JW Player

User  
0 rated :

Dear JeroenW

Where I must put or add the XML file?
Should I must add on my hosting or just put the javascript code on my site
Thank you

This question has received the maximum number of answers.