How to play m3u audio stream in iOS app

后端 未结 2 413
走了就别回头了
走了就别回头了 2020-12-19 18:59

I\'m trying to create an iOS/iPhone radio app using Xcode 4.5.2.

I wanted to stream @\"http://xx.xxxxxxx.com/8111/radio.m3u\" with play, pause, volume control and ab

2条回答
  •  借酒劲吻你
    2020-12-19 19:41

    There are Two way to achieve this.

    1. You can directly load you URL in UIWebView and it will properly.
    2. You can also use MPMoviePlayerController.

提交回复
热议问题