" /> " /> "/>
DEVHIDE
  • Home (current)
  • About
  • Contact
  • Cookie
  • Home (current)
  • About
  • Contact
  • Cookie
  • Disclaimer
  • Privacy
  • TOS
Login Or Sign up

Embed m3u8 with flowplayer using JS

8.4k Views Asked by ihtus At 15 June 2015 at 18:20 2025-12-11T20:53:11.808669

Here is an example how to embed m3u8 with flowplayer.

<div data-live="true" data-ratio="0.5625" class="flowplayer play-button fixed-controls">
    <video>
        <source type="application/x-mpegurl" src="http://wms.shared.streamshow.it/telesanremo/telesanremo/playlist.m3u8" data-title="Live stream">
    </video>
</div>

Embedding RTMP using JS method:

flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.18.swf", {
    clip: {
        url: 'streamname', 
        live: 'true', 
        provider: 'rtmp' 
    },
    plugins: {
        rtmp: {
            url: 'flowplayer.rtmp-3.2.13.swf', 
            netConnectionUrl: 'rtmp://some_rtmp_link'
        } 
    } 
});

My question: is there a JavaScript or jQuery method to embed m3u8, like in RTMP example?

http-live-streaming live-streaming flowplayer m3u8
Original Q&A
1

There are 1 best solutions below

0
ihtus ihtus On 19 June 2015 at 20:21 BEST ANSWER

I found the answer:

HTML:

<div id="player" class="fixed-controls"  style="width:600px; height:338px;"></div>

JS:

var api = flowplayer("#player", {
    live: true,
    splash: true,
    clip: {
        sources: [
            {
                type: "application/x-mpegurl",
                src: "http://srv6.zoeweb.tv:1935/z330-live/stream/playlist.m3u8"
            }
        ],
        title: "LiveStream"
    },
    embed: {
        skin: "http://releases.flowplayer.org/6.0.1/skin/bauhaus.css"
    }
});

Related Questions in HTTP-LIVE-STREAMING

  • How to get a thumbnail of a live stream?
  • loadHTTPProvider error on wowza
  • Hi!,Our m3u8 stream not work on Android
  • WP8.1 (0xc0000005) 'Access violation' crash
  • Is transmitting PES(Packetised Elementary Stream) better or MPEG-TS in Live Streaming from mobile (IOS) to server
  • Video streaming issue
  • How to adjust mpeg 2 ts start time with ffmpeg?
  • Mp4 to HLS using ffmpeg
  • Embed m3u8 with flowplayer using JS
  • How to play ts file using the cache in the AVPlayer?
  • Elastic transcoder(HLS): generating playlist based on original video
  • Access-Control-Allow-Origin with HLS streaming and video JS
  • FFMpeg hls_time accuracy
  • AVPlayer empties buffer when app is in background
  • Set -keyint_min ffmpeg

Related Questions in LIVE-STREAMING

  • using livestream video in iOS application
  • Ustream API to show channel Status
  • Is transmitting PES(Packetised Elementary Stream) better or MPEG-TS in Live Streaming from mobile (IOS) to server
  • HTML5 Video element does not a resume live streaming when a stream is interrupted then restarts
  • HTML5 video element does not restart a live stream at its live point if I pause it
  • Stream video from phone camera using ionic framework
  • Embed m3u8 with flowplayer using JS
  • Android : How to record a live stream video using ExoPlayer lib
  • Live555 RTSPServer object destroyed improperly or the library bug?
  • Stream webcam via. Wowza streaming server
  • Basic concept on live-streaming video
  • Read stream from Facebook Live Videos
  • FFMPEG Streaming updated image in loop to FB Live Video
  • How to Capture Live Stream from camera and watch live or save for later viewing?
  • How online radio live stream music and are there available resources to build one with Node.js?

Related Questions in FLOWPLAYER

  • update flashVars of flowplayer to change video via swfObject
  • Why does Flowplayer only work after reloading the page?
  • Embed m3u8 with flowplayer using JS
  • cloudfront psudostreaming query string param
  • Wait for page to load or wait for X seconds before loading player
  • Flowplayer is not on top
  • Flowplayer HTML5 Fullscreen on Play
  • media player object from directive
  • flowplayer video not playing in tablet
  • flowplayer video not playing in google chrome
  • Flowplayer RSS-Playlist media:content tag
  • Flowplayer in jQuery UI tabs in IE keeps playing video in inactive tab
  • jquery hoverscroll in firefox gives me scrollbars
  • Flowplayer not showing audio player
  • Flowplayer, Javascript, catch click event?

Related Questions in M3U8

  • M3U8 playback issues with Vimeo and JW Player
  • Mp4 to HLS using ffmpeg
  • Embed m3u8 with flowplayer using JS
  • Access-Control-Allow-Origin with HLS streaming and video JS
  • How to create an AES encrypted, single segment, HLS from an .mov using Shaka Packager
  • Android HLS Streaming using .m3u8 url, getting an error code -1011 and stream hangs
  • Set headers on Vitamio Android
  • Streaming .m3u8 format using Chromecast
  • Http Live Streaming without encoding
  • Determining HLS stream content type
  • Decode audio samples from hls stream on ios?
  • m3u8 Video stops with MediaPlayer: Error (1,-1004)
  • With FFMPEG, can I rewrite a .ts specific segment in an HLS m3u8 format?
  • Android MediaScannerConnection or sendBroadcast for scanning ".m3u"
  • seekTo() doesn't work when playing m3u8 live stream

Trending Questions

  • UIImageView Frame Doesn't Reflect Constraints
  • Is it possible to use adb commands to click on a view by finding its ID?
  • How to create a new web character symbol recognizable by html/javascript?
  • Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
  • Heap Gives Page Fault
  • Connect ffmpeg to Visual Studio 2008
  • Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
  • How to avoid default initialization of objects in std::vector?
  • second argument of the command line arguments in a format other than char** argv or char* argv[]
  • How to improve efficiency of algorithm which generates next lexicographic permutation?
  • Navigating to the another actvity app getting crash in android
  • How to read the particular message format in android and store in sqlite database?
  • Resetting inventory status after order is cancelled
  • Efficiently compute powers of X in SSE/AVX
  • Insert into an external database using ajax and php : POST 500 (Internal Server Error)

Popular # Hahtags

javascript python java c# php android html jquery c++ css ios sql mysql r reactjs

Popular Questions

  • How do I undo the most recent local commits in Git?
  • How can I remove a specific item from an array in JavaScript?
  • How do I delete a Git branch locally and remotely?
  • Find all files containing a specific text (string) on Linux?
  • How do I revert a Git repository to a previous commit?
  • How do I create an HTML button that acts like a link?
  • How do I check out a remote Git branch?
  • How do I force "git pull" to overwrite local files?
  • How do I list all files of a directory?
  • How to check whether a string contains a substring in JavaScript?
  • How do I redirect to another webpage?
  • How can I iterate over rows in a Pandas DataFrame?
  • How do I convert a String to an int in Java?
  • Does Python have a string 'contains' substring method?
  • How do I check if a string contains a specific word?
.

Copyright © 2021 Jogjafile Inc.

  • Disclaimer
  • Privacy
  • TOS
  • Homegardensmart
  • Math
  • Aftereffectstemplates