cbs.com 720p Stream capturing issuesI am trying to capture streams from cbs.com, Trying 720p version.
I try using the cbs.php script from a few months ago posted by Biezom from http://stream-recorder.com/forum/sho...89&postcount=3 Video I am trying in question is from: HTML Code:
http://www.cbs.com/shows/madam-secretary/video/wgjNjmnquuZ4PNnKYLytFW2Nc_DK5q93/madam-secretary-on-the-clock/ Code:
php cbs.php http://www.cbs.com/shows/madam-secretary/video/wgjNjmnquuZ4PNnKYLytFW2Nc_DK5q93/madam-secretary-on-the-clock/ I get Code:
http://link.theplatform.com/s/dJ5BDC/u6CcZigKccDC?mbr=true&manifest=m3u When you open the link above in the browser it gives you a content.m3u8 file. When you open the file in a text editor it gives: Code:
#EXTM3U If I try and capture the 720p version with ffmpeg: Starts downloading and starts with errors: Code:
ffmpeg -i "http://once-aws-us-west-2b.unicornmedia.com/now/media/playlist/bb0b18ba-64f5-4b1b-a29f-0ac252f06b68/77a785f3-5188-4806-b788-0893a61634ed/468fb310-a585-11e4-bfdb-005056837bc7/1ca78f47-ed05-4714-87bd-35ef048baf99/0/0/2600/content.m3u8?visitguid=96b18fcd-5445-499e-98a8-eb771378a923&segmentlength=10&adsegmentlength=10&protocolversion=3" -c copy -absf aac_adtstoasc "name of file.mp4" To Be Continued.... |
Re: cbs.com issuesPart 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 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 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" 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. |
Re: cbs.com issuesPlease if there is any way to get 720p versions captured again I would love help in getting these. Thank you in Advance.
|
Re: cbs.com issuesgetflv its work.
|
Re: cbs.com 720p Stream capturing issuesQuote:
Code:
livestreamer "hlsvariant://http://link.theplatform.com/s/dJ5BDC/u6CcZigKccDC?mbr=true&manifest=m3u" best -o video.ts |
Re: cbs.com 720p Stream capturing issuesdear biezom.
I could not send you a private message. |
Re: cbs.com 720p Stream capturing issueslivestreamer works like a charm.
|
Re: cbs.com 720p Stream capturing issuesBiezom:
This does work. But it gives a file with commercials and isn't fully playable. For me anyways. Can you double check on the file it gives you? I tried with livestreamer, and ffmpeg. I get a series of errors either way. I get a few of the following errors during: Code:
livestreamer "hlsvariant://http://link.theplatform.com/s/dJ5BDC/u6CcZigKccDC?mbr=true&manifest=m3u" best -o video.ts |
Re: cbs.com 720p Stream capturing issuesQuote:
Use FFmpeg to change the TS file into an MP4: Code:
ffmpeg -i video.ts -c copy -bsf:a aac_adtstoasc video.mp4 |
Re: cbs.com 720p Stream capturing issuesQuote:
Code:
http://once-aws-us-west-2b.unicornmedia.com/now/media/playlist/bb0b18ba-64f5-4b1b-a29f-0ac252f06b68/77a785f3-5188-4806-b788-0893a61634ed/468fb310-a585-11e4-bfdb-005056837bc7/1ca78f47-ed05-4714-87bd-35ef048baf99/0/0/2600/content.m3u8?visitguid=c9b69467-b763-4459-a083-8eb6742c1aa2&segmentlength=10&adsegmentlength=0&protocolversion=3 so Code:
ffmpeg -i "http://once-aws-us-west-2b.unicornmedia.com/now/media/playlist/bb0b18ba-64f5-4b1b-a29f-0ac252f06b68/77a785f3-5188-4806-b788-0893a61634ed/468fb310-a585-11e4-bfdb-005056837bc7/1ca78f47-ed05-4714-87bd-35ef048baf99/0/0/2600/content.m3u8?visitguid=c9b69467-b763-4459-a083-8eb6742c1aa2&segmentlength=10&adsegmentlength=0&protocolversion=3" -c copy video-by-ffmpeg.ts or Code:
livestreamer "hls://http://once-aws-us-west-2b.unicornmedia.com/now/media/playlist/bb0b18ba-64f5-4b1b-a29f-0ac252f06b68/77a785f3-5188-4806-b788-0893a61634ed/468fb310-a585-11e4-bfdb-005056837bc7/1ca78f47-ed05-4714-87bd-35ef048baf99/0/0/2600/content.m3u8?visitguid=c9b69467-b763-4459-a083-8eb6742c1aa2&segmentlength=10&adsegmentlength=0&protocolversion=3" best -o video-by-livestreamer.ts with your own and recent link of cource you can use youtube-dl too Code:
youtube-dl "http://www.cbs.com/shows/madam-secretary/video/wgjNjmnquuZ4PNnKYLytFW2Nc_DK5q93/madam-secretary-on-the-clock/" |
All times are GMT -6. The time now is 01:39 PM. |