mpimentel04 / rtsp_fastapi

41 stars 9 forks source link

blank streaming page #3

Open sadimoodi opened 1 year ago

sadimoodi commented 1 year ago

Hello, i replaced the rtsp string with my string, i am sure that my camera works fine. started the server, then requested localhost:6064/keep_alive (returns null), when going to localhost:6064 the page is blank and does not load, webstream.py shows a count down in the output, no errors whats the problem?

mpimentel04 commented 1 year ago

Hi @sadimoodi

When this happens, usually the camera is not returning the stream correctly.

Try testing your URL RTSP in software like VLC (option Media > Open Network Stream > Tab Network) and check if the camera stream is ok.

erik-intramotev commented 1 year ago

I had the same issue, blank streaming page.