Playing .flv files on iphone

前端 未结 5 638
孤街浪徒
孤街浪徒 2020-12-15 12:14

I have a webservice returning .flv file, it has to be played in iphone application, how do i play a .flv (flash file) in iphone?

Does anyone has faced this scenario

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 12:43

    I would recommend setting up your webservice to use something like ffmpeg ( http://www.ffmpeg.org/ ) to convert the .flv file to an mp4 file which can be played directly from the iPhone's web browser.

提交回复
热议问题