Recent content by jzvi12

  1. J

    Help with FFMPEG + streamer.py

    resolved the issue by adding more options to the ffmpeg subprocess: _ffmpeg_process = subprocess.Popen(('/home/ubuntu/encoder/bin/ffmpeg','-re', '-i', '-', '-profile:v', 'baseline', '-preset', 'ultrafast','-c:v', 'libx264','-pix_fmt', 'yuv420p', '-vf', 'scale=1280:720','-crf','30', '-b:v'...
  2. J

    Help with FFMPEG + streamer.py

    I read your article https://flashphoner.com/how-to-grab-a-video-from-youtube-and-share-it-via-webrtc-in-real-time/and when I ran the script I got the following error: $ sudo python streamer.py https://www.youtube.com/watch?v=JwLJ995H live rtmp://1.2.3.4/myapp ubuntu@tool:~/yt-live2nginx$ ffmpeg...
Top