chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

Livestreamer gives a "No streams found at this URL" for one VOD, but works on others #1066

Open garnene opened 9 years ago

garnene commented 9 years ago

www.twitch.tv/hotshotgg/v/15956761

It wont open this, but will open prior VODs and VODs archived after this on the same channel. It's really bizarre.

SEQUOIIA commented 9 years ago

Hmm, not too sure why it is unable to open that particular VOD, if you still wish to watch the VOD, I was able to get the m3u8 URL manually:

livestreamer hls://http://vod.ak.hls.ttvnw.net/v1/AUTH_system/vods_6223/hotshotgg_16368008416_305891590/chunked/index-dvr.m3u8 best 
garnene commented 9 years ago

Thanks for the reply. This probably sounds stupid but is there a way of recording a stream between specific timestamps? As it is, I just output it to an FLV file and it's gigantic. Is there a way to specify what part to record?

jhvst commented 8 years ago

I've had some problems with Twitch. The livestreamer has reported that the stream is offline, even though it really is not. Retrying has usually worked fine, so I guess its a problem on Twitch's end.

ear commented 8 years ago

I have a repeatable example case for this! It will go away in a couple weeks I think, since past broadcasts get flushed out that often: http://www.twitch.tv/richshay/profile/past_broadcasts

That stream quite regularly will go down after a bit and the VOD get split up in two parts. The first part livestreamer has no problem fetching, the second one it won't, no matter what. Youtube-dl will download those second parts, though.

The most recent examples at the time of writing this comment:

First part, works with livesteamer: http://www.twitch.tv/richshay/v/28684452 Second part, doesn't: http://www.twitch.tv/richshay/v/28686541 Again first part works: http://www.twitch.tv/richshay/v/29145370 Second part, not: http://www.twitch.tv/richshay/v/29152112

Sophira commented 8 years ago

I found the issue here and reported it separately at #1157.