Looking for private video and audio chat? Use SpreedME in Nextcloud!
-
Here's a nice manual, both video and text, on how to get it integrated.
Stay in control over your data and communication!
-
And here's a my video tutorial!
And here's a my video tutorial! -
And so you don't miss... we've opened our CfP & registration for the Nextcloud Conference! Register & shoot in a talk
-
Nice. Can phones be used or only the web client?
-
@StrongBad said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
Nice. Can phones be used or only the web client?
Can phones be used with the web client?
-
@dafyre said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
@StrongBad said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
Nice. Can phones be used or only the web client?
Can phones be used with the web client?
How would a phone do that? It would need SIP or something like that.
-
@StrongBad said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
@dafyre said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
@StrongBad said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
Nice. Can phones be used or only the web client?
Can phones be used with the web client?
How would a phone do that? It would need SIP or something like that.
It's my understanding that the Spreed.ME is just a web app that runs in a browser?
-
@dafyre said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
Can phones be used with the web client?
Yes, but you'd need a SIP gate as @StrongBad pointed out. For customers we have this as a (paid) add-on. It is totally possible, Spreed.ME is built around that functionality and with a SIP gate can handle hundreds of simultaneous conference calls.
@dafyre said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
It's my understanding that the Spreed.ME is just a web app that runs in a browser?
It is a server app written in Go with a client side UI. A normal WebRTC call is peer to peer, as is a chat session (all end to end encrypted) but the server can mediate and connect to SIP gates and such. I must say I don't know (yet) that much about the architecture to say much more than that though
-
Ok, I have to ask this now. @jospoortvliet Are you using your developer stations instead of a fresh VM to create the tutorials you're making?
I have never seen one of your tutorials that includes all the dependencies needed to get the latest new thing installed.
-
@travisdh1 said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
Ok, I have to ask this now. @jospoortvliet Are you using your developer stations instead of a fresh VM to create the tutorials you're making?
I have never seen one of your tutorials that includes all the dependencies needed to get the latest new thing installed.
I'm not a developer so that can't be the issue, but I use my private server which runs my private Nextcloud. I make the tutorial this way:
- install the stuff following whatever documentation we have and tips I get from ppl when I get stuck. Make a step by step tutorial for the website.
- remove it all again and do it a 2nd time for a video, using the tutorial I wrote in step 1
So if I have stuff already on my private server, that can skip dependencies I suppose... If you find any, tell me or do a PR on the tutorial - our entire website is in github including those
-
@jospoortvliet I suspected as much. Do you have VirtualBox on your workstation? Starting fresh is the way to go for tutorials.
SpreedME is missing npm, compass, sass, scss-lint, autoprefixer, pybable and po2json according to my notes. Haven't had the time to look at it further yet.
-
@travisdh1 said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
SpreedME is missing npm, compass, sass, scss-lint, autoprefixer, pybable and po2json according to my notes. Haven't had the time to look at it further yet.
Aw, that is rather nasty. Ok, I'll have to find time for this. For the stuff above, I was playing with that, too but you don't need those unless you want to built a custom theme. My server doesn't have any of it and managed to built it just fine if I recall. So are you sure these are needed?
Thanks in any case for the point, I'll use VM's in the future.
-
@jospoortvliet said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
@travisdh1 said in Looking for private video and audio chat? Use SpreedME in Nextcloud!:
SpreedME is missing npm, compass, sass, scss-lint, autoprefixer, pybable and po2json according to my notes. Haven't had the time to look at it further yet.
Aw, that is rather nasty. Ok, I'll have to find time for this. For the stuff above, I was playing with that, too but you don't need those unless you want to built a custom theme. My server doesn't have any of it and managed to built it just fine if I recall. So are you sure these are needed?
Thanks in any case for the point, I'll use VM's in the future.
Did I miss a docker container in that somewhere?
-
there's a docker container but it wasn't there when I made the video so it is only in the text. Also, I'm entirely unexperienced in using those so I'll probably go for a VM...