I want to play one media stream by MPMoviePlayer, it can play h264 video but there is no sound output. I want to know is there any framework can handle the mpga audio ?
I can play it by VLC and got the media information as follow:
I want to play one media stream by MPMoviePlayer, it can play h264 video but there is no sound output. I want to know is there any framework can handle the mpga audio ?
I can play it by VLC and got the media information as follow:
Apple 的文档指出 MPMoviePlayerController 可以播放 iOS 原生支持的任何音频文件。
但不幸的是,“ mpga
”格式不是 iOS 原生支持的音频文件格式之一。
您将不得不找到一种方法将“ mpga
”轨道转换为 iOS 可以使用的东西。
MPGA 文件基本上是 mp3,但 AvPlayer 无法播放它们,因为它的文件扩展名。您可以轻松地将文件扩展名更改为 mp3,然后播放器将工作并可以播放文件。