View Single Post
  #16  
Old 02-22-2016, 08:05 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: New to ffmpeg need help


Quote:
Originally Posted by MaxBlum View Post
Worked great again. Thanks.

Can you help with this one:
hhttp://amc350888def-vh.akamaihd.net/z/AMC_Networks_-_AMC/623451203738/650/411/BCS_201_D1_623452739,604_mp4_video_1280x720_243200 0_primary_audio_6,606_mp4_video_1920x1080_8000000_ primary_audio_8,605_mp4_video_1920x1080_5000000_pr imary_audio_7,603_mp4_video_1280x720_1800000_prima ry_audio_5,602_mp4_video_960x540_1200000_primary_a udio_4,601_mp4_video_640x360_568000_primary_audio_ 3,600_mp4_video_480x270_400000_primary_audio_2,599 _mp4_video_416x234_168000_primary_audio_1,.mp4.csm il/manifest.f4m?hdnea=st=1456150992~exp=1456151082~ac l=/z/AMC_Networks_-_AMC/623451203738/650/411/BCS_201_D1_623452739*~hmac=93f92944cb44dd25084966b f992a87acedd2e98baf9fac1e48603c84c473b54c&g=LVJPMW RPOVYN&hdcore=3.5.0
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)
Reply With Quote