xpro-rtp
xpro-rtp copied to clipboard
This project is deprecated. See my other "actioncam" project for a replacement.
This project is deprecated
See my other "actioncam" project for a replacement: jonas-koeritz/actioncam
XPro RTP
Connecting to the camera
- Enable WiFi on your camera
- Connect your Computer to the WiFi network of your Camera
Streaming to VLC
- Open the packaged sdp file with VLC
- Start the Node.JS script using
node index.js
- The cameras preview will be visible in VLC
Known limitations
- Video playback in VLC is laggy as long as the image is not dark enough or moving enough. This could be the result of the very naive RTP implementation, playing the raw stream using ffplay works flawlessly. This could be fixed by the latest commit (Thanks to Alexander G.), but I do not own a camera to try the changes with.