Skip to main content
Inspiring
October 21, 2012
Answered

how stream Video at host, at me site using Adobe Flash Media Streaming?

  • October 21, 2012
  • 1 reply
  • 5135 views

Please help me how stream Video at host, at me site using Adobe Flash Media Streaming? With using localhost and my ip I can just watch streaming in my computer. How should i configure my server to watch streaming at my site?

Please help!

Thank you!

    This topic has been closed for replies.
    Correct answer lgio111

    I don’t think uploading files would help. I ponder this would be some US located IP. There is no way you’d make your ip address public or private – those are separate entities. When you registered with godaddy, they should have issued a separate (or shared) ip address for you.


    If godaddy has gave me ip address how can I use it while streaming my video, if  I have installed program in my comoputer(at home) and I am streming from my computer at my site?

    If I can't make my ip public should I stream from host? How it is posible. I should install program at my host???

    Thank you for your help!

    1 reply

    Adobe Employee
    October 22, 2012

    You should embed the player swf in your website.. You can google for how to embed swf in an html page.. Let me know if you have different question.

    lgio111Author
    Inspiring
    October 25, 2012

    Same problem. Streaming is not loading from other computers. At the player is writter - "We are having problems with playback. We apologize for the inconvenience."

    Stream is just shown in my comp.

    What should I do?

    Here is my HTML code.

    From http://xedva.com/file.html

    .......................................

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>SWFObject 2 static publishing</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script type="text/javascript" src="scripts/swfobject.js"></script>
    <script type="text/javascript">
    swfobject.registerObject("flashId", "9.0.0", "flash/expressInstall.swf");
    </script>
    </head>
    <body>
    <div>
    <object width="600" height="409"> <param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf"></param><param name="flashvars" value="src=http%3A%2F%2F192.168.100.4%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream.f4m&poster=http%3A%2F%Fosmf.org%2Fimages%2Fposter_cathy_fmp.jpg&autoPlay=true"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"  width="600" height="409" flashvars="src=http%3A%2F%2F192.168.100.4%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream.f4m&poster=http%3A%2F%2Fosmf.org%2Fimages%2Fposter_cathy_fmp.jpg&autoPlay=true"></embed></object>
    <!--<![endif]-->
    </object>
    </div>
    </body>
    </html>

    Thank you!

    Petro_O__Bochan
    Inspiring
    October 25, 2012

    Hello, looking at the code you’ve pasted and the source on the web page, it looks your src url is malformed. There could be spaces and/or illegal chars.