Let's assume you have a RTSP video source as follows:
假設您有一只RTSP視訊來源,其URL為:
rtsp://192.168.0.55/mpeg4
In this example, you need to perform following configuration steps in Camera Setup
以此為例,在Camera Setup下您需要作以下設定:
- Driver選擇RTSPCamSelect RTSPCam as driver
- Enter correct IP address (Port is not related RTSP port)輸入正確的IP位址(Port為控制埠,與RTSP無關)
Then perform following configuration steps in Video Setup:
接著在Video Setup作如下設定:
Select transport mode here, no for UDP, yes for TCP, http for HTTP. Default to UDP 此處選擇傳輸模式,no為UDP, yes為TCP, http為HTTP。預設為UDP
If your frame packet is extraordinarily large, you may needs this step to increase RTP buffer size (as follows):
若您的封包大小異常地大,導致frame無法全部接收,可能還需要多設定一欄增加RTP buffer size(如下圖):
RTSP has a standard control port number 554. If you have a non-standard RTSP control port, your RTSP URL will look like:
RTSP有一標準埠位554,如果您的RTSP來源屬非標準埠位,則其URL看起來可能會如以下:
rtsp://192.168.0.55:5510/mpeg4
When you encounter this situation, you need to change RTSPPort:
此時您僅須依下圖所示進行設定即可: