marcone / teslausb

A smart USB drive for Tesla Dashcam - extended storage, auto archive, web viewer
MIT License
1.92k stars 353 forks source link

"Optional hotspot to access recordings while on the go" #228

Closed aberen001 closed 5 years ago

aberen001 commented 5 years ago

I have this set up correctly and can access the pi as an AP. How would I go about viewing these recordings on the go?

Edit: Is it possible on my iPhone, or would I need to use a laptop?

AlbyZ commented 5 years ago

FileExplorer

The free version works. You can only access one share, but thats good enough.

It has a built in mp4 media player, but its not a TeslaCamPlayer

Problem is that the iPhone auto joins the WiFi, unless you 'forget'/remove the AP each time, during which your phone has no internet access.

marcone commented 5 years ago

@aberen001 you'll need to have also configured SMB access to the Pi, but you can use a phone, tablet or laptop.

@AlbyZ Yes auto-join is super annoying. I thought iPhones have an option to disable auto-join though. Unfortunately stock Android doesn't, but some Samsung devices do. So check your wifi settings and see if there's an option.

aberen001 commented 5 years ago

@marcone There is on the iPhone. If you click on the WiFi name in settings once you're connected, you can turn off the "Auto Join" setting. I'll enable SAMBA and give that a shot, thank you!!