Open igrooves opened 6 years ago
Hi
I've rebuilt FFMPEG with the following setup...
ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers built with Apple LLVM version 9.0.0 (clang-900.0.39.2) configuration: --prefix=/usr/local --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-libxvid --enable-libfreetype --enable-libvorbis --enable-libvpx --enable-libass --enable-ffplay --enable-libfdk-aac --enable-libopus --enable-libx265 --disable-lzma --enable-nonfree --enable-network --enable-protocol=tcp --enable-protocol=udp --enable-protocol=rtp --enable-demuxer=rtsp
Always errors with the following: rtsp://<ip>:5000/47684128.sdp: Protocol not found Did you mean file:rtsp://<ip>:5000/47684128.sdp?
rtsp://<ip>:5000/47684128.sdp: Protocol not found Did you mean file:rtsp://<ip>:5000/47684128.sdp?
Can you supply the configuration you used to get this working?
Cheers.
No, the protocol is indeed RTSP.
See Protocol-Options, setting the enabled protocols may help when you call the ffmpeg. Try to add here rtsp.
Hi
I've rebuilt FFMPEG with the following setup...
ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers built with Apple LLVM version 9.0.0 (clang-900.0.39.2) configuration: --prefix=/usr/local --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-libxvid --enable-libfreetype --enable-libvorbis --enable-libvpx --enable-libass --enable-ffplay --enable-libfdk-aac --enable-libopus --enable-libx265 --disable-lzma --enable-nonfree --enable-network --enable-protocol=tcp --enable-protocol=udp --enable-protocol=rtp --enable-demuxer=rtsp
Always errors with the following:
rtsp://<ip>:5000/47684128.sdp: Protocol not found Did you mean file:rtsp://<ip>:5000/47684128.sdp?
Can you supply the configuration you used to get this working?
Cheers.