Question #2
How do I push my camera stream to port 8080? I have my camera displaying on the app like this -
Then I think I’m supposed to just push the data to concatenate with the IP address and add “:8080”, then push the data there. However, the function below won’t accept “Web1.URL1” as the input (see below)
I definitely appreciate any help you can throw my way! Thanks!
You didn’t read correctly.
Port 8080 or localhost or any is local server for computer only it didn’t serve outside or any other device connected to it.
It runs a server on the PC, then has a mobile app that streams to port 8080 on the local wifi to show the camera view on the PC. It is absolutely possible and been done before, I’m just trying to finalize how to do it within Kodular.
If you have any clarifying questions, please ask. It’s frustrating that you keep trying to shut down my post without asking to understand first.
I think its not possible to connect to server using web component.
Secondly you only have local server on port 8080 you need to write script to listen for certain event and give response back.
You are misunderstanding i don’t want you keep topic alive till 3020 don’t care i just explaining that serving localhost port 8080 is not big deal and not enough that you are trying to do.