View Single Post
  #2  
Old 03-28-2016, 03:05 PM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

Re: cbs.com issues


Part 2, sorry, long post had to do this in parts....

OR, if i play the video and use ad-block Plus ,filter for link.platform.com, I get the following:

Code:
http://link.theplatform.com/s/dJ5BDC/JkCKeaHrHIRN?format=SMIL&manifest=f4m&Tracking=true&mbr=true
Paste above link in browser, gives a "JkCKeaHrHIRN".
Open this file in a text editor it will gives me the video src url:
Code:
http://cbsent-vh.akamaihd.net/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77,8907_796,9091_1928,8907_1296,8907_496,8907_364,.mp4.csmil/manifest.f4m?hdnea=acl=/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77*~exp=1459184326~hmac=9dac99b41903d104d484e7bd53027b1110d289a4c69d7b5f71d8be838c5aae38

Trying to capture the stream with the url above with livestreamer:

Code:
livestreamer "hlsvariant://http://cbsent-vh.akamaihd.net/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77,8907_796,9091_1928,8907_1296,8907_496,8907_364,.mp4.csmil/manifest.f4m?hdnea=acl=/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77*~exp=1459184326~hmac=9dac99b41903d104d484e7bd53027b1110d289a4c69d7b5f71d8be838c5aae38" -o name2.mp4
[cli][info] Found matching plugin stream for URL hlsvariant://http://cbsent-vh.akamaihd.net/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77,8907_796,9091_1928,8907_1296,8907_496,8907_364,.mp4.csmil/manifest.f4m?hdnea=acl=/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77*~exp=1459184326~hmac=9dac99b41903d104d484e7bd53027b1110d289a4c69d7b5f71d8be838c5aae38
error: Unable to open URL: http://cbsent-vh.akamaihd.net/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77,8907_796,9091_1928,8907_1296,8907_496,8907_364,.mp4.csmil/manifest.f4m?hdnea=acl=/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77*~exp=1459184326~hmac=9dac99b41903d104d484e7bd53027b1110d289a4c69d7b5f71d8be838c5aae38 (403 Client Error: Forbidden)
or with ffmpeg:
Code:
ffmpeg -i "http://cbsent-vh.akamaihd.net/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77,8907_796,9091_1928,8907_1296,8907_496,8907_364,.mp4.csmil/manifest.f4m?hdnea=acl=/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77*~exp=1459184326~hmac=9dac99b41903d104d484e7bd53027b1110d289a4c69d7b5f71d8be838c5aae38" -c copy -absf aac_adtstoasc "name2.mp4"
ffmpeg version 2.5.2 Copyright (c) 2000-2014 the FFmpeg developers
  built on Jan  3 2015 16:30:41 with Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/2.5.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libvo-aacenc --enable-openssl --enable-nonfree --enable-vda
  libavutil      54. 15.100 / 54. 15.100
  libavcodec     56. 13.100 / 56. 13.100
  libavformat    56. 15.102 / 56. 15.102
  libavdevice    56.  3.100 / 56.  3.100
  libavfilter     5.  2.103 /  5.  2.103
  libavresample   2.  1.  0 /  2.  1.  0
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
[http @ 0x7fab8852e4c0] HTTP error 403 Forbidden
http://cbsent-vh.akamaihd.net/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77,8907_796,9091_1928,8907_1296,8907_496,8907_364,.mp4.csmil/manifest.f4m?hdnea=acl=/z/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2016/03/25/652261443718/CBS_MADAM_SECRETARY_218_CONTENT_CIAN_vr_20M_77*~exp=1459184326~hmac=9dac99b41903d104d484e7bd53027b1110d289a4c69d7b5f71d8be838c5aae38: Server returned 403 Forbidden (access denied)


I have found using HDS link Detector does work, but will only give at best 480p, which is not what I want. I am looking for 720p.
Reply With Quote