Ijkplayer: rtp protocol not found

Created on 1 Nov 2016  ·  2Comments  ·  Source: bilibili/ijkplayer

i play a movie,but play fail,the log tell me the protocol not found,why?

Most helpful comment

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"

All 2 comments

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"
Was this page helpful?
0 / 5 - 0 ratings