play local files to a DLNA Renderer

This commit is contained in:
2026-07-30 23:27:55 +02:00
parent 5fe5ae2976
commit 07ed0917e9
7 changed files with 1056 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#lang racket/base
(require "dlna-player.rkt")
(provide
(all-from-out "dlna-player.rkt"))