查看 RTSP 摄像头
不能使用VLC
等软解码软件观看,会直接卡住不动。使用omxplayer
是好选择,几乎不占用系统资源。
基础格式
omxplayer -o hdmi rtsp://{RTSP}
以海康为例:
omxplayer -o hdmi rtps://admin:[email protected]:554/Streaming/Channels/101
多画面(分辨率为 1280 x 720):
omxplayer -o hdmi --win "0,0,960,720" rtps://admin:[email protected]:554/Streaming/Channels/101
omxplayer -o hdmi --win "960,0,1280,240" rtps://admin:[email protected]:554/Streaming/Channels/102
omxplayer -o hdmi --win "960,240,1280,480" rtps://admin:[email protected]:554/Streaming/Channels/102
omxplayer -o hdmi --win "960,480,1280,720" rtps://admin:[email protected]:554/Streaming/Channels/102