We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.42+50eec0025
windows 11 x64
bun install node-media-server@2.7.4 bun app.js
app.js
const NodeMediaServer = require('node-media-server'); const config = { rtmp: { port: 1935, chunk_size: 60000, gop_cache: true, ping: 30, ping_timeout: 0 }, http: { port: 8000, allow_origin: '*' } };
Start streaming with OBS
"There are no issues when running with node app.js, but when running with bun app.js, the connection drops every minute."
It should stream without disconnecting
connection drops every minute
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.1.42+50eec0025
What platform is your computer?
windows 11 x64
What steps can reproduce the bug?
app.js
Start streaming with OBS
"There are no issues when running with node app.js, but when running with bun app.js, the connection drops every minute."
What is the expected behavior?
It should stream without disconnecting
What do you see instead?
connection drops every minute
Additional information
No response
The text was updated successfully, but these errors were encountered: