huge import done

This commit is contained in:
Castillo, Gerard
2014-03-10 18:06:24 +01:00
parent 87de2c4b1c
commit 206fe69f83
2 changed files with 1 additions and 3 deletions

View File

@@ -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;

View File

@@ -83,7 +83,7 @@ int BasicRTSPOnlyServer::init_server() {
}
//setting livenessTimeoutTask
unsigned reclamationTestSeconds = 5;
unsigned reclamationTestSeconds = 25;
TaskScheduler* scheduler = BasicTaskScheduler::createNew();
env = BasicUsageEnvironment::createNew(*scheduler);