9 lines
		
	
	
		
			136 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| typedef struct rtsp_options_s {
 | |
|   bool running;
 | |
|   uint port;
 | |
| } rtsp_options_t;
 | |
| 
 | |
| int rtsp_server(rtsp_options_t *options);
 | 
