From 30e3d18c6ec50572365baaaaa3542769e82e763a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 30 Sep 2023 15:21:57 +0200 Subject: move some files around for new remuxer + small changes --- stream/src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'stream/src/lib.rs') diff --git a/stream/src/lib.rs b/stream/src/lib.rs index 5051b18..5f9edb9 100644 --- a/stream/src/lib.rs +++ b/stream/src/lib.rs @@ -1,3 +1,11 @@ +/* + This file is part of jellything (https://codeberg.org/metamuffin/jellything) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2023 metamuffin +*/ +pub mod hls; +pub mod segment; + use anyhow::{anyhow, bail, Context, Result}; use jellybase::CONF; use jellycommon::{ -- cgit v1.2.3-70-g09d2