https://github.com/bosscheng/electron-download
electron download rtmp stream by ffmpeg
https://github.com/bosscheng/electron-download
download electron ffmpeg
Last synced: 9 months ago
JSON representation
electron download rtmp stream by ffmpeg
- Host: GitHub
- URL: https://github.com/bosscheng/electron-download
- Owner: bosscheng
- Created: 2019-06-12T09:49:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:37:49.000Z (over 3 years ago)
- Last Synced: 2025-04-04T16:53:37.268Z (about 1 year ago)
- Topics: download, electron, ffmpeg
- Language: HTML
- Homepage:
- Size: 43.2 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-download
electron download by ffmpeg
## support
- mac
- window
- linux
## test
use nginx rtmp plugin
``` nginx
rtmp {
server {
listen 1935;
application rtmplive {
live on;
max_connections 1024;
}
application hls {
live on;
hls on;
hls_path /usr/local/var/www/hls;
hls_fragment 1s;
}
}
}
```
push stream
```
ffmpeg -re -i [absolute dir] -vcodec copy -f flv rtmp://localhost:1935/abcs/room
```
# screenshot
