mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-24 03:44:07 +02:00
6 lines
110 B
C
6 lines
110 B
C
#pragma once
|
|
|
|
int rtsp_server();
|
|
bool rtsp_h264_needs_buffer();
|
|
void rtsp_h264_capture(struct buffer_s *buf);
|