Oh nice I will have to look into this as I was considering Using a dual pc set up for streaming and this would be great for controlling the second pc (mac mini) I want to have main pc for running ROLLd20 and a daw - then use a mac mini to run the processed audio from my DAW into hangouts. This is so I can properly play in audio and , music cues as well as altering my voice to suit the character eg a galdos style for…
Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
41–50 of 284 posts
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#42I 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…
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#43This looks great. To be useful in the datacenter environments I work in such a device would need VGA capture, though. Most servers don't have HDMI ports in my experience. Anybody know of a good, cheap V4L2 USB-based VGA capture dongle?
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#44Author here. Happy to answer any questions or take any feedback about this post.
Cool project, but what about power management? What happens if the PC being controlled crashes and does not let you reboot it using keyboard shortcut? I'm might be damaged by testing and working with embedded development.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#45Author here. Happy to answer any questions or take any feedback about this post.
Cool project, but what about power management? What happens if the PC being controlled crashes and does not let you reboot it using keyboard shortcut? I'm might be damaged by testing and working with embedded development.
>Cool project, but what about power management? What happens if the PC being controlled crashes and does not let you reboot it using keyboard shortcut?
Yeah, that's one of the limitations. TinyPilot can't control power for the target computer.
I don't know of any way to manage power without connecting the Pi to the target machine's motherboard, but that increases complexity significantly. I'm using this for a homelab, so it's easy for me to walk over and cycle power if that ever comes up, but for this to support more remote scenarios, I'd need to address this.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#46I 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
#47Earlier quoted context omitted.
not sure why you talk about "switch"? The word never appears in the article? And at such a no-brainer price (especially if you already have a Pi), kind of worth it just to avoid the hassle of moving a screen around.
https://mtlynch.io/tinypilot/raritan-kvm.png
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#48Change:
ffmpeg -vcodec libxh264
To: ffmpeg -vcodec h264_mmalRe: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#49Most firmware environments probably don't support them I guess.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#50Oh nice I will have to look into this as I was considering Using a dual pc set up for streaming and this would be great for controlling the second pc (mac mini) I want to have main pc for running ROLLd20 and a daw - then use a mac mini to run the processed audio from my DAW into hangouts. This is so I can properly play in audio and , music cues as well as altering my voice to suit the character eg a galdos style for…
I'm not an audio guy, so I can't comment on how well it would suit that scenario, but it sounds like a neat pipeline, and I'd love to hear about it if you end up building it.