Streaming Audio MMS:// to the iPhone

前端 未结 3 676
南方客
南方客 2020-12-31 12:02

I\'d like to stream a mms:// url to my iPhone app, but so far information on the topic is hard to come by. I know there are a couple apps out there that can do

3条回答
  •  醉话见心
    2020-12-31 12:47

    Use the kxmovie (https://github.com/kolyvan/kxmovie) as example

    I searched in many examples but only this code worked.

    In the url I replace mms:// to mmsh:// - MMS (Microsoft Media Server) protocol over HTTP.

    Look ffmpeg documentation (http://www.ffmpeg.org/ffmpeg-protocols.html#mmst)

提交回复
热议问题