Alex X

Results 3128 comments of Alex X

Editing the run.sh file is bad advice. Any error in this file will brick your gateway. It won't even be possible to reset it using a button.

I just warned other readers who might read your message and go and change this file. They may not be as lucky as you are at writing shell.

Probably you have custom gateway firmware. Because default firmware also support custom startup script. And it's not safe. ```shell CUSTOM_STARTUP=/data/scripts/startup.sh if [ -x ${CUSTOM_STARTUP} ]; then ${CUSTOM_STARTUP} else startup.sh fi...

If the script crashes, the gateway will be stuck in a loop. It won't even be possible to reset it with a button.

You probably have problems with your home network. https://github.com/AlexxIT/XiaomiGateway3?tab=readme-ov-file#network-configuration

This is a very outdated and useless protocol. I added H265 support to the input just for fun. Didn't really plan on spending much time to it. Who even uses...

Are you sure any streaming service support H265 inside RTMP?

Looks like you right. Youtube supports HEVC over RTMP. So support is worth it. https://support.google.com/youtube/answer/2853702?hl=en

Probably webrtc is not working for you. This can happen for a number of reasons: - closed ports (a common Frigate container problem) - wrong codecs - other

Check stream probe in the go2rtc WebUI