-
Notifications
You must be signed in to change notification settings - Fork 69
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
vs solution is not complete? #1
Comments
by the way, how to save a video from rtmp stream to disk? |
i'll fix it later |
this is an rtmp video stream transfer, if you want to record video to disk, you may need to use ffmpeg to pull video stream as a client. |
I've updated .sln file, removed the project rtmp-server |
the project rtmp-server is used to test functionality of rtmp-sharp-server, and it's not the part of this project |
I tried many ways to test and it doesn't work. would you please upload you examples here? it will be fantastic! |
I'll do it later |
Great! Thanks! |
I've added a demo project, you can try it now |
I opened the solution with vs2017 and told me a project rtmp-server can not be loaded. Then I opened the "rtmp-sharp.sln", it showed the following section:
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rtmp-server", "..\Document\Visual Studio 2015\Projects\rtmp-server\rtmp-server.csproj", "{4FDCBB5D-89FF-4689-94D5-8E911F61E97E}"
now the path is not exist on my computer.
The text was updated successfully, but these errors were encountered: