Skip to main content
Participating Frequently
February 14, 2015
Question

Able to play live video by rtmp but not by http

  • February 14, 2015
  • 1 reply
  • 3380 views

Hi Experts ,

                   I need some help in proceeding further on my HDS live streaming setup .

i have adobe flash media server 4.5 and adobe flash media live encoder 3.2 . followed all the steps provided in the following link

http://help.adobe.com/en_US/flashmediaserver/devguide/WSeb6b7485f9649bf23d103e5512e08f3a338-8000.html.

can somehelp help me out . am i missing some this . i would ideally need the live video play with http syntax .

mtp://2.68.1.5/livepkgr/livestream?adbe-live-event=liveevent -

http://2.68.1.5/livepgr/livestream?adbe-live-event==livestream doesnt work

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    February 24, 2015

    The URL for consuming http live streaming is not correct...

    it should be something like this

    http://10.40.63.195/hds-live/livepkgr/_definst_/liveevent/livestream.f4m           for HDS player

    and

    http://10.40.63.195/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8            for HLS player.

    Participating Frequently
    February 26, 2015

    Thanks Hparmar , i tried the above links still Iam not able to stream single live link .

    i see .bootstrap , .control , .meta , f4f,f4x and .stream files .

    on my encoder Fms url is rtmp://localhost/livepkgr and stream is livestreamnow .

    on browser url when i try http://serverip/hds-live/livepkgr/_definst_/liveevents/livestreamnow.f4m - it says f4m document contains errors URL missing from tag " .

    my manifest file

    <manifest xmlns="http://ns.adobe.com/f4m/2.0">

      <baseURL>http://</baseURL>

      <media href="http://2.68.1.8/hds-live/livepkgr/_definst_/liveevent/livestreamnow.f4m" bitrate="650"/>

    xml in browser displays this

    manifest><id>

            livepkgr/events/_definst_/liveevent

        </id><streamType>

            live

        </streamType><duration>

            0

        </duration></manifest> .


    can someone help me with this , how to proceed further ?

    Adobe Employee
    February 26, 2015

    Firstly your f4m url specifies "liveevents"  I think it should be liveevent...Secondly you should first try to publish with stream name as livestream%i in FMLE..and you should not change Manifest.xml file as supplied directly... The %i directs FMLE to publish streams with names as livestream1, livestream2 e.t.c if it case of Multi bitrate stream.