See my other "actioncam" project for a replacement: jonas-koeritz/actioncam
- Enable WiFi on your camera
- Connect your Computer to the WiFi network of your Camera
- Open the packaged sdp file with VLC
- Start the Node.JS script using
node index.js
- The cameras preview will be visible in VLC
- 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.