close
The Wayback Machine - https://web.archive.org/web/20201128161333/https://github.com/cuijinquan/clappr-rtmp-plugin
Skip to content
master
Go to file
Code
This branch is 127 commits behind video-dev:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

clappr-rtmp-plugin

RTMP support for Clappr player

How to use

Import rtmp.min.js

<script type="text/javascript" src="http://cdn.jsdelivr.net/clappr.rtmp/0.0.6/rtmp.min.js">
</script>

and create Clappr Player adding the external plugin:

var player = new Clappr.Player({
      source: "rtmp://source_here", 
      parentId: "#player-wrapper", 
      plugins: {'playback': [RTMP]}
    );

Streams that has live on their URL will be handled as live streams. If not so, the plugin will play the source as VoD.

You can’t perform that action at this time.