bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.54k stars 8.13k forks source link

How to play .mdp ? #4658

Open shangshu-litao opened 5 years ago

shangshu-litao commented 5 years ago

https://vdse1.bdstatic.com//de4664e71a032d24a2fa36b670433f25_dash_720_5.mpd: Invalid data found when processing input

wnpllrzodiac commented 5 years ago

use ffmpeg 4.x

ZH4NGKAI commented 5 years ago

ffmpeg

I have used ffmpeg4.0, but that didn't work. When I played ".mpd" file, it shows "unknown".

JerryZhou commented 3 years ago

export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-demuxer=dash"

zhouwg commented 3 years ago

OpenSSL_1_1_1-stable & FFmpeg4.4 working well with arch-eabi "armv7 arm64 i386 x86_64" for target iOS

playback DASH content was enabled by add libiconv & libxml2 in the project for target Android & iOS

RTSP playback issue was fixed for target Android, but not working for target iOS at the moment

refer to:

https://github.com/zhouwg/ijkplayer/blob/dev-baseon-latest-k0.8.8/NEWS.md

pls close the issue if it's useful for you

thanks