apivideo / browserLiveStream

Use webcam, browser and Node to stream live video. From api.video (https://api.video)
http://livestream.a.video/
MIT License
193 stars 48 forks source link

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

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.

Same issue with getusermedia-to-rtmp version miss-match of ffmpeg or os issue.

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

image

dougsillars commented 3 years ago

I missed this due to the holidays, and general busyness.

Did you come up with a solution? IIs your camera connected and streaming?

nguyenminhan commented 3 years ago

too me

dougsillars commented 3 years ago

is your node server HTTPS? Socket.io requires port 443.

mpisat commented 2 years ago

I fixed it by using a proper ffmpeg binary. I got two, one doesn't support libx264 but supports qsv. So for me, it was failing at the start. I suggest johnvansickle ffmpeg static binary.