Skip to main content
timb93895819
Participant
December 8, 2015
Question

Blank video for livestreaming

  • December 8, 2015
  • 1 reply
  • 571 views

Hello,

I have inherited a server that is running Adobe Flash Server on linux and have a client that wants to live stream a broadcast next week.  When we check our rtmp code, we get "Movie not loaded" in Firefox, Chrome, and Internet Explorer.  The Flash server is not throwing any errors server-side, and the code we're using is as follows:

<!-- start code -->

<div style="width: 484px; padding: 10px; text-align:center; margin:0px auto; background-color: #FFF;">

<!-- basic player -->

<object width=424 height=240>

<param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"></param>

<param name="flashvars" value="src=rtmp://fms-portal.isvm.ats.redacted.edu/live/&poster=http://intra.site.org/images/library/flashposters/flashposter-169-sml.jpg&scaleMode=zoom"></param>

<param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>

<embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width=424 height=240 flashvars="src=rtmp://fms-portal.isvm.ats.redacted.edu/live/&poster=http://intra.site.org/images/library/flashposters/flashposter-169-sml.jpg&scaleMode=zoom"></embed>

</object>

<!-- end basic player -->

<!-- required branding - link -->

<div style="font-size: x-small; color:#18453B; font-family:sans-serif; padding-top: 6px;">video served by<br />

<a href="http://site.org/video-services-hire" style="font-size: x-small; font-weight:bold; color:#18453B; font-family:sans-serif;" ></a>

</div>

<!-- end required branding - link -->

</div>

<!-- end code -->

Nothing has changed on the FMS machine, and the code is no longer working.  Does anyone have any functional code or reasons for this failure?

    This topic has been closed for replies.

    1 reply

    usama_ahmed_viasto
    Participating Frequently
    January 14, 2016

    The problem is here

    http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf

    this swf is not available, if you click on it it will show page not found error.