Skip to content

Instantly share code, notes, and snippets.

View muchamad-nurudin's full-sized avatar

slump muchamad-nurudin

View GitHub Profile
@muchamad-nurudin
muchamad-nurudin / README.md
Created August 18, 2024 18:22 — forked from mrbar42/README.md
Secured HLS setup with Nginx as media server

Secured HLS setup with Nginx as media server

This example is part of this article.

This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features:

  • Domain filtering
  • Referrer filtering
  • Embed buster
@muchamad-nurudin
muchamad-nurudin / AdbCommands
Created November 6, 2021 16:32 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader