Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to download from this site? (RTMP links are gone)Code:
hxxp://teamfourstar.com/video/history-trunks-preview-sub-standard-living-conditions/ I'm using URL Snooper v2.37.01. |
#2
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)hi
Code:
http://174.127.103.124/vod/smil:TeamFourStar-54dfcfeeb3a1c.smil/playlist.m3u8 |
#3
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)Ah I see it now. Thanks!! Aw man, they changed it so videos now must be downloaded in chunks then stitched together.
|
#4
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)Quote:
Code:
livestreamer "hlsvariant://http://174.127.103.124/vod/smil:TeamFourStar-54dfcfeeb3a1c.smil/playlist.m3u8" best -o video.ts |
#5
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)Thanks again. I didn't know that was a thing. I'm still learning, as you can see.
Is there an equivalent "hlsvariant" command in FFmpeg? |
#6
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)Quote:
Code:
#EXTM3U #EXT-X-VERSION:2 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=205000,RESOLUTION=176x144 http://174.127.103.124/vod/_definst_/smil:TeamFourStar-54dfcfeeb3a1c.smil/chunklist_w973557741_b205000.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=300000,RESOLUTION=320x160 http://174.127.103.124/vod/_definst_/smil:TeamFourStar-54dfcfeeb3a1c.smil/chunklist_w973557741_b300000.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=750000,RESOLUTION=640x360 http://174.127.103.124/vod/_definst_/smil:TeamFourStar-54dfcfeeb3a1c.smil/chunklist_w973557741_b750000.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1650000,RESOLUTION=1280x720 http://174.127.103.124/vod/_definst_/smil:TeamFourStar-54dfcfeeb3a1c.smil/chunklist_w973557741_b1650000.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000 http://174.127.103.124/vod/_definst_/smil:TeamFourStar-54dfcfeeb3a1c.smil/chunklist_w973557741_b64000.m3u8 |
#7
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)Got it, I think. I chose the highest quality:
Code:
http://174.127.103.124/vod/_definst_/smil:TeamFourStar-54dfcfeeb3a1c.smil/chunklist_w973557741_b1650000.m3u8 Code:
ffmpeg -i "http://174.127.103.124/vod/smil:TeamFourStar-54dfcfeeb3a1c.smil/play list.m3u8" "http://174.127.103.124/vod/_definst_/smil:TeamFourStar-54dfcfeeb3a1c .smil/chunklist_w973557741_b1650000.m3u8" -c copy video.ts Code:
[hls,applehttp @ 0000000000399dc0] No longer receiving playlist 1 [hls,applehttp @ 0000000000399dc0] No longer receiving playlist 2 [hls,applehttp @ 0000000000399dc0] No longer receiving playlist 4 frame= 301 fps=0.0 q=29.0 q=-1.0 size=N/A time=00:00:10.30 bitrate=N/A dup=300 [hls @ 00000000003dd100] Cannot use rename on non file protocol, this may lead t o races and temporarly partial files frame= 401 fps=304 q=29.0 q=-1.0 size=N/A time=00:00:13.64 bitrate=N/A dup=300 frame= 466 fps=256 q=29.0 q=-1.0 size=N/A time=00:00:15.80 bitrate=N/A dup=300 frame= 500 fps=212 q=29.0 q=-1.0 size=N/A time=00:00:16.94 bitrate=N/A dup=300 frame= 547 fps=190 q=29.0 q=-1.0 size=N/A time=00:00:18.52 bitrate=N/A dup=300 etc........ |
#8
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)try just
Code:
ffmpeg -i "http://174.127.103.124/vod/_definst_/smil:TeamFourStar-54dfcfeeb3a1c.smil/chunklist_w973557741_b1650000.m3u8" -c copy video.ts |
#9
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)Clearly I am a noob. Thanks again, biezom. I repped your post.
|
#10
|
|||
|
|||
Re: How to download from this site? (RTMP links are gone)I noticed this as well with ffmpeg when playing a manifest file.
It seems to just pick the fastest stream and never tries to get a higher quality playlist once its dropped the other playlists. Is there anyway to use a manifest.m3u8 as input and have ffmpeg try to play the best stream given the current bandwidth, and re-access as it plays so its constantly trying to play the best one at any given period? I know I can just play the individual playlist from the manifest, but I was hoping for some kind of auto-quality detection using ffmpeg...my bandwidth conditions change erratically. |
Tags: url snooper |
Thread Tools | |
Display Modes | |
|
|