droidcam
droidcam copied to clipboard
Keeps disconnecting on ubuntu 14.04
Compiled, connected, all works, thanks. There is an issue though - it keeps disconnecting with error: [mjpeg @ 0x17294c0] EOI missing, emulating
Probably some frame is incorrect so it crashes. Maybe needs some error handling implemented.
Quick workaround for me was doing bash loop to reinitialize connection, but it would be much better to fix it if possible.
Workaround: while true; do droidcam-cli X.X.X.X 4747; done
Same here on ubuntu 15 vivid.
[mjpeg @ 0x7f9ecc001550] Found EOI before any SOF, ignoring [mjpeg @ 0x7f9ecc001550] Found EOI before any SOF, ignoring [mjpeg @ 0x7f9ecc001550] EOI missing, emulating Segmentation fault (core dumped)
@Jancis "solution" worked for me, since I need my webcam working on skype during a meeting. :+1:
Same problem here on Linux Mint 17.2. @Jancis thanks for that workaround :)
Tested with adb USB connection and Wifi Connection, but if I use direct connection over IP ... the stream continue ....
From last version