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

uv.h not found #1

Open
Alisarlak71 opened this issue Aug 6, 2019 · 2 comments
Open

uv.h not found #1

Alisarlak71 opened this issue Aug 6, 2019 · 2 comments

Comments

@Alisarlak71
Copy link

hello i get error in vs 2013
uv.h not found!

@iamtakingiteasy
Copy link
Contributor

You need libuv (formerly part of nodejs toolset) and/or correct -I flag to include it.

Also you're probably on wrong track, if you expect this project to build out of the box or to be useful in any practical manner.

Better check nginx_rtmp, crtmp (? ?) or red5 projects maybe, depending on your needs.

Maybe (broken) eientei/videostreamer too, but don't count on it too much.

All of this however may present you with enough insight on implementing own RTMP handshake and actual protocol, including AMF0/3 encoder/decoder.

Also don't rely on adobe documentation, it is intentionally wrong.

@iamtakingiteasy
Copy link
Contributor

iamtakingiteasy commented Aug 6, 2019

vs 2013

Also, I have no idea if any of this can be built on windows. Better stop considering it as a platform suitable for any practical development quick, or suffer from many inconsistencies, shortly-sighted architectures and ugly APIs as well as lack of any reasonable development tools.

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

2 participants