Skip to main content
Participant
September 21, 2011
Question

Can anyone help me setup a video player for HLS and HDS?

  • September 21, 2011
  • 1 reply
  • 582 views

I have installed FMS 4.5 successfully. I am able to run all the videos in the index.html page (filmthos.com/flash), including the HLS video on my Iphone. I was able to setup a video player for rtmp and it works fine, but I am having trouble with setting up video players for HLS and HDS. I am looking for somthing simple.

The source file or located in these location: /hds-vod/mvp5/media/MP.mp4.f4m and /hls-vod/mvp5/media/MP.mp4.m3u8 respectively (the httpd.conf location for both is HttpStreamingContentPath "/opt/adobe/fms/applications"). So obviously I want a simple video player for the HDS that plays flash and another to play HLS and HTML5. The index.html seems to cumbersome  to fine out how these players work.

So any help would be greatly appreciated.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    September 21, 2011

    Hi,

    You can get simple players (OSMF) for HDS playback from http://help.adobe.com/en_US/flashmediaserver/devguide/WS8580952bb22f2f9a53cb664812e027f3439-7ffe.html

    To play HLS media you can use video element of html 5 to have the source as the URL of your media. And host the webpage and access it.

    Thanks.