File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Let you create your own livestream radio.
3
3
4
4
## Installation
5
- Before installing OpenRadio, You must have ** ffmpeg** installed at your system.
5
+ Before installing OpenRadio, You must have [ ffmpeg] ( https://ffmpeg.org ) installed on your system.
6
6
``` bash
7
7
# OpenRadio CLI Installation
8
8
npm install -g openradio
@@ -34,4 +34,4 @@ openradio 8080
34
34
- [ Example] ( https://github.com/Yonle/openradio/tree/radio/example )
35
35
36
36
## Community
37
- [ Discord ] ( https://discord.gg/9S3ZCDR )
37
+ - [ Telegram ] ( https://t.me/yonlecoder )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openradio" ,
3
- "version" : " latest " ,
3
+ "version" : " 1.1.32 " ,
4
4
"description" : " Let you create your own livestream radio." ,
5
5
"main" : " ./core" ,
6
6
"scripts" : {
14
14
"author" : " Yonle" ,
15
15
"license" : " Apache-2.0" ,
16
16
"dependencies" : {
17
- "prism-media" : " ^1.2.9 " ,
17
+ "prism-media" : " ^1.x " ,
18
18
"throttle" : " ^1.0.3"
19
19
},
20
20
"repository" : {
You can’t perform that action at this time.
0 commit comments