diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-30 15:21:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-30 15:21:57 +0200 |
commit | 30e3d18c6ec50572365baaaaa3542769e82e763a (patch) | |
tree | 3eade459fe488729bbe61dd85ac49948d5e24ef7 /stream/src/lib.rs | |
parent | d0d8316a015fa0434c2871541b83ea0aca781a99 (diff) | |
download | jellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar jellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar.bz2 jellything-30e3d18c6ec50572365baaaaa3542769e82e763a.tar.zst |
move some files around for new remuxer + small changes
Diffstat (limited to 'stream/src/lib.rs')
-rw-r--r-- | stream/src/lib.rs | 8 |
1 files changed, 8 insertions, 0 deletions
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 <metamuffin.org> +*/ +pub mod hls; +pub mod segment; + use anyhow::{anyhow, bail, Context, Result}; use jellybase::CONF; use jellycommon::{ |