'Is possible for fluent-ffmpeg to take WebRTC stream as input?
I am exploring fluent-ffmpeg and saw that in the Shell version (ffmpeg) is possible to use a RTMP streaming as parameter and take a frame-by-frame collection
I wanted to know if that is possible in fluent-ffmpeg and if it can be made with a WebRTC MediaStream instead of a RTMP url
Thanks in advance
Solution 1:[1]
Nope, FFMPEG doesn't supports WebRTC for now. You can use GStreamer, it supports WebRTC. But there is no node.js bindings for GStreamer for now.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | DMakeev |