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
4.84k stars 392 forks source link

Tasks #4

Open AlexxIT opened 2 years ago

AlexxIT commented 2 years ago

Release 1.0

Later

Diagnostics

smit60rus commented 1 year ago

Is it possible to add support for streaming hikvision video cameras from the hik-connect cloud account?

felipecrs commented 1 year ago

To restream a camera outside of your network?

AlexxIT commented 1 year ago

I don't have any Hikvision cameras

felipecrs commented 1 year ago

I'm just trying to understand the use case as well. You can access the Hikvision cameras locally so why would you want to use HikConnect?

smit60rus commented 1 year ago

There are cameras that are not on the local network. located on remote sites without VPN or external static IP capabilities. The connection is made using hik-connectt. I would like to add streaming video to hass.

felipecrs commented 1 year ago

Have you tried https://github.com/tomasbedrich/home-assistant-hikconnect already?

felipecrs commented 1 year ago

NVM it does not have video support.

galindocode commented 6 months ago

What would be the main idea on the task Remove RTSP login/pass from streams list? Storage credentials in encrypted file with a reference to stream? Encrypt credentials in go2rtc.yaml?

felipecrs commented 6 months ago

I believe it's just about not displaying the credentials in the frontend.

galindocode commented 6 months ago

thanks