React-native-track-player: Why no HLS support on IOS

Created on 26 Oct 2017  路  4Comments  路  Source: react-native-kit/react-native-track-player

Reading the doc about platform support, it says that the IOS version doesn't support HLS or DASH. How can we play this type of streaming on IOS using this player ?

Thanks

Enhancement iOS

Most helpful comment

@amed You can simply use your HLS/IceCast stream URL as 'url' when you call TrackPlayer.add().

All 4 comments

@moduval I can play an HLS stream on iOS with TrackPlayer. I can also play IceCast 2.4 streams.

@SatoshiInoue Can you please provide an example?

@amed You can simply use your HLS/IceCast stream URL as 'url' when you call TrackPlayer.add().

@moduval were you able to get HLS running on iOS?

If it does indeed work, the documentation should be updated within the project README as well as here.

Was this page helpful?
0 / 5 - 0 ratings