This commit is contained in:
van Hauser 2015-05-07 17:50:25 +02:00
parent 7b4c5aee18
commit 392251f218

View file

@ -74,7 +74,7 @@ void create_core_packet(int control, char *ip, int port) {
} }
} else { } else {
if (strlen(packet2) <= 0) { if (strlen(packet2) <= 0) {
sprintf(packet2, "DESCRIBE rtsp://%s.260:%i RTSP/1.0\r\nCSeq: 3\r\n", target, port); sprintf(packet2, "DESCRIBE rtsp://%.260s:%i RTSP/1.0\r\nCSeq: 3\r\n", target, port);
} }
} }
} }