Closed maci3k90 closed 4 years ago
Hello.
What I have already tried:
--enable-libsrt --extra-cflags="-I$BUILD/build_libs/include" --extra-ldflags="-L$BUILD/build_libs/lib"
Process has ended successfully. Unfortunately for command:
./mpv srt://localhost:8090
mpv says:
No protocol handler found to open URL srt://localhost:8090 The protocol is either unsupported, or was disabled at compile-time.
Compiled ffmpeg binaries (including ffplay) works with srt.
What I have missed?
Prefix with av:// (I think) to use ffmpeg's protocol matching.
av://
Hello.
What I have already tried:
--enable-libsrt --extra-cflags="-I$BUILD/build_libs/include" --extra-ldflags="-L$BUILD/build_libs/lib"
Process has ended successfully. Unfortunately for command:
./mpv srt://localhost:8090
mpv says:
No protocol handler found to open URL srt://localhost:8090 The protocol is either unsupported, or was disabled at compile-time.
Compiled ffmpeg binaries (including ffplay) works with srt.
What I have missed?