sbooth / SFBAudioEngine

A powerhouse of audio functionality for macOS and iOS
https://sbooth.github.io/SFBAudioEngine/
MIT License
552 stars 87 forks source link

how to play http/https online streaming? #148

Closed cendolinside123 closed 4 years ago

cendolinside123 commented 4 years ago

is this library support for play http/https online streaming? If this library capable to play http/https online streaming can I get the example? Thank you

sbooth commented 4 years ago

Streaming via https is handled by SFBHTTPInputSource for the supported file formats. SimplePlayer has a minimal example for streaming. Instead of a file URL pass a network URL to SFBAudioPlayer or SFBAudioDecoder.