aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/livestreamer/plugins')
-rw-r--r--src/livestreamer/plugins/justintv.py2
-rw-r--r--src/livestreamer/plugins/ownedtv.py2
-rw-r--r--src/livestreamer/plugins/ustreamtv.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/livestreamer/plugins/justintv.py b/src/livestreamer/plugins/justintv.py
index 43e343c..c6d1219 100644
--- a/src/livestreamer/plugins/justintv.py
+++ b/src/livestreamer/plugins/justintv.py
@@ -110,7 +110,7 @@ class JustinTV(Plugin):
"swfUrl": self.SWFURL,
"swfhash": swfhash,
"swfsize": swfsize,
- "live": 1
+ "live": True
})
if "token" in info:
diff --git a/src/livestreamer/plugins/ownedtv.py b/src/livestreamer/plugins/ownedtv.py
index 36887f7..d312efd 100644
--- a/src/livestreamer/plugins/ownedtv.py
+++ b/src/livestreamer/plugins/ownedtv.py
@@ -82,7 +82,7 @@ class OwnedTV(Plugin):
if not name in streams:
streams[name] = RTMPStream({
"rtmp": ("{0}/{1}").format(base, playpath),
- "live": 1
+ "live": True
})
return streams
diff --git a/src/livestreamer/plugins/ustreamtv.py b/src/livestreamer/plugins/ustreamtv.py
index 2e2e122..a7b88a7 100644
--- a/src/livestreamer/plugins/ustreamtv.py
+++ b/src/livestreamer/plugins/ustreamtv.py
@@ -46,7 +46,7 @@ class UStreamTV(Plugin):
"rtmp": ("{0}/{1}").format(cdnurl or fmsurl, playpath),
"pageUrl": self.url,
"swfUrl": self.SWFURL,
- "live": 1
+ "live": True
})
streams["live"] = stream