swifter icon indicating copy to clipboard operation
swifter copied to clipboard

[Question] Create HLS Server

Open Goule opened this issue 5 years ago • 1 comments

Hello,

Do you think it's possible to create HLS server to receive HLS stram with this framework ?

Thanks

Goule avatar May 13 '20 15:05 Goule

Hi @Goule. It's definitely possible. I just implemented a very basic hls mock server to make my UITests more robust and enable offline support. My package might not be exactly what you need but it should be good starting point: https://github.com/fruitcoder/SwifterHlsMock

fruitcoder avatar Jun 16 '21 15:06 fruitcoder