sadikemreduzgun / pytchy-watchy

A software with GUI to message with your friends and watch movie with them synchronously. There is a normal messaging part and transparent messaging part too at the right side of the movie. That transparent messaging part disappears and appears. It appears when mouse is at the right side of the screen and disappears when not.
0 stars 0 forks source link

A New Tunneling Way To Enable Friend Adding Feature #2

Open sadikemreduzgun opened 1 year ago

sadikemreduzgun commented 1 year ago

ngrok is used to have a tunneling tcp connection and creating an invite link. But connection link and streaming port is always changing. Therefore connection is always changing, that doesn't allow friend adding feature. ngrok connection is started here: https://github.com/sadikemreduzgun/pytchy-watchy/blob/c02e7a289824842dc5bb3387c0c97af15576fa45/invite.py#LL22C1-L22C1

An sql server can be added and connection accepting part can be renewed: https://github.com/sadikemreduzgun/pytchy-watchy/blob/c02e7a289824842dc5bb3387c0c97af15576fa45/client.py#L52