Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while trying to connect OBS #25

Open
piotrva opened this issue Nov 25, 2020 · 3 comments
Open

Error while trying to connect OBS #25

piotrva opened this issue Nov 25, 2020 · 3 comments

Comments

@piotrva
Copy link

piotrva commented Nov 25, 2020

Windows 10
Installed Node.js, ffmpeg.
When trying to start stream following error displays:

_stream_readable.js:642
throw new ERR_METHOD_NOT_IMPLEMENTED('_read()');
^

Error [ERR_METHOD_NOT_IMPLEMENTED]: The _read() method is not implemented
at BufferPool.Readable._read (_stream_readable.js:642:9)
at BufferPool.Readable.read (_stream_readable.js:481:10)
at BufferPool.read (H:\Streaming\streaming-room-master\node_modules\rtmp-server\buffer-pool.js:27:18)
at parseRtmpMessage (H:\Streaming\streaming-room-master\node_modules\rtmp-server\client.js:830:22)
at parseRtmpMessage.next ()
at BufferPool.push (H:\Streaming\streaming-room-master\node_modules\rtmp-server\buffer-pool.js:21:17)
at Socket. (H:\Streaming\streaming-room-master\node_modules\rtmp-server\server.js:20:43)
at Socket.emit (events.js:315:20)
at addChunk (_stream_readable.js:309:12)
at readableAddChunk (_stream_readable.js:284:9) {
code: 'ERR_METHOD_NOT_IMPLEMENTED'
}

@jericopulvera
Copy link

Same thing happened to me but then I downgraded the node version to v12.21.0 and it works.

@ekofi
Copy link

ekofi commented Jan 16, 2022

Any updates? @piotrva

@piotrva
Copy link
Author

piotrva commented Jan 16, 2022

@ekofi Finally other persons at my facility did the streaming so I was not revisiting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants