RTSP code of the cameras and IE code
Type A camera
Format like : rtsp://user:password @IP address:RTSP port/stream code
Main stream: rtsp://admin:@192.168.1.18:554/mpeg4
Sub stream : rtsp://admin:@192.168.1.18:554/mpeg4cif
Type B camera
Format like : rtsp://IP:RTSP port/user=user&password=password&channel=1&stream=0/1(main stream/sub stream).sdp?
Main stream: rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0.sdp?
Sub stream : rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=1.sdp?
if you want to see RTSP in IE ,FireFox and Chrome (below V45 and alow NPAPI)
install VLC get the play decoding and insert the code below into the web page.
<object type="application/x-vlc-plugin" pluginspage="http://www.videolan.org/" id="vlc" events="false" width="720" height="410" title="undefined">
<param name="mrl" value="rtsp://admin:@192.168.1.18:554/mpeg4cif"/></object>