Skip to content

Commit 9428568

Browse files
committed
Merge branch 'feature/nanoplayer-reconnect-update' into 'main'
nanoplayer_feature_reconnect_timeouts: remove outdated unsupported notice for iOS See merge request doc/nano-docs!117
2 parents d4e9b17 + bf47995 commit 9428568

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/nanoplayer/nanoplayer_feature_reconnect_timeouts.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ sidebar_label: Reconnect and Timeouts
88

99
The **nanoStream H5Live Player** can use an internal reconnect in case the network connection is broke up.
1010

11-
Internal network reconnect is **supported on all platforms except iOS**. iOS media stream connections cannot be managed by the player, but by the browser and system.
12-
For the supported platforms automatic network reconnect is handling two main cases:
11+
The automatic network reconnect is handling two main cases:
1312
* Initial connect failing
1413
* Connection break up during streaming
1514

@@ -26,9 +25,6 @@ the player will fire an [`onError`](./nanoplayer_api/#NanoPlayer..event_onError)
2625
The internal reconnect handles network connection break up only! It doesn't handle non network related stream break ups or pause reasons different then `normal`.
2726
:::
2827

29-
:::caution Important
30-
Reconnect is not supported on iOS!
31-
:::
3228

3329
### Configuration {#reconnect-configuration}
3430

0 commit comments

Comments
 (0)