Skip to content

Commit

Permalink
Change the URL to the simple express server to point to rt-common-sha…
Browse files Browse the repository at this point in the history
…red (#98)
  • Loading branch information
dsilhavy authored Nov 6, 2024
1 parent 36f0a7e commit b5162fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/5g-media-streaming/tutorials/end-to-end-with-5g.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For details please refer to the [corresponding documentation](../../5g-core-netw
## Server-side Setup
### Step 0: Using a local server (Skip if your content is hosted in the internet)
#### Step 0a: Install the express.js webserver
The express.js webserver acts as our CDN for unicast delivery. To install the webserver follow the instructions [here](https://github.com/5G-MAG/rt-mbms-examples/tree/development/simple-express-server).
The express.js webserver acts as our CDN for unicast delivery. To install the webserver follow the instructions [here](https://github.com/5G-MAG/rt-common-shared/tree/main/simple-express-server).

#### Step 0b: Configure ffmpeg
First we configure the `ffmpeg` output. Navigate to `flute-ffmpeg/files` and open `ffmpeg-hls.sh`. Change the following two lines and point them to the path of the local webserver installed previously. If there is no `watchfolder/hls`folder on your webserver yet create that as well.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ First, we need to install and configure a few components:
### 1. Install the express.js webserver

The `express.js` webserver acts as our CDN for unicast delivery. To install the webserver follow the
instructions [here](https://github.com/5G-MAG/rt-mbms-examples/tree/development/simple-express-server).
instructions [here](https://github.com/5G-MAG/rt-common-shared/tree/main/simple-express-server).

### 2. Install flute-ffmpeg

Expand Down

0 comments on commit b5162fb

Please sign in to comment.