Skip to content

Commit 34fd7a8

Browse files
Update wasabi-storage.md
1 parent feb46ed commit 34fd7a8

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

docs/guides/recording-live-streams/s3-recording-and-integration/wasabi-storage.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,35 @@ Your MP4 files and Preview files will be uploaded to your Wasabi storage automat
2424

2525
---
2626

27-
## Enable HTTP Forwarding for Wasabi Storage Playback
27+
## Enable HTTP Forwarding for Playback
2828

29-
When your MP4 or preview files are uploaded to Wasabi Storage, they are no longer available on Ant Media Server local storage. If you try to play them directly from AMS URLs, you may encounter a **404 Not Found** error.
29+
When your stream (mp4, m3u8 or preview) files are uploaded to Wasabi Storage, they are no longer available on Ant Media Server local storage. If you try to play them directly from AMS URLs, you may encounter a **404 Not Found** error.
3030

31-
To fix this, enable **HTTP Forwarding** so Ant Media Server redirects playback requests to your Wasabi bucket.
31+
To resolve this, enable **HTTP Forwarding** so Ant Media Server automatically redirects requests to your OVH Object Storage.
3232

3333
### Steps to Enable HTTP Forwarding
3434

35-
1. Log in to the **Ant Media Server Management Panel**.
36-
2. Navigate to your application (e.g., `LiveApp`) and go to
37-
**Application Settings → Advanced Settings**.
35+
1. Log in to the Ant Media Server Management Panel
36+
2. Navigate to your application (e.g., `LiveApp`) and go to **Application Settings → Advanced Settings**.
3837
3. Set the following properties:
3938

40-
```bash
41-
httpForwardingExtension: mp4,m3u8
42-
httpForwardingBaseURL: https://{bucket-name}.s3.{region}.wasabisys.com
43-
```
39+
```bash
40+
httpForwardingExtension: mp4,m3u8
41+
httpForwardingBaseURL: https://{bucket-name}.s3.{region}.wasabisys.com
42+
```
4443

45-
Example:
44+
Example:
4645

47-
```bash
48-
httpForwardingExtension: mp4,m3u8
49-
httpForwardingBaseURL: https://mybucket.s3.us-east-1.wasabisys.com
50-
```
46+
```bash
47+
httpForwardingExtension: mp4,m3u8
48+
httpForwardingBaseURL: https://mybucket.s3.us-east-1.wasabisys.com
49+
```
50+
51+
4. Save your settings
5152

52-
4. Save your settings and restart Ant Media Server.
53+
## Playback
54+
55+
Once forwarding is configured, you can share or embed your AMS URLs as usual. The media will actually be served from Wasabi, while users continue to use your Ant Media Server domain.
5356

5457
Now, when you access:
5558

@@ -63,8 +66,3 @@ Ant Media Server will forward the request to:
6366
https://mybucket.s3.us-east-1.wasabisys.com/streams/recording.mp4
6467
```
6568

66-
---
67-
68-
## Next Steps: Playback from Wasabi Storage
69-
70-
Once forwarding is configured, you can share or embed your AMS URLs as usual. The media will actually be served from Wasabi, while users continue to use your Ant Media Server domain.

0 commit comments

Comments
 (0)