Skip to content

Commit

Permalink
Implement rtmp push streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Dec 1, 2024
1 parent 88dcc8d commit 818e5c8
Show file tree
Hide file tree
Showing 9 changed files with 1,605 additions and 340 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"editor.tabSize": 2,
}
1 change: 1 addition & 0 deletions bin/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rtmp": {
"bind":"0.0.0.0",
"port": 1935
},
"http": {
Expand Down
Loading

0 comments on commit 818e5c8

Please sign in to comment.