You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that the sdk takes a MediaStream from navigator.mediaDevices.getUserMedia, I am wondering if I can use the sdk to ingest videos or from linux named pipes with ffmpeg & xvfb.
The text was updated successfully, but these errors were encountered:
I doubt that it would work as it uses other browser APIs in addition to setup the streams. We have another tool called mpegts-whip that can consume a local mpegts stream generated by ffmpeg and push using whip/webrtc
I saw that the sdk takes a
MediaStream
fromnavigator.mediaDevices.getUserMedia
, I am wondering if I can use the sdk to ingest videos or from linux named pipes with ffmpeg & xvfb.The text was updated successfully, but these errors were encountered: