View Single Post
  #8  
Old 03-23-2015, 09:17 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Help with f4m file


Quote:
Originally Posted by joejones15 View Post
thanks biezom, that worked perfectly!

do you mind telling me how you were able to find the proper lines like you did?
Code:
livestreamer "hds://http://hdliveextra-vh.akamaihd.net/z/HD/video_sports/NBCU_Sports_Group_-_nbcsports/286/543/nbc_f1_auspaddockpass_part1_150312_142621654515,0_140,0_345,0_220,0_90,1_60,1_40,1_20,0k.mp4.csmil/manifest.f4m?hdcore=3.1&b=0-4000" best -o nbc_f1_auspaddockpass_part1.flv
hds:// hds protocol (.f4m)



best best quality
you can choose Available streams: 1445k, 2245k, 245k (worst), 3496k (best), 445k, 645k, 946k

example
Code:
livestreamer "hds://http://hdliveextra-vh.akamaihd.net/z/HD/video_sports/NBCU_Sports_Group_-_nbcsports/286/543/nbc_f1_auspaddockpass_part1_150312_142621654515,0_140,0_345,0_220,0_90,1_60,1_40,1_20,0k.mp4.csmil/manifest.f4m?hdcore=3.1&b=0-4000" 1445k -o nbc_f1_auspaddockpass_part1.flv
for 1445k quality



-o nbc_f1_auspaddockpass_part1.flv to download with the filename that you want -o blablabla.flv for example
without -o option the video start by default with vlc

more info http://stream-recorder.com/forum/liv...er-t19466.html
Reply With Quote