Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

CNBC Episode

(http://stream-recorder.com/forum/showthread.php?t=20275)

hypnicjerk 09-22-2015 12:18 AM

CNBC Episode


 
http://www.cnbc.com/live-tv/make-me-...l/526938691577

Help! Thanks! :)

biezom 09-22-2015 12:53 AM

Re: CNBC Episode


 
Quote:

Originally Posted by hypnicjerk (Post 79986)


hds protocol (.f4m)
encrypted you can use the last updated AdobeHDS.php with HDS Link Detector

hls protocol (m3u8)

Code:

http://link.theplatform.com/s/HNK2IC/QRljUmmzpmT7?mbr=true&manifest=m3u&callback=jquery
you can use livestreamer with the m3u8 link

napretep 09-22-2015 01:19 AM

Re: CNBC Episode


 
I tried this and I get failed to parse playlist Missing #EXTM3U header :(

Code:

c:\livestreamer>livestreamer "hlsvariant://http://link.theplatform.com/s/HNK2IC/QRljUmmzpmT7?mbr=true&manifest=m3u&callback=jquery" best -o "cnbc-vid.ts"[cli][info] Found matching plugin stream for URL hlsvariant://http://link.theplatform.com/s/HNK2IC/QRljUmmzpmT7?mbr=true&manifest=m3u&callback=jqueryerror: Failed to parse playlist: Missing #EXTM3U header

biezom 09-22-2015 01:22 AM

Re: CNBC Episode


 
Quote:

Originally Posted by napretep (Post 79990)
I tried this and I get failed to parse playlist Missing #EXTM3U header :(

Code:

c:\livestreamer>livestreamer "hlsvariant://http://link.theplatform.com/s/HNK2IC/QRljUmmzpmT7?mbr=true&manifest=m3u&callback=jquery" best -o "cnbc-vid.ts"[cli][info] Found matching plugin stream for URL hlsvariant://http://link.theplatform.com/s/HNK2IC/QRljUmmzpmT7?mbr=true&manifest=m3u&callback=jqueryerror: Failed to parse playlist: Missing #EXTM3U header


you need open
Code:

http://link.theplatform.com/s/HNK2IC/QRljUmmzpmT7?mbr=true&manifest=m3u&callback=jquery
with your browser to find the m3u8 link

napretep 09-22-2015 01:30 AM

Re: CNBC Episode


 
I've tried --no-check-certificate, but I'm still getting the error :(

Code:

c:\livestreamer>livestreamer "hlsvariant://https://tvecnbc-vh.akamaihd.net/i/pro
d/video/768/918/150908_2902309_Reinventing_the_Wheel_,40,25,18,12,7,4,2,00.mp4.c
smil/master.m3u8?__b__=1000&hdnea=st=1442906664~exp=1442907594~acl=/i/prod/v
ideo/768/918/150908_2902309_Reinventing_the_Wheel_*~id=061dbae0-2a53-49fb-ba40-9
357a36561a0~hmac=66dc71a41bc9203ffcc13da05bc953fafab4b7be40edeefa3b53dea4e9291ba
e\" best -o "cnbc-vid.ts"
[cli][info] Found matching plugin stream for URL hlsvariant://https://tvecnbc-vh
.akamaihd.net/i/prod/video/768/918/150908_2902309_Reinventing_the_Wheel_,40,25,1
8,12,7,4,2,00.mp4.csmil/master.m3u8?__b__=1000&hdnea=st=1442906664~exp=14429
07594~acl=/i/prod/video/768/918/150908_2902309_Reinventing_the_Wheel_*~id=061dba
e0-2a53-49fb-ba40-9357a36561a0~hmac=66dc71a41bc9203ffcc13da05bc953fafab4b7be40ed
eefa3b53dea4e9291bae" best -o cnbc-vid.ts
error: Unable to open URL: https://tvecnbc-vh.akamaihd.net/i/prod/video/768/918/
150908_2902309_Reinventing_the_Wheel_,40,25,18,12,7,4,2,00.mp4.csmil/master.m3u8
?__b__=1000&hdnea=st=1442906664~exp=1442907594~acl=/i/prod/video/768/918/150
908_2902309_Reinventing_the_Wheel_*~id=061dbae0-2a53-49fb-ba40-9357a36561a0~hmac
=66dc71a41bc9203ffcc13da05bc953fafab4b7be40edeefa3b53dea4e9291bae" ([Errno 1] _s
sl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate ve
rify failed)


biezom 09-22-2015 01:39 AM

Re: CNBC Episode


 
Quote:

Originally Posted by napretep (Post 79993)
Code:

