I am trying to stream video from my raspberry pi to my weather website using PWS I can see my camera output on 192.xxx.x.xxx:7132/index.html but I dont have any idea how to get this to show in PWS . I have tried various things like putting the URL into Settings and also adding it to webcam_c_block.php but I am obviously doing something wrong as its not working
Can someone give me an example of how I can get this to work
It uses the specific HP-10 url, but the same logic applies for any local webcam image to be uploaded to a webserver.
If you are referring to a webcam video stream you can open a port on your router and the video can be accessed from the internet.
Your local http://192.xxx.x.xxx:7132/index.html would than be http://111.222.333.444:7132/index.html and one can test that in the browser.
After that there are scripts available to display that video on a website.
There can be only one visitor at the same time.
So it is not a professional solution.
There are video-providers which will read your video stream and multiplex it to multiple users at the same time.
Those are not free solutions, they cost money and are often not allowed to be used on ones own website.
Succes,
Wim
Thanks for getting back to me and apologies if I posted to the wrong group
It is PWSDashboard that I am having the problem
I have always had a still image from the camera displayed on my weather website but I thought it would be cool to stream the live video
I have PWSDashboard and the camera hosted on the same Raspberry Pi
I can see the live video stream in my browser but the problem is I dont know how to get the video to display in PWSDashboad
I know I have to modify webcam_c_block.php in some way but my programming skills arent up to working out how i get the video link into the file so any help would be very welcome
Fairly difficult to guess what you want if there is no website to visit.
No URL in your post and no URL in your avatar.
Probably a private website, no vistors other than yourself?
There is no need to modify the webcam block as long as it is the first one.
Put the link into your easyweather settings and it should work as it is with other users. It also depends on the type of stream a.s.o. if it is compatible to be run in an iFrame. If your website is reachable from the internet I could test it.