Move http/ and rtsp/ into output/

This commit is contained in:
Kamil Trzcinski
2022-09-02 22:06:19 +02:00
parent 17ec167dd9
commit dd3aa47805
11 changed files with 36 additions and 24 deletions

12
output/rtsp/rtsp.h Normal file
View File

@ -0,0 +1,12 @@
#pragma once
typedef struct rtsp_options_s {
uint port;
} rtsp_options_t;
extern rtsp_options_t rtsp_options;
int rtsp_server();
bool rtsp_h264_needs_buffer();
void rtsp_h264_capture(struct buffer_s *buf);
void rtsp_h264_low_res_capture(struct buffer_s *buf);