puterboy

Results 197 comments of puterboy

I got the links from the 'links' page on YOUR app: ```http://mypi:1984/links.html?src=picam_h264``` The link it gives for webrtc is ``` [stream.html](http://mypi:1984/stream.html?src=picam_h264&mode=webrtc) WebRTC stream / browsers: all / codecs: H264, PCMU,...

Ahhhh... Well, I now tried all the below but STILL doesn't work in Octoprint (though works in my browser as well as mplayer app) ``` http://mypi:1984/api/stream.mp4?src=picam_h264&mp4=flac http://mypi:1984/api/stream.mp4?src=picam_h264&mp4 http://mypi:1984/api/stream.mp4?src=picam_h264 ``` Also...

I understand. Thanks for your help. BTW, Octoprint is the goto interface app for 3D-printing and as such is very popular. I wish I could encourage use of your AWESOME...

It would seem adding this would require only trivial changes tot the following 3 files: (Note: my formatting below is pseudo-patch like) **https://github.com/1technophile/OpenMQTTGateway/blob/development/main/config_mqttDiscovery.h** ``` #ifndef discovery_Topic # define discovery_Topic "homeassistant"...

Trying to understand the WebUI code but if I am reading the code correctly, it seems like it will require only minor additions to `config_WebContent.h` to extend the web page...

**https://github.com/1technophile/OpenMQTTGateway/blob/development/main/config_WebContent.h** ``` - // mqtt server (mh), mqtt port (ml), mqtt username (mu), mqtt password (mp), secure connection (sc), server certificate (msc), topic (mt) + // mqtt server (mh), mqtt...

OK - does that mean not adding the WiFi manager codelines? (if I am understanding that correctly wifiManager is used to create a temporary AP to log into, right? --...

BTW, I think `discovery_prefix` might be a better name for the new variable version of the declaration `discovery_Topic` I say this because you already use the variable name `discovery_topic` for...

One (hopefully) final question... I am a bit confused about how & when changes are stored to flash or other non-volatile storage. It seems like for certain variables (e.g, mqtt_topic,...