Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios HTTP音频流框架?_Ios_Http_Mpmovieplayercontroller_Avfoundation - Fatal编程技术网

Ios HTTP音频流框架?

Ios HTTP音频流框架?,ios,http,mpmovieplayercontroller,avfoundation,Ios,Http,Mpmovieplayercontroller,Avfoundation,我正在创建要播放的广播应用程序(选项卡式应用程序) 到目前为止,我已经使用了AVFoundation-AVAudioPlayer、AVPlayer和MPMoviePlayer框架 音量滑块(MPVolumeView)遇到问题/无法查看音量滑块 我的问题是,实现以下任务的最佳推荐框架是什么 使用播放、暂停和音量滑块播放m3u http流?使用mattgallagher的音频流,它是库,用于音频流。根据你的要求,你应该使用这个 参考库。您是在设备上测试还是在模拟器上测试?模拟器不支持使用MPVolu

我正在创建要播放的广播应用程序(选项卡式应用程序)

到目前为止,我已经使用了AVFoundation-AVAudioPlayer、AVPlayer和MPMoviePlayer框架

音量滑块(MPVolumeView)遇到问题/无法查看音量滑块

我的问题是,实现以下任务的最佳推荐框架是什么


使用播放、暂停和音量滑块播放m3u http流?

使用
mattgallagher的
音频流
,它是
,用于
音频流
。根据你的要求,你应该使用这个


参考库。

您是在设备上测试还是在模拟器上测试?模拟器不支持使用MPVolumeView(路由按钮和音量滑块)。