I am trying to play .mp4 file which is on Darwin server
I have tried with my code but its not working
if i open rtsp://192.168.15.158:554/sample_100kbit.mp4
in VLC player its working fine.
Whats the wrong with this?
我的法典
<!DOCTYPE html>
<html>
<body>
<video src="rtsp://192.168.15.158:554/sample_100kbit.mp4" width="320" height="240"
controls="controls">
Your browser does not support the video tag.
</video>
</body>
</html>