Hi there,
Last couple of weeks I have been strugglin trying to embed the livestream of my Dahua camera directly into my website.
The browser I'm using is Chrome.
Since Chrome does not support url credentials (it used to work like this...
It's incredible to notice that no one has a clear solution for embedding an Dahua camera stream onto their website by using HTTPS or RTSP.
Still haven't found the solution for my problem.
Do you have any code example?
The result is actually a requested Multipart JPEG image.
Looked all over the internet + stackoverflow to find some code examples, but couldn't make it work.
Thanks in advance for your help.
Hi there,
I have a DAHUA IP Camera setup & trying to vizualise & control movement on my website.
On my website I'm sending an AJAX call to my server side .php file.
The server side code connects by DIGEST AUTHENTICATION with the API (see videostream.png attachment) & gives us a response.
Now...