Category Archives: Uncategorized

Stream TVHeadend using TiviMate

I used to install Kodi with TVHeadend plugin. But on a new Google TV I had issues with Kodi not starting under child profile, because of some bug with permission issues to the storage.

TiviMate seams to be working fine, you just need to add Playlist URL and EPG URL.

http://tvheadend:9981/playlist/channels.m3u
http://tvheadend:9981/xmltv/channels

MikroTik and L2TP alternative for Android

Android 12 dropped support for L2TP. If you are looking for alternative and OpenVPN is not possible, because it’s setup in TAP mode, which is not supported on Android nor iPhone, you may try SSTP instead. SSTP (Secure Socket Tunneling Protocol) is protocol developed by Microsoft.

There is a open source client Open SSTP available Google Play. However MikroTik’s PAP implementation does not seem to work, so your only option is to use MS-CHAPv2, but it is more secure anyway!

GService causing Windows 11 to sleep when RPD session ends?

I was struggling with this issue for a while. After I updated my PC with Windows 10 to Windows 11. I used to connect to this PC remotely using RDP. Any time I disconnected from RDP the PC went to sleep.

I was not able to find anything relevant on Google.

After some more digging in Event Viewer I found some events related to GCloud a part of GService which is software provided by GIGABYTE.

After I uninstalled GService the problem finally disappeared!