Log for the webif banner which says it's Streaming something

rodp

Member
Hi All,

Apologies if this has already been asked....When something is being streamed, via UPNP / DLNA to eg. VLC on a PC, is this logged anywhere?
Also when something is being watched or read via SMB, is this logged anywhere?

I've looked thorugh the obvious log files but can't find anything.

1667761418876.png

Thanks

Rodp
 
No, it is created dynamically and is a best guess rather than knowing what is actually happening to the recording,
Sometimes it will show Playing instead.
It is not currently logged,

It is the output from the status command so it would be easy to run as scheduled command by adding it to chrontab
e.g.
Code:
*/10 * * * * /mod/bin/status >> /mod/tmp/stat.log 2>&1
Would run the command every 10 minutes, a bit of extra work would be needed to add timestamps (awk)
 
Back
Top