• Resolved hennn

    (@hennn)


    hi
    i have rtmp server and i stream a file into it
    when i insert below link in jw player it easily play it but the flowplayer doesnt play it
    rtmp://216.126.193.9:1935/live/adab

    the file name is adab whitout any suffix.
    i even import the rtmp://216.126.193.9:1935/live/ in rtmp blank and adab in flash video blank but didnt play.

    https://ww.wp.xz.cn/plugins/flowplayer5/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ulrich

    (@grapplerulrich)

    Here is explained the important aspects for RTMP. https://flowplayer.org/docs/setup.html#flash-video-rtmp

    Thread Starter hennn

    (@hennn)

    <!– flowplayer with RTMP configuration option –>
    <div class=”flowplayer” data-rtmp=”rtmp://rtmp://216.126.193.9:1935/live/”>

    <video>

    <!– consumed by the flash engine –>
    <source type=”video/flash” src=”flv:adab”>
    </video>

    </div>
    i use this code and some other code but neither dont work.
    when i insert below link in jw player it easily play it
    rtmp://216.126.193.9:1935/live/adab

    now, how can i insert this link by code in flowplayer (html5 and flash). please give me an example by my link.
    thanks

    Plugin Author Ulrich

    (@grapplerulrich)

    It is recommended to use a mp4 format as flash is being phased out and not every browser supports it.

    EWell since it is still highly supported by Firefox, IE and Chrome it would make since to continue to support it otherwise people see a error or blank screen when their browser tries to load the flash player option. I can’t upgrade because it breaks the functionally of my player on the three browsers mention.

    I made a post on this issue at the following link but it didnt link to the plugin properly.

    https://ww.wp.xz.cn/support/topic/flash-player-not-working?replies=2

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘rtmp play’ is closed to new replies.