File tree 3 files changed +20
-25
lines changed
3 files changed +20
-25
lines changed Original file line number Diff line number Diff line change 5
5
Install the [ Mintlify CLI] ( https://www.npmjs.com/package/mintlify ) to preview
6
6
the documentation changes locally. To install, use the following command
7
7
8
- ```
8
+ ``` bash
9
9
npm i -g mintlify
10
10
```
11
11
12
12
Run the following command at the root of your documentation (where mint.json is)
13
13
14
- ```
14
+ ``` bash
15
15
mintlify dev
16
16
```
Original file line number Diff line number Diff line change @@ -9,13 +9,8 @@ This section explains how to view content from the Livepeer Gateway. We will be
9
9
using [ VLC Media Player] ( https://videolan.org/ ) .
10
10
11
11
1 . Download and install
12
- [ VLC Media Player] ( https://www.videolan.org/vlc/index.html )
13
-
14
- 2 . Launch VLC Media Player
15
-
16
- 3 . Select Media > Open Network Stream... (Ctrl-N)
17
-
18
- 4 . Enter ` http://<GATEWAY IP ADDRESS>:8935/stream/<YOUR STREAM KEY>.m3u8 ` as the
19
- network URL
20
-
21
- 5 . Click "Play", and view the content from the ` obs-studio ` stream:
12
+ [ VLC Media Player] ( https://www.videolan.org/vlc/index.html ) .
13
+ 2 . Launch VLC Media Player.
14
+ 3 . Select ** Media > Open Network Stream...** (Ctrl-N).
15
+ 4 . Enter ` http://<GATEWAY IP ADDRESS>:8935/stream/<YOUR STREAM KEY>.m3u8 ` as the network URL.
16
+ 5 . Click ** Play** and view the content from the ` obs-studio ` stream.
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ ffmpeg -re -f lavfi -i \
39
39
40
40
```
41
41
ffmpeg \
42
- -re \
43
- -i video.mov \
44
- -codec copy \
45
- -f flv rtmp://<YOUR IP ADDRESS>:1935/video_file
42
+ -re \
43
+ -i video.mov \
44
+ -codec copy \
45
+ -f flv rtmp://<YOUR IP ADDRESS>:1935/video_file
46
46
```
47
47
48
48
- ` video_file ` is the "stream key" for this stream.
@@ -56,14 +56,14 @@ graphical user interface (GUI).
56
56
57
57
OBS Studio can be used to publish streaming media to the Livepeer Gateway:
58
58
59
- Download and install [ OBS Studio] ( https://obsproject.com/ )
59
+ 1 . Install [ OBS Studio] ( https://obsproject.com/ ) .
60
+ 2 . Open OBS Studio and go to ** File > Settings > Stream** .
61
+ 3 . Enter the following details:
60
62
61
- In the ** Stream** section of OBS Studio enter the following:
63
+ ``` txt
64
+ Service: Custom
65
+ Server: rtmp://<YOUR IP ADDRESS>:1935
66
+ Stream Key: stream-key
67
+ ```
62
68
63
- ```
64
- Service: Custom
65
- Server: rtmp://<YOUR IP ADDRESS>:1935
66
- Stream Key: stream-key
67
- ```
68
-
69
- In the main window choose ** Start Streaming**
69
+ 4 . Click ** OK** and then ** Start Streaming** in the main window.
You can’t perform that action at this time.
0 commit comments