View Single Post
  #7  
Old 02-24-2015, 06:16 PM
strumpcarec strumpcarec is offline
Member
 
Join Date: May 2014
Location: United States
Posts: 42
strumpcarec is on a distinguished road
Default

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
So:

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
It seemed to work fine. The resulting file looks great. But I got a strange message:

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........
Should I be concerned about that red line?
Reply With Quote