Hi all, this is my first post in this great forum.
My problem is that I cannot download a video with ffmpeg. I tried many different commands but the results is always the same.
The video downloading always stops at min 1:28:00. I really do not understand what the problem is.
this is the link: https://live.mycujoo.tv/sa/playlists/cjr6xevxj0001266tsts4m5ft/master.m3u8?play-only=p...end=1548291470
thanks in advance
Alb
+ Reply to Thread
Results 1 to 9 of 9
-
-
Try just:
Code:https://live.mycujoo.tv/sa/playlists/cjr6xevxj0001266tsts4m5ft/master.m3u8
Code:https://live.mycujoo.tv/sa/playlists/cjr6xevxj0001266tsts4m5ft/master.m3u8?play-only=primary&start=1548283890
-
Same result for both url
This is the command:
ffmpeg -loglevel trace -report -i url -c copy -bsf:a aac_adtstoasc output.mp4
This is the last part of logs:
frame=224860 fps= 72 q=-1.0 size= 2862080kB time=01:28:07.94 bitrate=4433.9kbits/s speed=1.68x
[hls,applehttp @ 0050f5c0] HLS request for url 'https://live.mycujoo.tv/sa/gcs/cjr6xevxj0001266tsts4m5ft/720p/720p_segment_15482914741323.ts', offset 0, playlist 2
[https @ 0fc4c640] Opening 'https://live.mycujoo.tv/sa/gcs/cjr6xevxj0001266tsts4m5ft/720p/720p_segment_15482914741323.ts' for reading
[https @ 0a25a140] request: GET /sa/gcs/cjr6xevxj0001266tsts4m5ft/720p/720p_segment_15482914741323.ts HTTP/1.1
User-Agent: Lavf/58.17.101
Accept: */*
Connection: keep-alive
Host: live.mycujoo.tv
Icy-MetaData: 1
frame=224871 fps= 72 q=-1.0 size= 2862336kB time=01:28:08.27 bitrate=4434.0kbits/s speed=1.68x
frame=225010 fps= 72 q=-1.0 size= 2864128kB time=01:28:12.91 bitrate=4432.9kbits/s speed=1.69x
No more output streams to write to, finishing.
frame=225060 fps= 72 q=-1.0 Lsize= 2871331kB time=01:28:14.66 bitrate=4442.6kbits/s speed=1.69x
video:2747145kB audio:117671kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.227391%
Input file #0 (https://live.mycujoo.tv/sa/playlists/cjr6xevxj0001266tsts4m5ft/master.m3u8):
Input stream #0:0 (video): 225143 packets read (329998597 bytes);
Input stream #0:1 (audio): 323211 packets read (122757763 bytes);
Input stream #0:2 (video): 119 packets read (553513 bytes);
Input stream #0:3 (audio): 171 packets read (64259 bytes);
Input stream #0:4 (video): 225060 packets read (2813076691 bytes);
Input stream #0:5 (audio): 323087 packets read (122710350 bytes);
Total: 1096791 packets (3389161173 bytes) demuxed
Output file #0 (motoclub_m3u8.mp4):
Output stream #0:0 (video): 225060 packets muxed (2813076691 bytes);
Output stream #0:1 (audio): 323211 packets muxed (120495286 bytes);
Total: 548271 packets (2933571977 bytes) muxed
0 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0071e340] Statistics: 32 seeks, 11237 writeouts
[AVIOContext @ 0c474400] Statistics: 1235536 bytes read, 0 seeks
[AVIOContext @ 0c474500] Statistics: 1324084 bytes read, 0 seeks
[AVIOContext @ 06bd9c00] Statistics: 651608 bytes read, 0 seeks
[AVIOContext @ 06ee69c0] Statistics: 0 bytes read, 0 seeks
[AVIOContext @ 0c474700] Statistics: 7397048 bytes read, 0 seeks
[AVIOContext @ 0c474840] Statistics: 8115772 bytes read, 0 seeks
[AVIOContext @ 065f3580] Statistics: 625713 bytes read, 0 seeks
[AVIOContext @ 064b6c40] Statistics: 568 bytes read, 0 seeks
Thanks
Alb -
I used youtube-dl with my first link and got the entire game. A 2.8 GB, 88 minute, 1280x720 mp4 file.
Code:youtube-dl https://live.mycujoo.tv/sa/playlists/cjr6xevxj0001266tsts4m5ft/master.m3u8
Code:#EXTM3U #EXT-X-VERSION:6 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=800000,RESOLUTION=426x240,CODECS="avc1.4dc01e,mp4a.40.2" https://live.mycujoo.tv/sa/playlists/cjr6xevxj0001266tsts4m5ft/240p/playlist.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1500000,RESOLUTION=854x480,CODECS="avc1.4dc01e,mp4a.40.2" https://live.mycujoo.tv/sa/playlists/cjr6xevxj0001266tsts4m5ft/480p/playlist.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3000000,RESOLUTION=1280x720,CODECS="avc1.4dc01e,mp4a.40.2" https://live.mycujoo.tv/sa/playlists/cjr6xevxj0001266tsts4m5ft/720p/playlist.m3u8
<edit>
Oh, wait. Your first post reads "stops at min 1:28:00". I read that as 1 minute and 28 seconds. But I guess you mean 1 hour and 28 minutes? That's the same as I got. Were you expecting more?Last edited by jagabo; 19th Feb 2019 at 16:34.
-
Hi jagabo,
This is the sourse of the video:
https://mycujoo.tv/video/futebolmaranhense?id=33992
if you notice, something strange happens at min 38:48 (also in the video you downloaded).
As a consequence, the final output is missing part of video which is available on the site.
thanks
Alb -
I think the whole game is there but the time codes are messed up -- in both the hi-res and low-res versions I downloaded. So the problem is at the source, not with the download. You can reencode the video with VirtualDub to get the whole game (aside from a handful of frames at the glitch).
-
hi,
sorry for my late reply. been busy.
I will definately have a go with VirtualDub, but I am looking for ffmpeg solution of the problem.
thank Alb
Similar Threads
-
Why does the video on HLS stream downloads from certain sites stutter?
By Bluelude1 in forum Video Streaming DownloadingReplies: 13Last Post: 24th Apr 2022, 22:57 -
4K Video Downloader downloads variable framerate
By DaveTaylor in forum Video Streaming DownloadingReplies: 1Last Post: 31st Oct 2018, 10:39 -
Convert audio part of a video and increase volume by 30% wiht ffmpeg?
By pxstein in forum Newbie / General discussionsReplies: 2Last Post: 21st Jun 2017, 04:06 -
extract whatever audio part with ffmpeg
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 31st Oct 2014, 13:31 -
How to convert *.mkv to *.avi with copy video part and re-encode audio part
By pxstein in forum Video ConversionReplies: 13Last Post: 1st Aug 2014, 10:24