I'm sure a lot of us didn't use it much because it was overwhelming and difficult to follow sometimes, but I know that lots of people loved it, and I'm one of them.

Just feeling reflective and thinking about what lessons can be learned from the whole experience, what we can use going forwards for the betterment of our community, and what we think are things we want to build towards.

I'm so utterly proud of this community, many wonderful things happened on the discord and in the weeks after the sub was banned, so many people came together and worked hard for the betterment of their comrades, we've witnessed a glimpse of the power of our solidarity with one another, and I can't wait to see how far we can go.

I love you all, and you know I mean it <3

  • grym [she/her, comrade/them]
    ·
    4 years ago

    Jitsi would fill almost the entire thing, with the exception of better voice/noise cancel, but mumble would be nice too. I don't need the text chat too much. What I currently use for music is that I have a basic icecast/shoutcast server on a VPS, I stream music from my machine to that server (butt client), and I have a simple radio HTML player (using amplitude.js to adapt it for live-streaming) on a webpage that my players listen to. It's great quality (basically same as listening to it myself on my own machine), but comes with some latency. The reason I do this is that, to make even more annoying, I don't stream music or use youtube much. I like to have my own music files, I also often have music that I edited, cut or processed a bit (like a nice cover of a video game track that I downloaded and applied some noise-reduction on, etc..). So yea on top of everything else I have to stream music from local files.

    I'm a tech-person as well, but even just having to load a seperate web page for my HTML radio is something that I need to remind my players of, introduces potential technical issues, and I also need to load up a whole audio config on my machine every time. It's working pretty well so far tho, just wish I could get rid of the latency, or at least guaranty that all players and myself have the same latency and not have one player 2 minutes behind. Pause/Play on the players fixes that problem, but that kinda ruins the mood to have to make sure my players are hearing what i'm hearing.

    • cadence [they/them,she/her]
      ·
      4 years ago

      You should see if you can embed the player in a matrix room as a widget. The instructions here might help you. https://github.com/Johni0702/mumble-web#matrix-widget Use m.custom instead of jitsi. (Note: These instructions do not actually currently work for mumble because the microphone permission box never appears. You might be able to get it to work with your player website.)