Skip to content

Commit 7145a97

Browse files
Update ovh-object-storage.md
1 parent 299b68f commit 7145a97

File tree

1 file changed

+18
-23
lines changed

1 file changed

+18
-23
lines changed

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

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,36 @@ Then, log in the http://your_ams_server:5080, enable Record Live Streams as MP4
2727

2828
Your MP4 files and Preview files will be uploaded to your OVH Object Storage automatically.
2929

30-
---
3130

32-
## Enable HTTP Forwarding for OVH Object Storage Playback
31+
## Enable HTTP Forwarding for Playback
3332

34-
When your MP4 or preview files are uploaded to OVH Object Storage, they are no longer available on the Ant Media Server local storage. If you try to play them directly from AMS using the usual URL, you may encounter a **404 Not Found** error.
33+
When your stream (mp4, m3u8 or preview) files are uploaded to OVH Object Storage, they are no longer available on the Ant Media Server local storage. If you try to play them directly from AMS using the usual URL, you may encounter a **404 Not Found** error.
3534

3635
To resolve this, enable **HTTP Forwarding** so Ant Media Server automatically redirects requests to your OVH Object Storage.
3736

3837
### Steps to Enable HTTP Forwarding
3938

40-
1. Log in to the **Ant Media Server Management Panel**.
41-
2. Navigate to your application (e.g., `LiveApp`) and go to
42-
**Application Settings → Advanced Settings**.
39+
1. Log in to the Ant Media Server Management Panel
40+
2. Navigate to your application (e.g., `LiveApp`) and go to **Application Settings → Advanced Settings**.
4341
3. Set the following properties:
4442

45-
```bash
46-
httpForwardingExtension: mp4,m3u8
47-
httpForwardingBaseURL: https://{s3BucketName}.{region}.cloud.ovh.net
48-
```
43+
```bash
44+
httpForwardingExtension: mp4,m3u8
45+
httpForwardingBaseURL: https://{s3BucketName}.{region}.cloud.ovh.net
46+
```
4947

50-
Example:
51-
```bash
52-
httpForwardingExtension: mp4,m3u8
53-
httpForwardingBaseURL: https://mybucket.gra.cloud.ovh.net
54-
```
48+
Example:
49+
50+
```bash
51+
httpForwardingExtension: mp4,m3u8
52+
httpForwardingBaseURL: https://mybucket.gra.cloud.ovh.net
53+
```
5554

56-
4. Save your settings and restart restart Ant Media Server.
55+
4. Save your settings
5756

58-
Now, when you access:
57+
## Playback
58+
59+
Once forwarding is set up, you can embed or share the playback URLs directly from AMS, and behind the scenes, the requests will be served from your OVH Object Storage.
5960

6061
```bash
6162
https://your-domain:5443/AppName/streams/recording.mp4
@@ -66,9 +67,3 @@ Ant Media Server will forward the request to:
6667
```bash
6768
https://mybucket.gra.cloud.ovh.net/streams/recording.mp4
6869
```
69-
70-
---
71-
72-
## Next Steps: Playback from OVH
73-
74-
Once forwarding is set up, you can embed or share the playback URLs directly from AMS, and behind the scenes, the requests will be served from your OVH Object Storage.

0 commit comments

Comments
 (0)