Skip to content

Commit

Permalink
Remove default for allowed_media_types. Closes Motion-Project#1665
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Jul 9, 2023
1 parent 40ecd71 commit fd29523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/netcam_rtsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,6 @@ static void netcam_rtsp_set_options(struct rtsp_context *rtsp_data)
MOTION_LOG(INF, TYPE_NETCAM, NO_ERRNO,_("%s: Setting rtsp/rtmp")
,rtsp_data->cameratype);
util_parms_add_default(rtsp_data->parameters,"rtsp_transport","tcp");
util_parms_add_default(rtsp_data->parameters,"allowed_media_types", "video");

} else if (strncmp(rtsp_data->service, "http", 4) == 0 ) {
MOTION_LOG(INF, TYPE_NETCAM, NO_ERRNO
Expand Down

0 comments on commit fd29523

Please sign in to comment.