Add RTSP support via live555

This commit is contained in:
Kamil Trzcinski
2022-08-25 15:28:45 +02:00
parent 7a584dc16d
commit d49169070a
7 changed files with 295 additions and 4 deletions

5
rtsp/rtsp.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
int rtsp_server();
bool rtsp_h264_needs_buffer();
void rtsp_h264_capture(struct buffer_s *buf);