Earlier quoted context omitted.
I did this for a while, the problem is that there's really no such thing as a high-quality USB switch. They are all garbage and mess with USB devices in some way (at least at the consumer level).
I switched from a KVM to a USB switch a few years back, and haven't had any real issues with it. I don't think it was expensive either, just a standard USB 3 switch with only 2 ports. Occasionally it takes more than a few seconds after pressing the button for the switch to happen, but that's about it.
Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
51–60 of 284 posts
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#52Author here. Happy to answer any questions or take any feedback about this post.
Dude, thanks so much for this. I have a loud machine I’m using for ML stuff and I’ve been reluctant to move it to the basement as I didn’t want to have to run downstairs with a monitor for the odd issue. I also looked at KVMs and was annoyed at the prices. I have a R Pi sitting here I was looking to do a project with. This is perfect!
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#53Author here. Happy to answer any questions or take any feedback about this post.
How would you remotely connect to something like this ? using something like ngrok ?
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#54I have given up on KVMs altogether and I am using the following approach now: - Most monitors have multiple digital inputs. Connect each computer to one of them - Use a USB switch keyboard and mouse - Before switching the USB switch, press the "lock screen" key combination and make sure locking the screen drops the video signal - After switching the USB switch, pressing shift should bring up the login dialog and re-a…
I did this for a while, the problem is that there's really no such thing as a high-quality USB switch. They are all garbage and mess with USB devices in some way (at least at the consumer level).
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#55the best thing in this article is the immediate link named "I don’t want your life story; just tell me how to build it "
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#56This looks awesome. I was looking for a solution like this last year. I budgeted a few hundred bucks but couldn't find anything. Ideally would have a way to handle a few different boxes. I did see something called Intel AMT, part of Intel vPro. https://www.howtogeek.com/56538/how-to-remotely-control-your... Does anyone have experience with this? (I have AMD box so doesn't help me) - actually looks like AMD has simila…
[1] https://www.realvnc.com/en/products/viewerplus/ [2] https://blog.michael.kuron-germany.de/2011/10/using-intel-am...
//edit: link [2] added.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#57Really neat project. Small optimization, you can use the RPI’s gpu accelerated h264 decoding and free up a lot of CPU: Change: ffmpeg -vcodec libxh264 To: ffmpeg -vcodec h264_mmal
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#58Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#59Earlier quoted context omitted.
I switched from a KVM to a USB switch a few years back, and haven't had any real issues with it. I don't think it was expensive either, just a standard USB 3 switch with only 2 ports. Occasionally it takes more than a few seconds after pressing the button for the switch to happen, but that's about it.
This is my experience as well. I currently use a USB switch that I got off of Amazon for about 15 bucks. It typically "just works." Press the button, wait 2 seconds and my input devices have switched.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#60Using a timer on a screen to SEE latency. Why did I not think of that?!
I got the idea from danman, but his setup is much cooler than mine:
https://blog.danman.eu/new-version-of-lenkeng-hdmi-over-ip-e...