tags:

views:

370

answers:

1

Hi

I have been searching, but just can't find of how to use FFmpeg to play a WMA stream in Objective C.

Does anyone know of any ?

Thanks for your assistance.

A: 

FFmpeg is not a movie player it is a complete, cross-platform solution to record, convert and stream audio and video.

If you fancy digging through the source of MPlayer you can get an example on how to play movies in objective-c

MPlayer OS X is project based on MPlayer (The Movie Player for Linux) port to Mac OS X platform. It consist of compiled binaries of mplayer and mencoder , separate GUI for mencoder and standalone Cocoa player application based on mplayer binaries.

Nifle