Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

TeslaStream - Add Video + Display Mirroring Support To Your Tesla Browser!

Would you be interested in using a service like this?


  • Total voters
    90
This site may earn commission on affiliate links.
Yes, it loads and is animated.
Wonderful. Just a question : was the first playback slow like it was starting displaying frames before the file was fully loaded ?

Regarding network : is it possible to connect the Tesla to the Internet through an android smartphone wifi access point ? My Android app is embedding a web server so the browser has to be able to connect to the smartphone IP. I suppose this could be done once and the URL could be bookmarked ?
 
If I recall correctly the image loaded, then the animation happened and was smooth, but it didn't animate the instant it loaded. Is that what you are asking?

You can use wifi on the Tesla to bridge onto another cell network through a mobile device running as a hotspot. I think local IP addresses are firewalled out for security reasons so you might need to remap a non-local address to local. Whatever you choose can be bookmarked. But it would be nice to have whatever URL you redirect be something that you own and where you put a page stating "please check that your Tesla is wifi connected to the phone running XYZ app." that will make testing and support easier. Like app.teslastream.com for EnumC.com. I assume this is EnumC.com: teslastream whois from google domains.
 
Last edited:
If I recall correctly the image loaded, then the animation happened and was smooth, but it didn't animate the instant it loaded. Is that what you are asking?
Yes it looks like the browser start loading the gif file and display the first frame then wait for the missing data. That's good.
You can use wifi on the Tesla to bridge onto another cell network through a mobile device running as a hotspot. I think local IP addresses are firewalled out for security reasons so you might need to remap a non-local address to local.
I prefer to work locally for 2 reasons :
-mirroring will work even if you loose the LTE network
-it will be a lot faster and smoother

All we need is a smart way to push the local URL to the browser. Can be a simple bookmark for testing.

We can easily verify if the browser can connect a local web server running on the hotspot:
-Install this app https://play.google.com/store/apps/details?id=net.mj.android.httpd in you phone
-Start the WIFI hotspot first and then the http server
-connect Tesla to hotspot
-try to open the server URL from Tesla browser (be careful it's using the 8080 port by default) Mine is http://192.168.43.1:8080 but address can be different on your device. The URL is displayed in the Android httpd app.

I'm pretty sure this will work but it's safer to check before coding .
 
Sorry asking again but is there any chance that any Tesla owner could check that the web browser is able to connect to a local address ? Are you interested with Android screen mirroring or not ?
Mine will not connect to 10.0.0.1. I don't have anything currently running on 192.168.0.1 so I can't check that.

I also checked lossy-cat on a friend's MCU2. It loaded fine as expected.
 
It is my main router, but not the wifi router passing along the connection. When I connect from my phone I get the main router configuration page. From the Tesla I get nothing.

I see... Possible to know what are the IP and gateway adresses of a device connecting to your wifi router ? Maybe the WIFI router is using another private network in front. Or is it just a WIFI AP/extender ?
 
I see... Possible to know what are the IP and gateway adresses of a device connecting to your wifi router ? Maybe the WIFI router is using another private network in front. Or is it just a WIFI AP/extender ?
Does it matter? In order to access a local server whatever mechanism routes packets is going to have to remap a non local address into a local address. No way around it. Can't Access Private Websites on WiFi?
 
Does it matter? In order to access a local server whatever mechanism routes packets is going to have to remap a non local address into a local address. No way around it. Can't Access Private Websites on WiFi?

Yes but it could be possible that Tesla allows all access the gateway IP... The private network could be restricted to this single address. So I need to know if your devices and Tesla is using 10.0.0.1 as gateway or not. If not it would worth to investigate more. If yes it's game over.