deimus
deimus

Reputation: 9883

video playing sample on iPhone using libffmpeg

can someone please provide a reference or an example on usage of libffmpeg library for playing video files not supported by apple.

Let consider mkv file. I suppose the library decodes and passes the raw media data to AVFoundation objects to play it on device. Am I right ?

Upvotes: 0

Views: 4275

Answers (2)

mkko
mkko

Reputation: 4532

One alternative to look at is kxmovie project on GitHub.

Upvotes: 0

deimus
deimus

Reputation: 9883

Another useful example is ffmpeg4iphone project it does have Player class which does actually playing the video and audio channel

Upvotes: 0

Related Questions