From ed51a5487df89a6f8e5df641fa76177ed6d39109 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 11 May 2022 18:16:31 -0500 Subject: [PATCH] Added example --- docs/HowToFindVideos.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/HowToFindVideos.md b/docs/HowToFindVideos.md index 893442e..a60a74c 100644 --- a/docs/HowToFindVideos.md +++ b/docs/HowToFindVideos.md @@ -5,9 +5,7 @@ | Mux | http://localhost:3252/api/Storage/File/Mux/{Id}.mkv | http://localhost:3252/api/Storage/VideoRes/0/{Id} | Mux/{Id}.mkv | | PreMuxed | http://localhost:3252/api/Storage/File/PreMuxed/{Id}.{Container} | http://localhost:3252/api/Storage/VideoRes/1/{Id} | PreMuxed/{Id}.{Container} | | AudioOnly | http://localhost:3252/api/Storage/File/AudioOnly/{Id}.{Container} | http://localhost:3252/api/Storage/VideoRes/2/{Id} | AudioOnly/{Id}.{Container} | -| VideoOnly | http://localhost:3252/api/Storage/File/VideoOnly/{Id}.{Container} | http://localhost:3252/api/Storage/VideoRes/3/{Id} | VideoOnly/{Id}.{Container} | -| - +| VideoOnly | http://localhost:3252/api/Storage/File/VideoOnly/{Id}.{Container} | http://localhost:3252/api/Storage/VideoRes/3/{Id} | VideoOnly/{Id}.{Container} | # What you should see before this [StreamInfo](StreamInfo.md) (this is required to get {Container})
[Resolution](Resolution.md) (this is recomended so you know what the resolution numbers mean) \ No newline at end of file