https://github.com/tientham/rtmp-server-local
https://github.com/tientham/rtmp-server-local
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tientham/rtmp-server-local
- Owner: tientham
- Created: 2023-01-25T08:23:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T08:39:07.000Z (over 3 years ago)
- Last Synced: 2025-02-12T01:40:59.404Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local RTMP Server [macOS supported]
### Usage
- yarn
- yarn start
- Then from other terminal, launch following command:
- ffmpeg -re -i .mp4 -c:v libx264 -f flv rtmp:///live
### Additional