-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Logging? #37
Comments
Hey, I made this work by piping the console output to a log file. I know there is higher level logging available, someone else can talk to that. In the meantime, kill your server and then restart rtsp-simple-server by running the following command: This will create a server.log file in the same directory as rtsp-simple-server. You can view the log file by running: PS, i'm no expert so there might be a better way - but this worked for me. |
I am unfortunately on Windows.. should've mentioned that:/ Thanks for the suggestion though. That will most definitely work in Linux |
Hello, regarding monitoring, i think that two separate new features could be implemented:
Regarding pprof, i added it to monitor RAM and CPU usage; for instance, after enabling the option, you can get CPU
or RAM
|
both features are available in v0.9.6. |
This issue is being locked automatically because it has been closed for more than 6 months. |
Hey, really like the work you've put it. Super easy and straightforward. I have a question though, is there a way to log the data that outputted to a file or something. I'd like to monitor these interactions. I saw there is a prof setting to monitor performance. Not sure if that's what I'm looking for or not but just dumping the output to a file would suffice.
Thanks for the help!
The text was updated successfully, but these errors were encountered: