i play a movie,but play fail,the log tell me the protocol not found,why?
duplicated with #2198
try to enable rtp protocol in config/module-lite.sh before ffmpeg compile
-export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-protocol=rtp"
it is disabled by default
also if you want to enable rtsp you need to add folowing
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-demuxer=rtsp"
Most helpful comment
try to enable rtp protocol in
config/module-lite.shbefore ffmpeg compileit is disabled by default
also if you want to enable
rtspyou need to add folowing