Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 04-20-2017, 01:01 PM
designatedroot designatedroot is offline
Junior Member
 
Join Date: Apr 2017
Posts: 2
designatedroot is on a distinguished road
Default

Bypass ABC "Verify to watch" / Stream without signing in


Hi there,

I'm new to this forum and got a question about the ABC network (http://abc.go.com). Is there any way to bypass "Verify to watch" to see all episodes (also older ones)? (At ABC you need to login with your cable account to watch all episodes, but this is quite difficult when you don't have an American cable account because you don't live in the US)

This solution (http://stream-recorder.com/forum/byp...tc-t20266.html) isnt working, because ABC uses Uplynk instead of theplatform as a content provider.

I've been doing some reverse-engineering but was not successfull.

First of all (if you're out of the US like me) ABC is quite picky about who is able to watch there "free" episodes you can watch without signing in. The VPN I usually use did not work, but VPN Gate worked erverytime (it's free, http://www.vpngate.net/en/).

So, just a bit information about how ABCs episode player seems to work:
Every epsiode has a unique video id which can be found in the HTML code of the website. For example here (http://abc.go.com/shows/jimmy-kimmel...tow-john-mayer) the video id would be VDKA3786158.

To get the index.m3u8 file you first need to request a json file. The URL is https://api.contents.watchabc.go.com/vp2/ws/s/contents/3000/videos/001/001/-1/-1/-1/**$video-id**/-1/-1.json

This json contains the URL you need for streaming. But just taking the URL given in this json does not work, because you cant get the keys you need for decryption.

So you must get the authorization. To do so, you need to send a HTTP POST request containing "brand=001&device=001&video_id=**$video-id**&video_type=lf&video_player=html5" to https://api.entitlement.watchabc.go....authorize.json. This is (I think) the only time your geolocation is checked.

So this request returns a json containing the "authkey". To get the index.m3u8 file you need to append "?" and your authkey to the URL given in the first json.

I dont really know whether this all is correct or if it helps...

Back to my question: when you try to get the authorization for a "Verify to watch" video (which you cant view without logging in) this fails with an error saying that there is no source for the video found.

So, is there any way to stream/download "verify to watch" videos without signing in?

Sorry for my bad English and thank you in advance!
Reply With Quote
  #2  
Old 04-20-2017, 11:09 PM
antrandn1989 antrandn1989 is offline
Junior Member
 
Join Date: Apr 2017
Posts: 5
antrandn1989 is on a distinguished road
Default

Re: Bypass ABC "Verify to watch" / Stream without signing in


K PETMART h??n há??nh giá»›i thiệu!

B??n nhiá»?u loá??i Hamster Ä‘á??p, gi?? rá?», xuá??t xứ Th??i Lan á»? Ä??* Ná?µng (Hotline: 0989288470)







+ chuá»™t hamster S??c

+ Hamster Tr?* sá»?a

+ chuột hamster B?? S�a C??c M?*u (b?? s�a t?*m, b?? s�a đốm đen, b?? s�a socola)





+ Hams Albino
+ Hamster Soc?´la
+ Hams Saphia
+ H??mtá?» B?´ng Lan ( V?*ng chanh má??t Ä‘en)
+ Hams Trá??ng sá»?c


+ Dillute (Trá??ng tinh má??t Ä‘en)

+ Hamster V?*ng chanh th??i

+ Hamster Robo (Robo má?·t n??u, chuá»™t hamster robo Isabel )

+ H??mter Bear

Ngo?*i ra K Pet Mart c??n cung cá??p Ä‘á?§y đủ c??c loá??i lồng nu?´i, Ä?ồ d??ng, l??t chuồng, đồ ch??i cho H??mtá?».

C??c bá??n nhanh ch??n gh?© shop v?* li??n quan KPETMMART Ä‘á»? Ä‘?°á»?c tham vá??n nh?©.

Chuy??n B??n H??mtá?», Nh?*m Kiá»?ng, chá»?t lang, Thá»?, S??c

SHIP V?€ GIAO H?€NG ?*?‰ T?‚??T CA?‰ CA??C TI?‰NH THA?€NH TR?ŠN Cá?? N???*??C

Xem v?* mua H??mtá?» á»? tá??i KPetshop - thá?? giá»›i th?? c?°ng
hệ trá»?ng ngay ??“žphone: 0989288470
Ä?ịa chỉ: 19 nguyá»…n ph?°á»›c th??i, Q.Thanh Kh??, TP. Ä??* Ná?µng
https://www.facebook.com/K petmart.net/
Website: www.petdn.com
Reply With Quote
  #3  
Old 04-21-2017, 01:41 AM
designatedroot designatedroot is offline
Junior Member
 
Join Date: Apr 2017
Posts: 2
designatedroot is on a distinguished road
Default

Re: Bypass ABC "Verify to watch" / Stream without signing in


Hi there,

could somebody please take care of @antrandn1989 and his post?

I also received a mail that @JonDough has posted a reply, but I cant find it on the forums...

So I just quote what he wrote (hope that's ok):

Quote:
---Quote (Originally by designatedroot)---
is there any way to stream/download "verify to watch" videos without signing in?
---End Quote---
Don't think so. US abc uses adobe services to verify provider auth. When the auth with adobe ("adobePassData") is successful, it passes data that is later used as a very long additional data parameter with the post request to the authorize.json url. It is a couple of hundred bytes long and contains various signatures and other data.

If the post request to authorize.json doesn't contain the correct adobePassData as a data parameter, it won't return a sessionKey at all.

Since the ts pieces and m3u8 aren't secured, if you independently obtain the 16 byte aes key (specific for each quality k, j, and so on) then you can probably edit the m3u8 and download the video. Some re-streaming sites used to host the keys but otherwise someone with provider auth would have to obtain them.
So a big thanks to @JonDough! Those re-streaming sites - could you link one?
Reply With Quote
  #4  
Old 04-23-2017, 05:40 PM
cabulo cabulo is offline
Senior Member
 
Join Date: Jan 2017
Posts: 102
cabulo is on a distinguished road
Default

Re: Bypass ABC "Verify to watch" / Stream without signing in


Quote:
Originally Posted by designatedroot View Post
I also received a mail that @JonDough has posted a reply, but I cant find it on the forums...
Click on users name in one of his posts, and drop-down menu will show.

Click on "find all posts by.."

Have fun.
Reply With Quote
  #5  
Old 04-24-2017, 12:02 AM
kieudienk kieudienk is offline
Junior Member
 
Join Date: Apr 2017
Posts: 3
kieudienk is on a distinguished road
Default

Re: Bypass ABC "Verify to watch" / Stream without signing in


CSGT kh?´ng n??n truy Ä‘uổi xe vi phá??m Ä‘á??n c??ng

Phá??i x??c định rá?±ng ng?°á»?i vi phá??m li??n lá??c kh?´ng phá??i t?? t??ng nguy hiá»?m, n??n kh?´ng cá?§n thiá??t phá??i truy Ä‘uổi Ä‘á??n c??ng hay d??ng ph?°??ng tiện t?°??ng trá»?, v?© kh?* Ä‘á»? ngÄ?n chá?·n.

Hiện tr?°á»?ng vá»? thiá??u t?? CSGT L?? Quang Minh á»? Ä?ồng Nai tá»* vong sau khi b??m g?°??ng chiá??u há?*u của ?´t?´ vi phá??m tối 14-4 - á??nh: H.M

Thá»?i gian qua, t?¬nh trá??ng CSGT b??m Ä‘uổi ng?°á»?i Ä‘iá»?u khiá»?n c?´ng cá»? vi phá??m l?*m n??o loá??n tr??n Ä‘?°á»?ng phố lu?´n xá??y ra, dá?«n Ä‘á??n ng?°á»?i vi phá??m cố ?? chá??y tốc Ä‘á»™ cao Ä‘á»? tr??nh n?© c?? nguy c?? g??y ra tai ná??n l?* rá??t cao.

Nhiá»?u tr?°á»?ng há»?p CSGT Ä‘u b??m l??n cabin, g?°??ng chiá??u há?*u... c?? tr?°á»?ng há»?p ph?°??ng tiện vi phá??m Ä‘?? k?©o l?? CSGT Ä‘á??n v?*i trÄ?m m?©t má»›i dừng lá??i.



Phá??i x??c định rá?±ng ng?°á»?i Ä‘iá»?u khiá»?n c?´ng cá»? vi phá??m ph??p luá?*t li??n lá??c kh?´ng phá??i l?* t?? h??m nguy hiá»?m, n??n kh?´ng cá?§n thiá??t phá??i ứng dá»?ng c??c biện ph??p Ä‘á»? truy Ä‘uổi Ä‘á??n c??ng hay d??ng c?´ng cá»? t?°??ng trá»?, ká»? cá?? v?© kh?* Ä‘?°á»?c trang bị, Ä‘á»? ngÄ?n chá?·n.

Ng?°á»?i Ä‘iá»?u khiá»?n ph?°??ng tiện vi bá??t há»?p ph??p luá?*t li??n lá??c l?* h?*nh vi vi phá??m h?*nh ch?*nh, khi CSGT ra t?*n hiệu dừng xe Ä‘á»? xá»* l?? vi phá??m nh?°ng kh?´ng chá??p h?*nh th?¬ CSGT vá?«n c?? quyá»?n truy Ä‘uổi, nh?°ng Ä‘??y kh?´ng phá??i l?* biện ph??p rốt cuá»™c Ä‘á»? xá»* l?? ng?°á»?i vi phá??m.

CSGT c?? thá»? duyệt y c??c trá??m, tổ k?¬ cá»? của CSGT... Ä‘ang chốt chá?·n ph?*a tr?°á»›c tr??n c??ng tuyá??n Ä‘?°á»?ng Ä‘á»? Ä‘á»? nghị dá»?ng cá»? vi phá??m dừng lá??i Ä‘á»? xá»* l??, hoá?·c c?? thá»? phá??t nguá»™i th?´ng qua camera gi??m s??t.

Ná??u vá?*n dá»?ng Ä‘á?§y đủ quy tr?¬nh phá??t nguá»™i đối vá»›i ng?°á»?i Ä‘iá»?u khiá»?n c?´ng cá»? vi phá??m th?¬ c??c h?*nh vi vi phá??m sá?? Ä‘?°á»?c xá»* l??, m?* kh?´ng nhá??t má»±c ?©p c?´ng cá»? dừng lá??i Ä‘á»? trá»±c tiá??p xá»* l??.

C??c n?°á»›c tr??n thá?? giá»›i phá?§n lá»›n Ä‘á»?u ứng dá»?ng biện ph??p phá??t nguá»™i duyệt camera gi??m s??t, ng?°á»?i Ä‘iá»?u khiá»?n dá»?ng cá»? tham gia giao th?´ng chá??p h?*nh nghi??m chỉnh.

thiá»?n nghÄ© Bá»™ C?´ng an cá?§n nghi??n cứu x??y dá»±ng má»™t nh?* x?* ph??p l?? Ä‘á»? xá»* l?? c??c ph?°??ng tiện ch?*nh xe Ä??* Ná?µng vi phá??m li??n lá??c nh?°ng cố t?¬nh bá»? chá??y, kh?´ng chá??p h?*nh hiệu lệnh của CSGT.

song song, cá?§n trang bị camera gi??m s??t cho lá»±c l?°á»?ng CSGT khi thá»±c h?*nh nhiệm vá»? Ä‘á»? ghi lá??i h?¬nh á??nh nhá»?ng h?*nh vi vi phá??m v?* phá??t nguá»™i.

CSGT cá?§n há??n chá?? việc truy Ä‘uổi, Ä‘u b??m hoá?·c đứng tr?°á»›c ph?°??ng tiện vi phá??m Ä‘á»? ngÄ?n chá?·n, v?¬ ná??u ng?°á»?i Ä‘iá»?u khiá»?n dá»?ng cá»? vi phá??m Ä‘ang trong trá??ng th??i ?? thức bị k?*ch Ä‘á»™ng, cố t?¬nh lá?©n tr??nh, bá»? chá??y hoá?·c thiá??u quan s??t... c?? thá»? t?´ng v?*o CSGT sá?? g??y ra th?°??ng t?*ch hoá?·c á??nh h?°á»?ng Ä‘á??n t?*nh mệnh.

Ä?ối vá»›i ng?°á»?i Ä‘iá»?u khiá»?n dá»?ng cá»? vi phá??m cố t?¬nh bá»? chá??y cá?§n phá??i r?*, x??c minh duyệt biá»?n số ph?°??ng tiện, tr?*ch xuá??t h?¬nh á??nh vi phá??m duyệt y camera v?* ká??t há»?p vá»›i ch?*nh quyá»?n địa ph?°??ng xá»* l?? vi phá??m.
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons