amcrest IP camera - tunnel via rtsp

Hi All,

I have followed the tutorial page under docs to setup a tunnel for my IP camera, but the problem is, you cant access the feed via browser…its an Amcrest. You need to hit it via rtsp.

Any advice on how to do this successfully?

If I get a tunnel running as below:

sudo ./loclx tunnel http --reserved-domain amcrestipcamera.loclx.io --to 192.168.1.111:80

i plug “http://amcrestipcamera.loclx.io” into a browser i get to the admin page just fine, but I want the feed.

In other words, using VLC player, I’d like to open the rtsp stream as:

rtsp://amcrestipcamera.loclx.io/cam/realmonitor?channel=1&subtype=1

But i get nothing of course (cause my tunnel is running over port 80). I’ve tried port 554(rtsp) as a tunnel, but its still an http tunnel.

I’ve tried this:

sudo ./loclx tunnel tcp --to 192.168.1.111:554 --reserved-domain amcrestipcamera.loclx.io:554

but localxpose doesnt like that command…