View Single Post
  #17  
Old 02-22-2016, 04:14 PM
MaxBlum MaxBlum is offline
Junior Member
 
Join Date: Mar 2015
Posts: 25
MaxBlum is on a distinguished road
Default

Re: New to ffmpeg need help


Quote:
Originally Posted by biezom View Post
open this link and copy the url with the bitrate that you want

Code:
http://link.theplatform.com/s/M_UwQC/media/eWibk2EnHgyO?formats=mpeg4&format=SMIL&callback=jquery
then

Code:
livestreamer "httpstream://URL-FOUNDED" best -o video.mp4

example (you can't use the same url it's an example you need find your own url with link.theplatform...)


Code:
livestreamer "httpstream://http://amc350886pmd-tkn.download.theplatform.com.edgesuite.net/default/AMC_Networks_-_AMC/623451203738/650/411/BCS_201_D1_623452739606_mp4_video_1920x1080_8000000_primary_audio_8.mp4?authToken=st=1456153419~exp=1456153509~acl=/default/AMC_Networks_-_AMC/623451203738/650/411/BCS_201_D1_623452739606_mp4_video_1920x1080_8000000_primary_audio_8.mp4*~hmac=77e08b1b924c18f52d0b98a23073231fa04a1aec08f13328b4d1ab603d86408d" best -o video.mp4

>>>>

Code:
[cli][info] Found matching plugin stream for URL httpstream://http://amc350886pmd-tkn.download.theplatform.com.edgesuite.net/default/AMC_Networks_-_AMC/623451203738/650/411/BCS_201_D1_623452739606_mp4_video_1920x1080_8000000_primary_audio_8.mp4?authToken=st=1456153419~exp=1456153509~acl=/default/AMC_Networks_-_AMC/623451203738/650/411/BCS_201_D1_623452739606_mp4_video_1920x1080_8000000_primary_audio_8.mp4*~hmac=77e08b1b924c18f52d0b98a23073231fa04a1aec08f13328b4d1ab603d86408d
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (http)
[download][video.mp4] Written 6.2 MB (12s @ 499.7 KB/s)

This is what Im getting now .

Reply With Quote