Results 9 comments of javacom

following the post I have edited the grub and regenerate then reboot. But the internal and external microphone are still not working.

To install in cygwin x64, type these commands `wget --no-check-certificate https://github.com/rprichard/winpty/releases/download/0.4.2/winpty-0.4.2-cygwin-2.6.1-x64.tar.gz` `mkdir -p /usr/local` `tar xzvf winpty-0.4.2-cygwin-2.6.1-x64.tar.gz -C /usr/local/ --strip 1`

> Why should certificate checking be disabled? because user did not install the cygwin package **ca-certificates** by default and have to specify the --ca-directory=/usr/ssl/certs

I would suggest the custom url tab to enhance and support importing m3u8 playlist and save in the cache that could possibily populate a new viewcontroller with custom stream url...

Can you find an Android Linux image arm64 binary ? Or can you create a docker image for that with all the arm64 Linux and sdk tools like the existing...

You should use screen to start the vm instead of nohup which is not suitable for job with tty output. e.g. screen -S vm # to start a screen with...

You have to setup network bridge in your ubuntu vm https://www.tecmint.com/create-network-bridge-in-ubuntu/amp/

I think you can install packages in the existing Ubuntu vm via the NAT for outgoing traffic. If not, you did not set it up properly in the first place...

Ok I end up using the port forwarding on macOS similar to the win10 wsl2 to port forward from the os to the ipaddress of the vm. Just like I...