chenxiaoqino / getusermedia-to-rtmp

186 stars 61 forks source link

TypeError: Cannot read property 'stdin' of undefined #22

Open higunjan opened 3 years ago

higunjan commented 3 years ago

Hello,

First of all thank you for the great work.

I faced the issue while sending the stream not sure it's ffmpeg issue or something else. Kindly review the attached screenshot for more details.

I'm using OS: Window10 ffmpeg version n4.3.1-26-gca55240b8c Copyright (c) 2000-2020 the FFmpeg developers built with gcc 9.3-win32 (GCC) 20200320 & ffmpeg version N-100410-gcd821c18dc Copyright (c) 2000-2020 the FFmpeg developers built with gcc 9.3-win32 (GCC) 20200320 tried with both. image

chenxiaoqino commented 3 years ago

It looks like the video input stream is not passed to ffmpeg at all. You probably want to check earlier upstream (getusermedia / socket.io).

higunjan commented 3 years ago

@chenxiaoqino

I'm running same example in my system after installation of ffmpeg. So how it's possible if possible then please guide me on same.