---
title: AVSystemRoute.LaunchMode.player
framework: avsystemrouting
role: symbol
role_heading: Case
path: avsystemrouting/avsystemroute-5s2um/launchmode/player
---

# AVSystemRoute.LaunchMode.player

Launches the system’s built-in media player on the remote device.

## Declaration

```swift
case player
```

## Mentioned in

Routing and streaming media to remote devices Routing media to third-party devices

## Discussion

Discussion Use this mode when you want to use the remote device’s built-in media player instead of launching a custom application. This provides a standardized playback experience without requiring a corresponding application to be installed on the remote device. To support the AVSystemRoute.LaunchMode.player launch mode, the MDESupportsUniversalURLPlayback key must be set in the app’s Info.plist file. For example: <key>MDESupportsUniversalURLPlayback</key> <true/> important: If MDESupportsUniversalURLPlayback is not set to true, calls to start() fail.
