View Single Post
  #2  
Old 04-10-2015, 11:41 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: livestreamer 1.12.1, ustream, creativelive - mobile only?!?!


Quote:
Originally Posted by FredThompson View Post
This type of call to livestreamer worked before ustream made some changes a couple of months ago:

livestreamer --retry-streams 1 --retry-open 200000 --stream-segment-threads 3 --stream-segment-attempts 4 -o "watch1 01.flv" "https://www.ustream.tv/embed/952665" 720p+

(That's the stream at CreativeLive.com's watch1 channel.)

livestreamer 1.12.0 and 1.12.1 seem to detect only 240, 360, and 480p mobile streams.

How to properly get access to the 720p+ streams?
hi
are you sure you use the last version?

Code:
livestreamer -V
Code:
livestreamer 1.12.1
Code:
livestreamer --retry-streams 1 --retry-open 200000 --stream-segment-threads 3 --stream-segment-attempts 4 -o "watch1 01.flv" "https://www.ustream.tv/embed/952665" 720p+
[cli][info] Found matching plugin ustreamtv for URL https://www.ustream.tv/embed/952665
[cli][info] Available streams: 240p, 240p_alt_akamai, 360p, 360p_alt_akamai, 480p, 480p_alt_akamai, 720p+ (best), 720p+_alt_akamai, mobile_240p (worst), mobile_360p, mobile_480p
[cli][info] Opening stream: 720p+ (uhs)
[download][watch1 01.flv] Written 6.0 MB (22s @ 199.7 KB/s)
Reply With Quote