pull/2077/head
Isaac Connor 2017-08-15 13:44:23 -04:00
parent 38111e80a5
commit 591fdfe68c
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ int FfmpegCamera::OpenFfmpeg() {
} else if ( method == "rtpRtspHttp" ) { } else if ( method == "rtpRtspHttp" ) {
ret = av_dict_set(&opts, "rtsp_transport", "http", 0); ret = av_dict_set(&opts, "rtsp_transport", "http", 0);
} else { } else {
Warning("Unknown method (%s)", method); Warning("Unknown method (%s)", method.c_str() );
} }
if ( ret < 0 ) { if ( ret < 0 ) {