Add RTSP support via live555
This commit is contained in:
5
rtsp/rtsp.h
Normal file
5
rtsp/rtsp.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
int rtsp_server();
|
||||
bool rtsp_h264_needs_buffer();
|
||||
void rtsp_h264_capture(struct buffer_s *buf);
|
Reference in New Issue
Block a user