[ / / / / / / / / / / / / / ] [ dir / random / 55sync / ara / biz / dir / girltalk / pdfs / pol / warroom ]

/alleycat/ - Alleycat BBS (cat scratch fever)

News and Mews

Email
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webp
Max filesize is16 MB.
Max image dimensions are15000 x15000.
You may upload4 per post.


File: 415b2de4aa3a474⋯.jpg (139.54 KB,1200x675,16:9,cat_keyboard.jpg)

 No.1359

Alleycat Player and Kraker Local Proxy Server plus other cool stuff.

____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1360

It has been a month shy of two years since I last released an update for Alleycat Player. Why is that? Have I been sick? No, not sick but tired of releasing software when I'm getting no feedback from anyone.

Maybe the problem is that people don't understand what I've been trying to do. The local proxy server thing probably triggers people. Installing a proxy server to watch videos? Omigod! What can possibly go wrong? Yeah, I get it. That's why I've been working on making the Kraker Local Proxy Server a must-have piece of software which can do much more than support a video player.

Anyway, nothing's going to really happen for a couple of weeks at least. I'm just prepping to finally release the finest and greatest personal proxy server ever created on planet Earth. I'm hoping you'll understand what I mean when it happens.

Till then, check out my software home page for an idea of what I'm talking about. Not updated yet but I'll get around to it.

https://8chananon.github.io

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
Post last edited at

 No.1361

I figure I'll make a list of the features that the new Kraker proxy server will have. Here are the basics:

- configurable DNS manager with support for DNS-over-HTTPS

- ability to route specific domains over a Socks5 or HTTP proxy

- use Tor, I2P and normal Internet with the same web browser

- ability to pin the SSL certificate for sensitive domains

- observe and modify HTTP requests and responses

You might get the idea that the purpose of the proxy server is to support your web browser. That's true. It is also for developers. The last feature listed above supports the analysis and reverse engineering of complex websites in order to scrape data from them. I use a special tool that I call Kraker Mockery which works with the proxy server and the web browser to help me figure out how to scrape a site to get video links. Alleycat Player can then use the proxy server to bypass browser restrictions to find and play the videos.

The proxy server supports the development of browser apps that would not otherwise be possible (Alleycat Player is just one example). Some additional features:

- access to the local file system

- websocket for global messaging

- cryptographic support for RSA and AES

- ability to mimic websites to fool the browser

That last item can be especially useful to bypass security measures meant to block bots (like the Cloudflare bot fight mode). You can steal cookies. You can steal code from a website and run it in your own app. The sky is the limit.

If you have used man-in-the-middle (MITM) proxies like Fiddler, Charles or HTTP Toolkit then I have to tell you that Kraker is not the same. Kraker is meant to be always online and it only intercepts HTTP requests on demand. It is not a tool that you only run as needed. You need it all of the time.

Kraker has a very small memory footprint. It is 15 to 25 megabytes, depending on usage patterns. It runs under Node.js and, as far as I can tell, it is bulletproof (crossing fingers, kek).

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
Post last edited at

 No.1364

My app for playing Youtube videos broke because YT made some changes.

It has been updated. This is a stand-alone app which works without installation.

https://8chananon.github.io/dl/yt-player.htm

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1374

So somebody added my GitHub site to the spam list.

Links with the ".htm" extension won't post which means that I can't link to my apps directly. What kind of horseshit is that?

I can still post this: https://8chananon.github.io

I have a new app available for Free TV. Check it out. Too annoyed to write anything more.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1375

YouTube embed. Click thumbnail to play.

>>1364

hi 8chananon....

your August 6th update to your YTplayer is broken

not playing vids that played before

thanks for your diligence and persistence in taking on YT

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1376

>>1375

Are you on mobile? Youtube redirects the request from "www.youtube.com" to "m.youtube.com" if it detects a user agent string for mobile (android or whatever). This breaks the app. The fix was to remove the user agent when sending the HTTP request to Youtube. This fix is no longer possible because Youtube is blocking my proxy server and I had to substitute with another proxy which does not have the same capability.

You can fix this yourself if you have some method of changing your user agent to Firefox or Chrome.

Other than that, the app is working fine except for age-gated videos.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1377

>>1375

>>1376

Scratch that. I just updated the player. It should work fine with mobile, if that is your issue.

Plenty has changed with Youtube. It's in a state of flux so there may be more updates coming.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1378

>>1377

thanks for your response and responsiveness

I'm not using mobile, but rather Firefox desktop

your August 10th update was working up until tonight

I had watched a couple vids about two hours ago with no problems

now neither of them will load

"ERROR" message appears

it's YT being dicks, no doubt

still appreciate your efforts, fren

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1379

>>1377

>>1378

8chananon, please ignore my last post

just tried it again and your player is working fine

many thanks

o7

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1380

>>1379

I know what's happening. Youtube blocked my proxy server so I substituted with another. It's not permanently blocked like mine but it is getting rate-limited. Youtube will block it after so many hits. I dunno how long it takes for it to unblock.

I'm working on a new version which will re-enable support for age-gated videos. I updated my proxy server so it can route the connection through another proxy to hide its IP address. I have 5 proxies in a list and the app will rotate through them to find one that is working. They are unreliable so I can't depend on just one. It can be a bit slow at times but it's better than getting locked out completely until things cool down.

Thanks for your feedback. I'm doing this for fun so don't think I'm busting my balls on your behalf. New version should be on GitHub soon.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1382

>>1360

have you thought about making a cool weiner

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1383

don’t give up

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1384

File: d61add9ea9e6e4f⋯.jpg (46.4 KB,544x405,544:405,never_give_up.jpg)

>>1383

Thanks, whoever you are. Why are you here? Don't give up on what?

Anyway, still trucking. Preparing to release the new version of Alleycat Player.

Big improvements. Now supports 1080p.

Keep an eye on my website for news: https://8chananon.github.io

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / random / 55sync / ara / biz / dir / girltalk / pdfs / pol / warroom ]