Replies: 3 comments 6 replies
-
Hi Rob! Thanks for showing a working implementation! The project would benefit a lot from having some more control of the server and client. We're having MQTT, JSON-RPC and your approach [but a little bit differently than the other proposals] (and they all seem to be working! Could you please comment on #1975 and look at different implementations?) Edit: you might even want to open a draft PR with your code and link the other related PRs |
Beta Was this translation helpful? Give feedback.
-
@Rob-NY just a quick question here: do you think you can adapt your scripts to use JSON-RPC (and publish at least parts of your idea/code)? I think many would benefit from a Web-Management console. |
Beta Was this translation helpful? Give feedback.
-
I got it covered, but thanks.
… On Feb 21, 2022, at 5:24 PM, ann0see ***@***.***> wrote:
I have some PHP authentification stuff laying around (my first steps into programming) with user management, DB access,… if you need anything I can publish the files somewhere, although they’re probably far from "quality code"
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
Back in June I posted #1847 and shared some code for additional messages in Jamulus core to get basic management information needed for server operators (users w/ their IP, Recording state, etc). The approach is in line with how Jamulus processes messages. (https://github.com/Rob-NY/jamulus/tree/server-status).
I've recently been testing application code that makes use of these extensions and I wanted to introduce it here so others could see what I had in mind.
vJammers.com (https://vjammers.com) will let you take control of sessions, manage recordings, manage users in the room, restart the server, etc. You can try it out anonymously by logging in with [email protected] and password demo. Sessions are limited to 30 minutes and, since I wouldn't know who you are, session recordings are not available. Since credentials are shared, play at your own risk using "demo".
Anyone interested in really trying it out - 4 hour sessions, recording, downloading recordings, private rooms, booting bad actors, etc., I'm happy to grant access -- just email [email protected] as outlined on the site.
This is a free service at this time -- giving back to all the folks around the world for making the last 17 months of Covid bearable with Jamulus.
I have servers running in NY/USA, Atlanta/USA, Los Angeles/USA, London/UK, Frankfurt/Germany. All are registered on Any Genre 2. If you'd like a different region spun up, I can try to accommodate based upon VULTR centers.
I'm interested in feedback on the app as well as the proposed Jamulus code. This is also tied to #1962 and #1958.
Beta Was this translation helpful? Give feedback.
All reactions