kyutov
kyutov
@0-Al , thanks for your answer. Here is the detailed log from Putty: [putty.log](https://github.com/roleoroleo/yi-hack-Allwinner-v2/files/7313146/putty.log) Does it helps to determine what is causing the failure of the hack?
@0-Al , @roleoroleo , thank you for your answers. Previously I was decompressing the **.tgz** file with the hack on Mac OS and I was moving the uncompressed files to...
> Or, I could create a "hack like" procedure that rewrites the partition without the need of a serial adapter. I was thinking the same think when I wasn’t able...
@0-Al , thank you for your assistance! I have tried to reduce the size of the `init.sh` file by removing the unnecessary code (not related to h60ga). With the modified...
> ```ruby > #!/bin/sh > SUFFIX=h60ga > enable_4g= > PATH="/usr/bin:/usr/sbin:/bin:/sbin:/home/base/tools:/home/app/localbin:/home/base" > LD_LIBRARY_PATH="/lib:/usr/lib:/home/lib:/home/qigan/lib:/home/app/locallib:/tmp/sd:/tmp/sd/gdb" > export PATH > export LD_LIBRARY_PATH > NETWORK_IFACE=wlan0 > ulimit -c unlimited > ulimit -s 1024 > echo...
@roleoroleo - is it possible to stream audio through the speaker of the camera? I have two h60ga cameras. I'm trying to achieve this [Smart Baby Monitor](https://www.home-assistant.io/blog/2017/02/03/babyphone/). In short what...
Yes, I have already managed to capture the audio through the audio stream of the camera. Unfortunately the output creates audio file, which is continually feeded from the audio stream...
Wow, this is great! Thank you! I have tried both streaming ways (streamer/received and streaming using ffmpeg) and both of them are working. While using streamer/received I cannot control the...
Yes, I will go in this direction. Thanks for the suggestion and for the rtp streamer which you have created 👍
Hey @hristo-atanasov , @rudizl , I see that this PR is open for quite a long time. What needs to be done in order to pass the checks? Can I...