Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 4eb3879

Browse files
committed
bump to 0.0.9
1 parent 82cd63a commit 4eb3879

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BemTV Plugin for Clappr Media Player
22

3-
This plugin adds peer-to-peer powers for HTTP Live Streaming (HLS) transmissions on [Clappr Player](http://clappr.io).
3+
This plugin adds peer-to-peer powers for HTTP Live Streaming (HLS) transmissions on [Clappr Player](http://github.com/globocom/clappr).
44

55
![BemTV P2PHLS](http://bem.tv/static/bemtv_live_preview.png)
66

@@ -19,7 +19,7 @@ Visit [BemTV](http://bem.tv) with a [modern browser](http://caniuse.com/#search=
1919
<div id="player-wrapper"></div>
2020
<script>
2121
var playerElement = document.getElementById("player-wrapper");
22-
var player = new WP3.Player({
22+
var player = new Clappr.Player({
2323
sources: ['http://cdn.bem.tv/stream/soccer2sec/playlist.m3u8'],
2424
plugins: {
2525
playback: [P2PHLS],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p2phls",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player",
55
"main": "dist/p2phls.js",
66
"author": "Flávio Ribeiro",

0 commit comments

Comments
 (0)