From d205173acdd721d581a88fe4788d1ec64b9c2055 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 3 Jun 2025 13:28:25 +0200 Subject: stream query short format --- stream/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'stream/src/lib.rs') diff --git a/stream/src/lib.rs b/stream/src/lib.rs index 8352eaf..9c62ac8 100644 --- a/stream/src/lib.rs +++ b/stream/src/lib.rs @@ -75,8 +75,6 @@ pub fn stream_head(spec: &StreamSpec) -> StreamHead { StreamContainer::MPEG4 => "video/mp4", }; match spec { - StreamSpec::Whep { .. } => cons("application/x-todo", false), - StreamSpec::WhepControl { .. } => cons("application/x-todo", false), StreamSpec::Remux { container, .. } => cons(container_ct(*container), true), StreamSpec::Original { .. } => cons("video/x-matroska", true), StreamSpec::HlsSuperMultiVariant { .. } => cons("application/vnd.apple.mpegurl", false), -- cgit v1.2.3-70-g09d2