Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bosscheng/electron-download
electron download rtmp stream by ffmpeg
https://github.com/bosscheng/electron-download
download electron ffmpeg
Last synced: 10 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:37:49.000Z (about 2 years ago)
- Last Synced: 2025-01-14T01:42:12.279Z (19 days 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