I've tried literally everything I possibly could to get this video "https://picarto.tv/videopopout/AssasinMonkey_2019.12.01.00.19.23.flv"
I cannot find anyway to get it, all I keep getting is .m3u8 files and whenever I try to convert them in VLC media player it wont properly convert
If anyone know how to do it, please teach me, I want to continue downloading videos in the future too
+ Reply to Thread
Results 1 to 7 of 7
-
-
m3u8 files are playlists. From that FLV link you get the playlist:
https://recording-eu-1.picarto.tv/playhls/AssasinMonkey_2019.12.01.00.19.23.flv/1_2/index.m3u8
Inside that playlist is a list of TS files:
Code:#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:7 #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:6.000000, 17999_23999.ts?sessId=16451 #EXTINF:6.000000, 23999_29999.ts?sessId=16451 #EXTINF:6.000000, 29999_35999.ts?sessId=16451 #EXTINF:6.000000, 35999_41999.ts?sessId=16451 ... and about 4570 more
Code:youtube-dl "https://recording-eu-1.picarto.tv/playhls/AssasinMonkey_2019.12.01.00.19.23.flv/1_2/index.m3u8"
Code:streamlink -o output.ts "https://recording-eu-1.picarto.tv/playhls/AssasinMonkey_2019.12.01.00.19.23.flv/1_2/index.m3u8 best"
You can even use VLC's Convert/Save feature. File -> Convert/Save, enter the m3u8 URL, select a container, set video and audio to Keep Original Track, set a name for the output file, save. -
Hello, since I kinda have the same problem I thought of using this topic instead of creating a new one. I want to download past streams from users of Picarto on a website like keepvideo[dot]id
but it doesn't work with the link I got by right clicking on the video. I downloaded youtube dlg but it doesn't work either (or I'm doing something wrong).
Oh, want to say that the url I got doesn't look like the url the creator of this thread has in his problem. So maybe if I know how to have an url like this, it could solve my problem
What I got is something like picarto[dot]tv/ffgg80-1d33-....
So yeah I'm kinda stuck, if anyone have a solution I'm glad to hear it, thanks in advance. -
Use a browser's Developer Tools (press F12) to monitor network traffic. Look for index.m3u8. Use that url with youtube-dl.
Similar Threads
-
Need help either capturing or downloading stream
By Richter26 in forum Video Streaming DownloadingReplies: 5Last Post: 19th Nov 2019, 16:28 -
Help downloading this stream
By sscomp32 in forum Video Streaming DownloadingReplies: 0Last Post: 7th Jun 2019, 16:20 -
Help downloading this stream...
By Rubem Coelho in forum Video Streaming DownloadingReplies: 3Last Post: 15th Sep 2018, 13:48 -
stream video downloading help
By mubshr in forum Video Streaming DownloadingReplies: 6Last Post: 23rd Aug 2015, 07:33 -
Help downloading m3u8 stream
By ninnah in forum Video Streaming DownloadingReplies: 4Last Post: 2nd Jun 2015, 19:48