For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
StatusSupportDiscussionsLog inSign Up
Docs HomeAPI ReferenceVideo on DemandAI FeaturesLive StreamingVideo PlayerVideo DataCloud PlayoutRecipes
Docs HomeAPI ReferenceVideo on DemandAI FeaturesLive StreamingVideo PlayerVideo DataCloud PlayoutRecipes
  • Player SDKs
    • Introduction
  • Web player
    • Install the FastPix web player
    • Play uploaded videos
    • Handle playback errors
  • Android player
    • Install FastPix Android player
    • Set up the player
    • Play uploaded videos
    • Handle playback errors
  • iOS player
    • Install FastPix iOS player
    • Play uploaded videos
    • Handle playback errors
      • Secure video playback
      • Play DRM-protected content
      • Use a custom domain
      • Switch audio tracks
      • Switch subtitle tracks
      • Add seek preview thumbnails
      • Enable Picture-in-Picture
      • Enable full-screen mode
      • Manage playlists
      • Add skip controls
      • Handle network changes
  • Flutter player
    • Install FastPix Flutter player
    • Play uploaded videos
    • Handle playback errors
LogoLogo
StatusSupportDiscussionsLog inSign Up
On this page
  • Key behaviors
iOS playerAdvanced features

Handle network changes

Was this page helpful?
Previous

Set up on tvOS

Next
Built with

Learn how the FastPix iOS Player handles network connectivity changes during playback.

The FastPix iOS Player SDK includes built-in network awareness to handle real-world connectivity changes during playback.

Key behaviors

  • Automatically detects network changes (Wi-Fi, Cellular, Offline).
  • Pauses playback when the network is lost.
  • Optionally resumes playback when the network is restored.
  • Improves stability during buffering, stalls, and network switches.
  • Exposes network state updates so your app can show custom UI like “No Internet” or “Reconnecting.”

Note: The SDK handles playback logic, while your app controls the UI and retry behavior.