MainSilent / Discord-Screenshare

First ever discord video screenshare SELFBOT
297 stars 80 forks source link

Play local videos #18

Closed phere-x closed 2 years ago

phere-x commented 2 years ago

Would just passing it the local path to the video work? If not possible, can this be a feature looked into to add.

MainSilent commented 2 years ago

Have you tried it? This is actually very simple you just need to change line 22 in stream.js

MainSilent commented 2 years ago

This issue has been closed due to inactivity

phere-x commented 2 years ago

I'm not clear on what to change line 22 to. What should I put there?

MainSilent commented 2 years ago

There is a url variable that loads the url into html video element, If you have a local file change it to (for example) file:///home/test/Downloads/myVideo.mp4