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

Commit

Permalink
bump to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Oct 11, 2014
1 parent 82cd63a commit 4eb3879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BemTV Plugin for Clappr Media Player

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

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

Expand All @@ -19,7 +19,7 @@ Visit [BemTV](http://bem.tv) with a [modern browser](http://caniuse.com/#search=
<div id="player-wrapper"></div>
<script>
var playerElement = document.getElementById("player-wrapper");
var player = new WP3.Player({
var player = new Clappr.Player({
sources: ['http://cdn.bem.tv/stream/soccer2sec/playlist.m3u8'],
plugins: {
playback: [P2PHLS],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2phls",
"version": "0.0.8",
"version": "0.0.9",
"description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player",
"main": "dist/p2phls.js",
"author": "Flávio Ribeiro",
Expand Down

0 comments on commit 4eb3879

Please sign in to comment.