c:\livestreamer>livestreamer "hlsvariant://https://tvecnbc-vh.akamaihd.net/i/pro
d/video/768/918/150908_2902309_Reinventing_the_Wheel_,40,25,18,12,7,4,2,00.mp4.c
smil/master.m3u8?__b__=1000&hdnea=st=1442906664~exp=1442907594~acl=/i/prod/v
ideo/768/918/150908_2902309_Reinventing_the_Wheel_*~id=061dbae0-2a53-49fb-ba40-9
357a36561a0~hmac=66dc71a41bc9203ffcc13da05bc953fafab4b7be40edeefa3b53dea4e9291ba
e\" best -o "cnbc-vid.ts"
[cli][info] Found matching plugin stream for URL hlsvariant://https://tvecnbc-vh
.akamaihd.net/i/prod/video/768/918/150908_2902309_Reinventing_the_Wheel_,40,25,1
8,12,7,4,2,00.mp4.csmil/master.m3u8?__b__=1000&hdnea=st=1442906664~exp=14429
07594~acl=/i/prod/video/768/918/150908_2902309_Reinventing_the_Wheel_*~id=061dba
e0-2a53-49fb-ba40-9357a36561a0~hmac=66dc71a41bc9203ffcc13da05bc953fafab4b7be40ed
eefa3b53dea4e9291bae" best -o cnbc-vid.ts
error: Unable to open URL: https://tvecnbc-vh.akamaihd.net/i/prod/video/768/918/
150908_2902309_Reinventing_the_Wheel_,40,25,18,12,7,4,2,00.mp4.csmil/master.m3u8
?__b__=1000&hdnea=st=1442906664~exp=1442907594~acl=/i/prod/video/768/918/150
908_2902309_Reinventing_the_Wheel_*~id=061dbae0-2a53-49fb-ba40-9357a36561a0~hmac
=66dc71a41bc9203ffcc13da05bc953fafab4b7be40edeefa3b53dea4e9291bae" ([Errno 1] _s
sl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate ve
rify failed)


without \ at the end
Code:

hmac=66dc71a41bc9203ffcc13da05bc953fafab4b7be40edeefa3b53dea4e9291bae\

napretep 09-22-2015 01:42 AM

Re: CNBC Episode


 
Still getting the same problem m8 even after removing '\' :(

EDIT: Now getting no plugin can handle URL!!

biezom 09-22-2015 01:47 AM

Re: CNBC Episode


 
Quote:

Originally Posted by napretep (Post 79995)
Still getting the same problem m8 even after removing '\' :(

did you use a vpn?

peterpan 09-22-2015 01:52 AM

Re: CNBC Episode


 
I have tried it too and I'm having same problem dude: And Yes, I use a vpn (b/c its' https) to get the m3u8 link and I keep the vpn when I execute the cmd, but I'm still getting "no plugin can handle url" strange! Is it working on your side?

biezom 09-22-2015 01:56 AM

Re: CNBC Episode


 
Quote:

Originally Posted by peterpan (Post 79997)
I'm having same problem dude: Yes, I'm using a vpn to get the m3u8 link and I keep the vpn when I execute the cmd, but I'm still getting "no plugin can handle url" strange!

you can try with --http-no-ssl-verify option

and for "no plugin" certainly one error with your code

napretep 09-22-2015 01:59 AM

Re: CNBC Episode


 
m8 I did it with http only and I get same problem :(

Quote:

Originally Posted by biezom (Post 79996)
did you use a vpn?


biezom 09-22-2015 02:05 AM

Re: CNBC Episode


 
Quote:

Originally Posted by napretep (Post 79999)
m8 I did it with http only and I get same problem :(

did you try with --http-no-ssl-verify option?

napretep 09-22-2015 02:09 AM

Re: CNBC Episode


 
yes, but same problem. thx 4 try to help me.

biezom 09-22-2015 02:20 AM

Re: CNBC Episode


 
Quote:

Originally Posted by napretep (Post 80002)
yes, but same problem. thx 4 try to help me.

I think this is definitely a problem with your vpn

maybe you can try

Code:

livestreamer "hlsvariant://https://tvecnbc-vh.akamaihd.net......................................38d9a verify=False" best

napretep 09-22-2015 01:52 PM

Re: CNBC Episode


 
ok now it works with verify=false.... thx2all4urhelp

drbmn 09-24-2015 01:13 AM

Re: CNBC Episode


 
I got it to work straight away, just piped it into ffplay because VLC had problems with the Livestreamer pipe.

Code:

livestreamer "hlsvariant://https://tvecnbc-vh.akamaihd.net/i/prod/video/768/918/150908_2902309_Reinventing_the_Wheel_,40,25,18,12,7,4,2,00.mp4.csmil/master.m3u8?__b__=1000&hdnea=st=1443078547~exp=1443079477~acl=/i/prod/video/768/918/150908_2902309_Reinventing_the_Wheel_*~id=11b0e730-294f-44c5-bbec-e823fc3c1117~hmac=c5ef8df0fd6fac6904eb0935286f9ccd661ab8a84b0db0c5735572ec4e77de3c" best -O | ffplay -i -


All times are GMT -6. The time now is 11:19 PM.