mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-07 13:05:39 +00:00
huge import done
This commit is contained in:
@@ -59,9 +59,7 @@ static const uint8_t start_sequence[] = { 0, 0, 0, 1 };
|
||||
int fill_coded_frame_from_sps(struct video_frame *rx_data, unsigned char *data, int data_len);
|
||||
|
||||
int decode_frame_h264(struct coded_data *cdata, void *decode_data) {
|
||||
|
||||
rtp_packet *pckt = NULL;
|
||||
int substream = 0;
|
||||
struct coded_data *orig = cdata;
|
||||
|
||||
uint8_t nal;
|
||||
|
||||
@@ -83,7 +83,7 @@ int BasicRTSPOnlyServer::init_server() {
|
||||
}
|
||||
|
||||
//setting livenessTimeoutTask
|
||||
unsigned reclamationTestSeconds = 5;
|
||||
unsigned reclamationTestSeconds = 25;
|
||||
|
||||
TaskScheduler* scheduler = BasicTaskScheduler::createNew();
|
||||
env = BasicUsageEnvironment::createNew(*scheduler);
|
||||
|
||||
Reference in New Issue
Block a user