AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
6.95k stars 497 forks source link

how to specify stream in tapo module? #1437

Closed latel closed 2 weeks ago

latel commented 2 weeks ago

My tapo c120 has 2 streams, high and low, how can I specify the stream to use in tapo module?

streams:
  # cloud password without username
  camera1: tapo://cloud-password@192.168.1.123
  # admin username and UPPERCASE MD5 cloud-password hash
  camera2: tapo://admin:UPPERCASE-MD5@192.168.1.123
  # admin username and UPPERCASE SHA256 cloud-password hash
  camera3: tapo://admin:UPPERCASE-SHA256@192.168.1.123

is it something like this?

streams:
  camera1: tapo://cloud-password@192.168.1.123/stream2
AlexxIT commented 2 weeks ago

https://github.com/AlexxIT/go2rtc/issues/792