这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
public:rtsp_format [2024/01/09 15:33] yangj |
public:rtsp_format [2025/09/08 22:45] (当前版本) |
||
---|---|---|---|
行 2: | 行 2: | ||
---- | ---- | ||
- | |||
- | == 艾迪思特录播流 == | ||
- | 主码流:rtsp://ip/live/ch00_0 | ||
- | 副码流:rtsp://ip/live/ch00_1 | ||
- | | ||
- | == 艾迪思特摄像头 == | ||
- | 特写主码流: rtsp://ip:554/live/ch1 | ||
- | 特写副码流: rtsp://ip:554/live/ch3 | ||
- | 全景主码流: rtsp://ip:554/live/ch2 | ||
- | 全景副码流: rtsp://ip:554/live/ch4 | ||
== 海康威视 == | == 海康威视 == | ||
行 17: | 行 7: | ||
rtsp://[username]:[password]@[ip]:[port]/[codec]/[channel]/[subtype]/av_stream | rtsp://[username]:[password]@[ip]:[port]/[codec]/[channel]/[subtype]/av_stream | ||
+ | // 例如: // | ||
* 主码流 | * 主码流 | ||
行 36: | 行 26: | ||
<id>格式:ABB,A为通道,1-n;BB为码流,01为主码流,02为子码流。 | <id>格式:ABB,A为通道,1-n;BB为码流,01为主码流,02为子码流。 | ||
+ | // 例如: // | ||
* 5通道主码流 | * 5通道主码流 | ||
行 60: | 行 50: | ||
== 天地伟业摄像头 == | == 天地伟业摄像头 == | ||
- | rtsp://<username>:<password>@<ip>:<port>/<channel>/<stream> | + | rtsp://user_name:user_passwd@ip_address:554/1 主码流 |
- | + | rtsp://user_name:user_passwd@ip_address:554/2 副码流 | |
- | 格式解释: | + | |
- | channel:通道,1到N; | + | |
- | stream:码流类型,主码流1,副码流2,三码流3. | + | |
---- | ---- | ||
+ | |||
+ | == D-Link == | ||
+ | |||
+ | rtsp://[username]:[password]@[ip]:[port]/[channel].sdp | ||
// 例如:// | // 例如:// | ||
- | 取流192.168.1.15设备的1通道主码流,网络URL为:rtsp://admin:1111@192.168.1.15:554/1/1 | + | rtsp://admin:12345@192.168.200.201:554/live2.sdp |
- | 比如取流192.168.1.15设备的1通道子码流,网络URL为:rtsp://admin:1111@192.168.1.15:554/1/2 | + | |
---- | ---- |