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
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'
}
The text was updated successfully, but these errors were encountered:
Windows 10
Installed Node.js, ffmpeg.
When trying to start stream following error displays:
The text was updated successfully, but these errors were encountered: