-
Notifications
You must be signed in to change notification settings - Fork 21
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
exessive logging #20
Comments
I supose the log id from ffmpeg right? You can control de logging on ffmpeg |
here a log from ~ 30 seconds playback and for me thats not ffmpeg afaik removed the log here, new post with addon ;) |
here the update which is prolly better, 1k lines of code, restarted docker, started a stream, run 40 -50 seconds i guess, 1k lines log file, which is prolly not ffmpeg i d say. may another question about application.yml by default this value is "true", any difference ? spring.jackson.serialization.INDENT_OUTPUT: false thanks for taking a look |
I see there are from both, ffmpeg and proxylive, you can reduce the
logging verbose in your ffmpeg parameters.
for the HLS a change is needed but right now I don't have time :( feel free
to PR :)
El jue., 8 oct. 2020 a las 17:47, alturismo (<[email protected]>)
escribió:
… here the update which is prolly better, 1k lines of code, restarted
docker, started a stream, run 40 -50 seconds i guess, 1k lines log file,
which is prolly not ffmpeg i d say.
may another question about application.yml
by default this value is "true", any difference ?
spring.jackson.serialization.INDENT_OUTPUT: false
thanks for taking a look
log.txt <https://github.com/segator/proxylive/files/5349100/log.txt>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR5IY3Z6YSBUPX36LOH2YDSJXNKVANCNFSM4SIJ6I5A>
.
|
i tested without logging at all from ffmpeg, but makes no real difference ;) and im way not in java to make a PR therefore, but thanks for looking. |
If I have time this weekend i will have a look. Thanks for the report btw :)
El jue., 8 oct. 2020 a las 20:53, alturismo (<[email protected]>)
escribió:
… i tested without logging at all from ffmpeg, but makes no real difference
;)
and im way not in java to make a PR therefore, but thanks for looking.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR5IYYFSQEGSMX2SBRG5R3SJYDCBANCNFSM4SIJ6I5A>
.
|
i tested a little around today, personal conclusion, its the hls server in proxyLive.jar which cause the cpu hops when i stream using mpeg its all good, hls is causing the cpu usage, either by excessive internal logging or by design, tested here in your docker, native on ubuntu and in another docker of me alpine based, always same behaviour. as note, using alpine based image with ffmpeg and libva intel drivers, its more responsive starting streams here. |
I really need to define from scratch the HLS Adapter :) |
hi, would it be possible tu insert a switch to turn off this excessive looging ?, i almost guess the pretty high cpu usage comes from there in combination when streaming ...
for debugging, fine, for daily usage i would say its pretty much ... sample, playing a hls stream, for 90 seconds i have like 600 lines of logging
The text was updated successfully, but these errors were encountered: