How to play a video file from the URL of type .3gp

前端 未结 2 975
慢半拍i
慢半拍i 2021-01-16 23:51

Thanks in advance. I want to implement the code to play a video in iphone programatically from URL. I have written the code like this .

 NSURL *url = [NSURL          


        
2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-17 00:03

    We can also able to play files with .3gp extension, but to play we need some compression standards for that converted the file into all mobile supported formats means (3GPP - Mobile Balanced Quality [H.263 near 128 kbps, 10 fps, 128*96; AMR)). So it is playing now.

提交回复
热议问题