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

No documentation for v4.0.7 #658

Open
koko1313 opened this issue Dec 7, 2024 · 6 comments
Open

No documentation for v4.0.7 #658

koko1313 opened this issue Dec 7, 2024 · 6 comments

Comments

@koko1313
Copy link

koko1313 commented Dec 7, 2024

There is no documentation for v4.0.7.
I am using v2.7.0 and I want to update to v.4.0.7, but there is no documentation on how to use v4.0.7.
I don't need update documentation. I want at least basic documentation how to use v4.0.7.

I can see at least one critical change, nms.on() function in v4.0.7 does not exist:

const nms = new NodeMediaServer(config);

// nms.on() is not a function
nms.on('postPublish', (id, streamPath, args) => {
  // ...
}
@koko1313 koko1313 changed the title After update to 4.0.7, NodeMediaServer.on() is not a function No documentation for v4.7.0 Dec 7, 2024
@koko1313 koko1313 changed the title No documentation for v4.7.0 No documentation for v4.0.7 Dec 7, 2024
@illuspas
Copy link
Owner

illuspas commented Dec 9, 2024

V2 to V4 is an incompatible and destructive upgrade. Do not upgrade across major versions.

@koko1313
Copy link
Author

koko1313 commented Dec 9, 2024

Is v4 stable, and will documentation be provided for it?

@illuspas
Copy link
Owner

At present, it is still in the development stage, and only the basic functions are satisfied.
The documentation will be written after most of the functions are complete.

@partharanjan
Copy link

which version of ffmpeg support in v4

@koko1313
Copy link
Author

There are so many unknowns. You should have developed v4 in a new branch, and keep the working version in master.

@partharanjan
Copy link

@illuspas any plan for release?

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