Collect video stream from via USB without Authentication

Firstly, great job. really like this AR300M NAND device and the user interface.

I have mine connected to an OpenVPN server and can see the server network, perfectly.

I am running, Version: 2.27 and need to know how I can safely collect the video stream from the USB port /dev/video0 without Authentication from the server. The video stream locally is good.

When try from the server to http://10.8.0.2/media I get redirected to the login.

I would like to use these with a CCTV type solution like ZoneMinder.

Many thanks.

Found it.

The running streamer is outputing a html stream on port 8083:
/usr/bin/mjpg_streamer -i input_uvc.so -d /dev/video0 \ -f 15 -r 800x448 -o output_http.so -w /www/webcam -p 8083

Opened port 8083 on firewall for wan.

Has anyone tried this with Gstreamer?

opkg update
opkg install kmod-video-gspca-sonixb kmod-video-gspca-sonixj kmod-video-gspca-zc3xx kmod-video-uvc luci-app-mjpg-streamer

luci\services\mjpgstreamer

Many thanks.
Got this working perfectly, with
opkg update
opkg kmod-video-uvc mjpg-streamer luci-app-mjpg-streamer
on version, openwrt-ar300m-nand-3.019.
I’ll check out sonix!
It doesn’t work on the very latest version 3.024, due to failed dependencies, but love this great little device!