Skip to content

Commit 3dbb620

Browse files
committed
RTSP proxy refactoring
1 parent bda316f commit 3dbb620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtsp_server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ main (int argc, char *argv[])
8080
factory = gst_rtsp_media_factory_new ();
8181

8282
snprintf(buf, sizeof(buf),
83-
"( udpsrc port=5600 ! application/x-rtp,media=video,clock-rate=90000,encoding-name=H%d ! rtph%ddepay ! rtph%dpay name=pay0 pt=96 aggregate-mode=zero-latency mtu=%d )",
83+
"( udpsrc port=5600 ! application/x-rtp,media=video,clock-rate=90000,encoding-name=H%d ! rtph%ddepay ! rtph%dpay name=pay0 pt=96 config-interval=1 aggregate-mode=zero-latency mtu=%d )",
8484
mode, mode, mode, mtu);
8585

8686
gst_rtsp_media_factory_set_launch (factory, buf);

0 commit comments

Comments
 (0)