Skip to main content
August 31, 2011
Question

Use http source instead of rtmp source

  • August 31, 2011
  • 1 reply
  • 885 views

Hi all,

I have this standard embed code to play my video:

<object height="409" width="600">
<param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" />
<param name="flashvars" value="src=rtmp://my-server/vod/flv:my-video" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always"
flashvars="src=rtmp://my-server/vod/flv:my-video" height="409"
src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" type="application/x-shockwave-flash"
width="600">
</embed>
</object>

I try to use http protocol instead of rtmp protocol as:

src=http://my-server/vod/flv:my-video

but it doesn't work!

How can i use http instead of rtmp on FMS?

Thanks in advance.

    This topic has been closed for replies.

    1 reply

    calmchessplayer
    Inspiring
    August 31, 2011

    not yet but a new beta version of FMS called  TigerCat that can  is coming. Tou can request the prerelease program in the developer section of adobe

    August 31, 2011

    Hi calmchessplayer,

    I see this article:

    http://help.adobe.com/en_US/flashmediaserver/devguide/WS5b3ccc516d4fbf351e63e3d11a0773cfae-7ff3.html

    where it seems possible to play video with http protocol, as the table describes.

    Do you have any consideration about?

    calmchessplayer
    Inspiring
    August 31, 2011

    well I've been wrong before. I'm reading the DOC now I'll get back to you after while with my opnion.