PDA

View Full Version : Livestreamer - No streams found on this url


Caedo
01-09-2016, 04:55 PM
I've had no trouble with Livestreamer to download VODs from Twitch, but this one video is giving me the error 'no streams found on this url' every time I attempt to download it.

I'm using this command on livestreamer version 1.12.2
livestreamer.exe --force --output videoname.mp4 url best

And trying to get this video downloaded.
http://www.twitch.tv/jennifervandamsel/v/34400984

Anyone have any ideas what's causing this problem?

biezom
01-09-2016, 05:10 PM
I've had no trouble with Livestreamer to download VODs from Twitch, but this one video is giving me the error 'no streams found on this url' every time I attempt to download it.

I'm using this command on livestreamer version 1.12.2
livestreamer.exe --force --output videoname.mp4 url best

And trying to get this video downloaded.
http://www.twitch.tv/jennifervandamsel/v/34400984

Anyone have any ideas what's causing this problem?

hi if you sniff traffic you can find the m3u8 link


livestreamer "hls://http://vod.ak.hls.ttvnw.net/v1/AUTH_system/vods_5848/jennifervandamsel_18772268320_379204126/chunked/index-dvr.m3u8" best -o jennifervandamsel.ts

Caedo
01-09-2016, 05:16 PM
I should mention I have the bare minimum knowledge of livestreamer codes and such. lol

After looking some of that up, I think I see the general idea and I'll try using that. Thanks!