]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
temporarily disable the metadata pipe feed.
authorMike Brady <mikebradydublin@icloud.com>
Thu, 28 May 2020 18:50:03 +0000 (19:50 +0100)
committerMike Brady <mikebradydublin@icloud.com>
Thu, 28 May 2020 18:50:03 +0000 (19:50 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 70d5dcc8b3b848776e378d89c8fdbe2ccb97e064..14807f745fee341f6cde44d5c406b5796218fc91 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -1452,8 +1452,8 @@ void *metadata_thread_function(__attribute__((unused)) void *ignore) {
     // debug(1,"pc_queue get item.");
     pthread_cleanup_push(metadata_pack_cleanup_function, (void *)&pack);
     if (config.metadata_enabled) {
-       debug(1, "metadata_process type %x, code %x and length %u.", pack.type, pack.code, pack.length);
-      metadata_process(pack.type, pack.code, pack.data, pack.length);
+       // debug(1, "metadata_process type %x, code %x and length %u.", pack.type, pack.code, pack.length);
+      // metadata_process(pack.type, pack.code, pack.data, pack.length);
 #ifdef CONFIG_METADATA_HUB
        debug(1, "metadata_hub_process.");
       metadata_hub_process_metadata(pack.type, pack.code, pack.data, pack.length);