-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
966b2d6
commit 2563fb1
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# ``MuxUploadSDK`` | ||
|
||
Allow your users to upload content directly to Mux from iOS or iPadOS. | ||
|
||
## Overview | ||
|
||
Use the Swift Upload SDK along with Direct Uploads to upload content directly to Mux without needing any intermediary steps using an authenticated URL. | ||
|
||
You still get to control who gets an authenticated URL, how long it's viable, and, of course, the Asset settings used when the upload is complete. | ||
|
||
Create a direct upload URL as [described here](https://docs.mux.com/guides/video/upload-files-directly#1-create-an-authenticated-mux-url). | ||
|
||
Then | ||
|
||
The Upload SDK handles the networking and file chunking needed to upload video input files for you. | ||
|
||
Using Direct Uploads your application can upload content directly to Mux without needing any intermediary steps using an authenticated URL. | ||
|
||
You still get to control who gets an authenticated URL, how long it's viable, and, of course, the Asset settings used when the upload is complete. | ||
|
||
## Topics | ||
|
||
### Options | ||
|
||
- <doc:Options> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Options | ||
|
||
### Transport | ||
|
||
### Input Standardization | ||
|
||
### EventTracking |