Linux is taking over Twitch. Want to join?

Поділитися
Вставка
  • Опубліковано 25 тра 2024
  • Introducing a new project for a UA-camr with over 15 million subscribers. I'll let you guess who it is in the video, but we're using Linux for a server, programming environment, and hardware control. Let's check out the behind the scenes of setting up and managing a large Linux Dev project.
    My Linux Cheat Sheet and 25 Page Checklist here:
    📚 learn.savvynik.com
    Share this free tool and support Small UA-camrs
    editbulk.com
    (I made this tool to help creators)
    Want more info/content?
    savvynik.com
    Useful Commands/Links:
    Discord: / discord
    #linux #dev #pc
  • Наука та технологія

КОМЕНТАРІ • 26

  • @SavvyNik
    @SavvyNik  Місяць тому +5

    What linux projects are you currently working on?

    • @shisui3436
      @shisui3436 Місяць тому +2

      Hypervisor and Managment Software based on KVM

    • @Dawsatek22
      @Dawsatek22 Місяць тому +2

      3d printed arduino robot arm possibly on arduino using ubuntu desktop . and maybe using a raspberrypi later

  • @JM-tj5qm
    @JM-tj5qm Місяць тому +3

    That’s really cool. I would love to try that on chat

  • @drewmalbica7694
    @drewmalbica7694 Місяць тому +7

    Yes! Moist!!!! Thanks for helping out!

    • @SavvyNik
      @SavvyNik  Місяць тому +4

      It’ll be a fun one :)

  • @yondaime500
    @yondaime500 Місяць тому +3

    Of course you would use the penguin OS to do a project for the penguin guy. And also there isn't another viable option worth considering anyway. Even Microsoft uses Linux for that sort of thing. But the question is: will it be written in Rust?
    I did a project involving a Cartesian robot not long ago at work, but it was a pipette robot, and it didn't involve web (which is still my weak point as a developer). It was just a desktop UI to run test routines on it and write the results to a local database.

    • @SavvyNik
      @SavvyNik  Місяць тому +1

      Haha! Yeah you caught me. No plan to use rust. Most of the backend hardware control will be written in Python. Nothing critical here pun intended lol

    • @SavvyNik
      @SavvyNik  Місяць тому +1

      Also cool project. Love myself some robots

    • @MrGamelover23
      @MrGamelover23 Місяць тому +1

      ​​​​@@SavvyNikI stream on a different channel and on Twitch, and the one thing keeping me from being able to livestream on Twitch is the lack of a suitable replacement for SteelSeries Sonar. After the initial setup, one click and streamer mode gives each app different volumes for the listener and the host. So not only will the game versus music versus, let's say, Discord voice chat have separate volumes, but each one has a separate volume for the listener, which makes managing audio for streamers incredibly easy. This is especially useful for people who have partial hearing loss because now they can have things sound good for them without being either way too loud or way too quiet for the audience.
      Not only did it allow my audio interface to work with Discord when it otherwise wouldn't, but its microphone presets were pretty useful as well.
      If I had the money to commission you for such a project, I would do it in a heartbeat. I feel like other creators, like some ordinary gamer, should get together and raise funds to commission such a project. Or hell, maybe you could just take existing projects like pulse meter or some other Linux mixer and add this functionality to it.
      Actually, I just looked up something that I couldn't remember the name of, and I managed to find something called PulseAudio Volume Control 6.0, which seems like it might actually do the thing I was talking about. "control both the volume of hardware devices and of each playback stream separately."

    • @SavvyNik
      @SavvyNik  Місяць тому

      Yeah I was going to suggest the pulse audio control. It’s pretty powerful. I used to use it on my xmonad setup where I was also streaming but to UA-cam with OBS and it got me sorted with my setup. It’s hard to get people excited about dev. Maybe when I’m done with the Charlie project I can find another UA-cam project to contribute to :D

    • @MrGamelover23
      @MrGamelover23 Місяць тому +1

      @@SavvyNik If only I was a big UA-camr or streamer, I could commission you to make it as brain dead simple to set up pulsemeter, but I'll check it out.

  • @darknetworld
    @darknetworld Місяць тому +2

    This feel twitch play Pokémon when it got poplar when user type words to do actions in chat. But there limited on connection right else it would spam over +1000 users inputs.

    • @SavvyNik
      @SavvyNik  Місяць тому

      Haha yeah this approach will be much different

  • @matiasm.3124
    @matiasm.3124 Місяць тому +1

    Nice project

  • @luqmaanmohideen8422
    @luqmaanmohideen8422 Місяць тому +1

    are u using a mac to develop it

    • @SavvyNik
      @SavvyNik  Місяць тому +2

      It’s all through terminal and vscodium for the most part. Sometimes I use a mac for access to the dev server which is Ubuntu server

  • @BunnyKhatri-pd8zm
    @BunnyKhatri-pd8zm 22 дні тому +1

    What app is this? Idk i want to use it

    • @SavvyNik
      @SavvyNik  22 дні тому

      Still not released. I’m currently working on it

    • @BunnyKhatri-pd8zm
      @BunnyKhatri-pd8zm 22 дні тому +1

      @@SavvyNik whattttt its your app?? I got to check your website i guess.

    • @SavvyNik
      @SavvyNik  21 день тому +1

      haha basically if you're a subscriber to twitch / yt on Charlie's channel then you'll get access to it.

    • @BunnyKhatri-pd8zm
      @BunnyKhatri-pd8zm 20 днів тому

      @@SavvyNik oh there is a bit of misunderstanding i am talking the app you are using to plan this project :)

    • @SavvyNik
      @SavvyNik  20 днів тому

      Oh lol I use gink on my screen

  • @j03y__
    @j03y__ Місяць тому

    Wouldn’t it be easier to fork octoprint

    • @SavvyNik
      @SavvyNik  Місяць тому +1

      not since the machine is so specialized. I would assume octoprint has to regulate servos in order to do fine precision moves. The claw machine is simple relay logic. It'd take more time integrating than just writing new code