On Fri, 2023-05-26 at 04:14 -0700, ToddAndMargo via users wrote: > Hi All, > > I do like to listen to music when I am doing a dump backup. > > When I am streaming a web radio station with SMPlayer, > does the data go to ram or hard drive?
I don't understand the question. The data goes to the player's codec and thence to the audio output, so obviously it will be in RAM for a brief period (in some kind of circular buffer) and then be discarded. It could conceivably be swapped out if the system is under heavy load, but that's extremely unlikely. If you mean "does the player use a temporary file?", that would depend on the player. You can see what files it has open while running by using 'lsof'. poc _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue