-
Notifications
You must be signed in to change notification settings - Fork 13
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
[feature request] Make logging part configurable #44
Comments
So it's about bringing customizability here? SeeShark/SeeShark/FFmpeg/FFmpegManager.cs Lines 102 to 126 in cc4aa3b
|
yes please, because i need to record informations into log files.
|
Ok, I'll see what I can do. Ideally you'll just need to setup a delegate, no need to create an interface. |
ok~ it works too, but not sure which way will be more efficient, but i think it's ignorable. |
ah, right, another is, could you please make the paths configurable too? SeeShark/SeeShark/Device/VideoDeviceManager.cs Lines 52 to 55 in cc4aa3b
|
Not sure what you mean, path to what? |
i'm sorry, it's a public static method. my bad.😅 |
no no, i meant, i thought |
are these native libs any special? or just download from ffmpeg official site it will just work fine? |
SeeShark 4 relies on the FFmpeg 5.0 LibAV* native libraries. In any case, if the versions aren't correct, it's going to tell you. |
nice one, thanks so much ❤️ |
something like
and in
SeeShark
have a default console sink and then in the end user logic just implement a sink adapter and replace the default one to record logs.The text was updated successfully, but these errors were encountered: