From c7a8c3d7bd4bd8aac19bb8e46bca4c4cd2d907ab Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sat, 3 Apr 2021 17:45:37 +0200 Subject: [PATCH] add information about the golang rtsp server --- protocols.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protocols.md b/protocols.md index 0e3f1bc..4af96fc 100644 --- a/protocols.md +++ b/protocols.md @@ -28,3 +28,7 @@ * Error handling SETUP: Can't call method "get_stream" on an undefined value at /usr/share/perl5/RTSP/Server/Client/Connection.pm line 100. * RTSP/Server/Connection.pm:332, function get_mount * https://github.com/aler9/rtsp-simple-server + * `make release-nodocker` (optionally after commenting out all unneeded + architectures in `Makefile`, and maybe also the call to tar. Cf. ./tmp + and ./release afterwards) + * Default port for both sources and clients: 8554 -- 2.39.5