Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Just a simple controller for Youtube, you can skip ads, search for videos, pause, play, next video, and go through the recommended videos.

Notifications You must be signed in to change notification settings

israel24961/Youtube-Controller-from-Mobile-Phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube-Controller-from-Mobile-Phone (Since Window made the transition to CHROMIUM EDGE, it doesn't work)

Just a simple controller for Youtube, you can skip ads, search for videos, pause, play, next video, and go through the recommended videos. The flow of the program goes this way: alt text

Link of the video: https://www.youtube.com/watch?v=er0glmJ1ueU
1.-User goes to the web page that the app specifies, and introduce it in the 'connect' textBox, clicks it and displays a menu with buttons while openning the web explorer in the desktop.
2.-User clicks on button
3.-Button sends its command string through the WebSocket
4.-Web server resend it to the local socket.
5.-local socket sends it to the controller thread through the shared object "msg" and release the semaphore "_pool"

I've used both, a TCP socket(for inter communication process) and a websocket (for the webpage/server communication, instead of bare ajax), the Controller is written in .NET framework and the web server in .netcore

About

Just a simple controller for Youtube, you can skip ads, search for videos, pause, play, next video, and go through the recommended videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published