From 5eb5b61ed2ff13ea280df1cfe407d10d464269d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Ribeiro?= Date: Wed, 15 Oct 2014 22:13:50 -0300 Subject: [PATCH] bump to 0.1.0 --- package.json | 2 +- src/adaptive_streaming.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f6b5cb1..cef0a2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p2phls", - "version": "0.0.10", + "version": "0.1.0", "description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player", "main": "dist/p2phls.js", "author": "Flávio Ribeiro", diff --git a/src/adaptive_streaming.js b/src/adaptive_streaming.js index 1e0e9e6..0ed6c4e 100644 --- a/src/adaptive_streaming.js +++ b/src/adaptive_streaming.js @@ -33,7 +33,7 @@ class AdaptiveStreaming extends BaseObject { this.currentLevel = this.currentLevel - 1 this.changeLevel(this.currentLevel) } else { - log.info("i'm ok, enjoying the ride. (curr bandwidth: " + this.info.bandwidth + ", nextBwNeeded:" + nextBwNeeded) + log.info("i'm ok, enjoying the ride. (curr bandwidth: " + this.info.bandwidth + ", nextBwNeeded:" + nextBwNeeded + ")") } }