How could I transplantation Mplayer to iOS? and make it support SMB?
I build the ffmpeg,but the other thing is I do not know how to make this support smb.
what I want is to developer a player support smb on iOS .
I typed in ffmpeg smb support into google. And it came back with this part of the official documentation that you obviously should read about FFmpeg's supported protocols. It describes the smb://
protocol, which according to the heading, depends on libsmbclient (from the SAMBA project).
You will have to port libsmbclient to iOS, too, and build FFmpeg with smb support, make sure that iOS allows you to access the network like you'd need to to support SMB, and test things.