项目作者: bosscheng

项目描述 :
electron download rtmp stream by ffmpeg
高级语言: HTML
项目地址: git://github.com/bosscheng/electron-download.git
创建时间: 2019-06-12T09:49:57Z
项目社区:https://github.com/bosscheng/electron-download

开源协议:

下载


electron-download

electron download by ffmpeg

support

  • mac
  • window
  • linux

test

use nginx rtmp plugin

  1. rtmp {
  2. server {
  3. listen 1935;
  4. application rtmplive {
  5. live on;
  6. max_connections 1024;
  7. }
  8. application hls {
  9. live on;
  10. hls on;
  11. hls_path /usr/local/var/www/hls;
  12. hls_fragment 1s;
  13. }
  14. }
  15. }

push stream

  1. ffmpeg -re -i [absolute dir] -vcodec copy -f flv rtmp://localhost:1935/abcs/room

screenshot