fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.85k stars 874 forks source link

Ffmpeg stream to webrtc peer connections #1104

Open amar1995 opened 3 years ago

amar1995 commented 3 years ago

I am trying to stream images to peer connection. I am thinking if I will pass every images each 2 second to ffmpeg and take a stream track from ffmpeg to webrtc peer connection. Is it possible to do these ? Or Is there any better solution to do it ? In brief I want image -> FFmpeg -> Webrtc.