Extracting ID3 tags from MP3 over HTTP Live Streaming

后端 未结 3 2023
长情又很酷
长情又很酷 2020-12-29 10:47

I\'ve been having quite a difficult time extracting ID3 information from an MP3 being streamed over Live HTTP Streaming (using the Wowza media server, if anyone is curious).

3条回答
  •  天涯浪人
    2020-12-29 11:11

    You need to register a subclass of NSURLProtocol in Appdelegate didFinishLaunchingWithOptions method.

    then you can see the response of the request made by your video player

提交回复
热议问题