fvp icon indicating copy to clipboard operation
fvp copied to clipboard

[Feature Request] Expose logs for specific players

Open bdlukaa opened this issue 8 months ago • 1 comments

We are a Camera Surveillance App, which has many players loaded at the same time.

We have a logging system that writes the logs of the cameras to a specific file. We need access to the logs of each player to write them to a file in order to identify potential issues. Is that possible?

Exposing these would be helpful:

https://github.com/wang-bin/fvp/blob/5d494df828da7b40dc8402634413142032eb1dd5/lib/src/video_player_mdk.dart#L36-L98

bdlukaa avatar Mar 28 '25 18:03 bdlukaa

I can add a logger for each player with loggerName 'fvp$hashCode'. but libmdk's log messages are global.

wang-bin avatar Mar 29 '25 10:03 wang-bin

impossible for all log messages. a module can be used by any object, then the log in that module can't be indentified

wang-bin avatar May 25 '25 00:05 wang-bin