We always need to view the IP cameras on Linux or Mac, iPad, but we don’t want or can’t to install the surveillance software, how can we resolve this problem? Most of IP cameras support RTSP, this is a international standard video transition protocol, and most of popular video player (like VLC Media Player, Quicktime Player) support RTSP, so you can directly use these normal to connect IP camera and get the video.
We will make a sample to demo how to connect Sysvideo SC6000 series IP cameras via VLC Media Player, you can download this player from:
Step1: Start VLC Player (VideoLan) or other Player support RTSP. Open VLC Player: Start -> Programs -> VideoLan -> VLC Media Player
Step 2: Then go to menu: Media-> Open Network Stream, open a new window, please input the RTSP URL:
rtsp://IP address/:554/av_0
For example, the ip address of IP camera is 192.168.55.100, so the RTSP URL should is: rtsp://192.168.55.100:554/av_0, 554 is default port of RTSP in your IP camera, you have changed the default port in IP camera RTSP setting, you must use input a same port number.
The camera support two stream video: high definition stream (main stream) and low definition stream (sub stream), the URL are:
High definition stream: rtsp://IP address:554/av_0
Low definition stream: rtsp://IP address:554/av_1
Then click Play button, if the address link is correctly, the player will appear the video from IP camera:
Notice: please you confirm your firewall doesn’t block your RTSP port.
If you input the correctly address, the player
If you don’t get the video, please check if the link address is correctly.