how do i access multiple camera via RTSP and display them on WEB?
i have 3 IP camera installed, along with it is a web client that i can view via the IP theyve given to me. it is a HTTP page, where i can view the streaming camera installed.
i discovered that i can also stream the camera via the VLC player individually.
camera 1 : rtsp://192.168.1.10/cam/stream/channel/01
camera 2 : rtsp://192.168.1.10/cam/stream/channel/02
camera 3 : rtsp://192.168.1.10/cam/stream/channel/03
when i type a url on my vlc, im being requested with an rtsp authentication. upon completing the form, i can stream the video on my VLC.
my question is, given the URL above, how can i stream them on my custom HTML page.
<div id="cam1">
<video> </video>
</div>
<div id="cam2">
<video> </video>
</div>
<div id="cam3">
<video> </video>
</div>
this is the info i got when i stream via vlc
Type:Video
Codec: H264 - MPEG-4 AVC (part10) (h264)