DLGPlayer
DLGPlayer copied to clipboard
A media player for iOS based on FFmpeg 4.0
您好,我是今日头条互娱研发上海HR Sunny,有幸看到您的palyer相关项目分享,希望有机会和您认识,不知道是否方便加个微信沟通,我的微信是fengzhigu-s,期待您的回复。
I'm try to paly a local .flv file,failed.But loacl .mp4 file is OK. And kxMovie can play the .flv file,the same file。 Here is the code. _vcDLGPlayer.url = [[NSBundle mainBundle]...
Currently, seeking is only available mid-playback. This is a first attempt to add support for seeking when playback is paused. I tested with local files only so far.
Without this line, I was not able to play a filed copied through iTunes file sharing.
Currently, compiling the demo will create about 421 warnings like this: **Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior**
I have a question. Does this player plays also local files (on iPad/iPhone) or only by http streaming? Thanks in response.
not a bug but a request, can you add the functionality to record or save any streamed media? ex: playing rtsp stream on the player and you press a button...
I'm following every step here https://github.com/DeviLeo/DLGPlayer/blob/master/How_to_build_ffmpeg_with_openssl.md Finally, running "build-ffmpeg-openssl.sh", the script will stop after a few seconds saying "Error: openssl not found" I found out that openssl is not in...