Hacker News new | ask | show | jobs
by leafandcoffee 2179 days ago
Android users - IP Webcam / DroidCam, over USB with adb port forwarding is a great option.
2 comments

I've found that IP Webcam functions fairly well as a standards-based H.264/RTSP video stream to feed to anything that can take a rtsp feed. Such as for a hacked up DIY home security camera system.
Interesting info, thank you.

Searching around for RTSP, I found that it's possible to stream to WebRTC.

Kurento media server - https://github.com/Kurento/kurento-media-server

RTSP/HTTP URI to WebRTC example - https://github.com/lulop-k/kurento-rtsp2webrtc

I've used DroidCam over USB and for me it was slower than over wifi.

What do you mean by adb port forwarding?