Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homepath in webrtc-sendrecv.sh #1

Closed
vkuehn opened this issue Sep 15, 2021 · 4 comments
Closed

homepath in webrtc-sendrecv.sh #1

vkuehn opened this issue Sep 15, 2021 · 4 comments

Comments

@vkuehn
Copy link

vkuehn commented Sep 15, 2021

Hi,

looks like you have hardcoded your homepath in webrtc-sendrecv.sh.
Your demo looks promissing, would that run also on a ubuntu machine ?
Any particular reason you have chosen mobile to mobile ?

@linh-nh
Copy link
Owner

linh-nh commented Sep 16, 2021

Your demo looks promissing, would that run also on a ubuntu machine ?
Any particular reason you have chosen mobile to mobile ?

I didn't try it on other platform, but I think it will work, maybe with minor modification.
I'm a linux phone ethusiast and I haven't found a native video call/video conference app yet, so I decided to make one. If you are using PC, the web app is good enough. With linux phone (or any other phone), you don't want to use web app because it's cpu intensive, and battery draining.

@vkuehn
Copy link
Author

vkuehn commented Sep 16, 2021

ah ok, I am looking for the possibility to stream a webcam from something headless like a pi into a jitsi (or any otherchat) room. So far I only found headless chrome scripts but they require a desktop session.

What about the path in your start script. Isn't that only for YOUR phone ?

@linh-nh
Copy link
Owner

linh-nh commented Sep 16, 2021

Yes that is a hard coded path indeed. I won't fix it anytime soon since I'm focusing on something else. You are welcome to make a pull request.
About your use case, I recently found a repo here: https://github.com/avstack/gst-meet
It is in Rust and looks very well organized.

@vkuehn
Copy link
Author

vkuehn commented Sep 16, 2021

thanks for that, will have a look...and think about the pr

@vkuehn vkuehn closed this as completed Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants