[TSM.ID].[11031972] PXE : Platform X Ecosystem I [119 Module -REAL LIVE-] Fix: missing mods, dead_code, ebpf/omega added
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![deny(warnings)]
|
||||
#![allow(dead_code)]
|
||||
//! [TSM.ID].[11031972] -- Platform X Ecosystem
|
||||
//! xcu-ingest -- Media Ingestion Server (RTMP/HLS/DASH)
|
||||
pub mod server;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#![deny(warnings)]
|
||||
//! [TSM.ID].[11031972] -- xcu-ingest server submodule
|
||||
/// Ingest server utilities — main logic is in lib.rs
|
||||
pub fn protocol_version() -> u8 { 1 }
|
||||
Reference in New Issue
Block a user