Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#2
|
|||
|
|||
Re: TVPlayer / TvCatchupQuote:
need cookies Code:
livestreamer --http-header "Cookie=CloudFront-Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cDovL2xpdmUudHZwbGF5ZXIuY29tLyoiLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE0Mzk0NjY1MTZ9fX1dfQ__; CloudFront-Signature=IRoOUQ5NMFhT7TIROEKzub9nOshOlvS1i8hoJIKUojrrQhrW3J~JowYcSYDSl4-OVcLVz2HM-BV-ghslLegDs4kDLVBmT56sD7ufp5J-wPBVp03ithTQL1neYelKaHZikG5Nnv9ssJ2iKZ6uSuYAG0gXJjmSLSLnCaawTFDZ5pHh1iOXXpYbCacSf2NYhFf4~0V1IZVHMr61UdcD4pbZ8~ZfcDCob8UMEfYpOj9w3aBbj4r1G~3t8hBGHCv~QajDM~H7J8ptH8AEVxJ4xp7a1xSQFdIVPouGsxkKK~Z1BnJo86z3c9U8CsedeTeCq0G2ZutySst84h0hB~dqr1kXlQ__; CloudFront-Key-Pair-Id=APKAJGWDVCU5SXAPJELQ" "hlsvariant://http://live.tvplayer.com/channel4/live.m3u8" best -o channel4.ts Code:
[cli][info] Found matching plugin stream for URL hlsvariant://http://live.tvplayer.com/channel4/live.m3u8 [cli][info] Available streams: 1064k, 1864k, 214k (worst), 2564k (best), 564k [cli][info] Opening stream: 2564k (hls) [download][channel4.ts] Written 2.1 MB (6s @ 329.5 KB/s) |
#3
|
|||
|
|||
Re: TVPlayer / TvCatchupCan you tell me the url for
https://tvplayer.com/watch/bbcredbutton & https://tvplayer.com/watch/bbcnews hlsvariant://http://live.tvplayer.com/bbcnews/live.m3u8 & hlsvariant://http://live.tvplayer.com/bbcredbutton/live.m3u8 I get (404 Client Error: Not Found) URLSnooper2 shows http://live.tvplayer.com/bbcnews/playlist.m3u8 http://live.tvplayer.com/bbcnews/1/playlist.m3u8 - http://live.tvplayer.com/bbcnews/4/playlist.m3u8 http://live.tvplayer.com/redbutton/playlist.m3u8 http://live.tvplayer.com/redbutton/1/playlist.m3u8 - http://live.tvplayer.com/redbutton/4/playlist.m3u8 |
#4
|
|||
|
|||
Re: TVPlayer / TvCatchupThis method isn't working for me.
I've tried it a few days ago but it didn't work. Decided to retry today however I always knew I had done it right the first time. Code:
livestreamer --http-header "Cookie=CloudFront-Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cDovL2xpdmUudHZwbGF5ZXIuY29tLyoiLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE0NTc0MDI0NDl9fX1dfQ__; CloudFront-Signature=avN9nlDmgotSCj~eNNKVskN~fy38B~63fFEvr9eBX5Hsy8qNIPHxCvIKqCSTSUAKWqEBXIOgqP5T0Nmew~VQrF5s-Ske7uRiSzaRo5DAPZk1ZruhruSEM1tYiWc6cmlVIeS1noXSWXi0RvH9Hajxt8mZHZEOJfzDF5MtUyOj6w79-lxVe7NUB9AkOsXRAifbhAsysjcMjJFyRLt~69r25q0ICeaEee25ZKkRSblMAdJ~YQ6wDCA0EcM1tHGXW~gVP~ZIn2rPOHGvyVtwKRw~vCzAbsPdkzDVWGo6zSyJGDEjhXP4LMDcEtA3m1xiS~AeeFv0tqu~bsCR~oe02zPyjQ__; CloudFront-Key-Pair-Id=APKAJGWDVCU5SXAPJELQ" "hlsvariant://http://live.tvplayer.com/cnn/live.m3u8" best -o cnn.ts http://live.tvplayer.com/cnn/live.m3u8 http://live.tvplayer.com/cnn/1/prog_index.m3u8 http://live.tvplayer.com/cnn/2/prog_index.m3u8 http://live.tvplayer.com/cnn/3/prog_index.m3u8 http://live.tvplayer.com/cnn/4/prog_index.m3u8 http://live.tvplayer.com/cnn/5/prog_index.m3u8 I've tried them all although I haven't had success with any. The error I get is as follows: [cli][info] Found matching plugin stream for URL hlsvariant://http://live.tvplayer.com/cnn/2/prog_index.m3u8 error: Unable to open URL: http://live.tvplayer.com/cnn/2/prog_index.m3u8 (403 Client Error: Forbidden) I would very much appreciate any thoughts so as to help. Thank you |
#5
|
|||
|
|||
Re: TVPlayer / TvCatchupThe cookies are specific to the session/IP address. You have the detect the cookies yourself using a cookie manager extension (several are available for chrome and Firefox). The cookies that were used above in the example were specific to that particular user.
I used Awesome Cookie Manager for Chrome and searched for the three cookies mentioned above and included that in the HTTP header as biezom pointed out and the CNN stream on their site is working through livestreamer. As an aside, I will have to criticize the quality of that stream though, I'm not sure why they went with a 576p 2.5 mbit stream, ends up looking really blurry despite using a fair bit of bandwidth. Not sure if it's their source or what it is. |
#6
|
|||
|
|||
Re: TVPlayer / TvCatchupQuote:
Thanks anyway |
Tags: tvplayer tvcatchup |
Thread Tools | |
Display Modes | |
|
|