bonuzzz
bonuzzz
@ardenking yes, I have ``` mqtt: light: - name: "Left Lamp1" state_topic: "left_lamp1/led_enableAll/get" command_topic: "cmnd/left_lamp1/led_enableAll" brightness_state_topic: "left_lamp1/led_dimmer/get" brightness_command_topic: "cmnd/left_lamp1/led_dimmer" rgb_state_topic: "left_lamp1/led_basecolor_rgb/get" rgb_command_topic: "cmnd/left_lamp1/led_basecolor_rgb" color_temp_command_topic: "cmnd/left_lamp1/led_temperature" color_temp_state_topic: "left_lamp1/led_temperature/get" rgb_command_template: "{{ '%02x%02x%02x'...
@ferbulous I'll write about it later. But I flashed remaining lamps with tuya-cloudclutter with flsnt br30 rgbwct profile without dismantle
I have BL0937CF1 on Pin8
on 0.10 update in console over wifi doesn't work. I get the same log as above. Update in web server works. Is it possible to reboot automatically the board after...
It is possible to change parameters without onvif client. To get possible audio/video parameters: http://admin:[email protected]/cgi-bin/configManager.cgi?action=getConfig&name=Encode For example to change audio bitrate to 8khz: http://admin:[email protected]/cgi-bin/configManager.cgi?action=setConfig&Encode[0].MainFormat[0].Audio.Depth=8 I have VTO2211G. It should work...
to change bitrate from console: `curl --digest -u "admin:pass" -g "http://192.168.1.110/cgi-bin/configManager.cgi?action=setConfig&Encode[0].MainFormat[0].Audio.Depth=8"` @felipecrs dahua stops stream when trying to change bitrate, but continue stream if bitrate is the same already. So...
I wrote simple script to check bitrate parameter before start stream. I included sleep to give dahua time to restart rtsp stream. ``` #!/bin/bash array=`curl -s --digest -u "admin:pass" -g...
@AlexxIT if I add several strings to source block like ``` vto: - echo: .... - ffmpeg: .... ``` are there executed sequentially or it is bad idea?
@felipecrs > By the way, I don't know if my VTO is different than yours or not, but the setting I need to adjust is: > > ``` > table.Encode[0].MainFormat[0].Audio.Frequency=16000...
@felipecrs I have old 2021-07-14 V4.500.0000001.0.R could you send the link for new fw please? saw your video again. you also didn't restart go2rtc. It's great