Reputation: 31
I try to detect if a stream is active in Firefox by Applescript or bash. But I can't see any way to do that. I need to know from Firefox if any video or audio stream is present. I tried Applescript:
tell application "Firefox" to properties of window 1
but the answer is the same if a stream is active or not. Does someone know how to get this information from Firefox?
Upvotes: 0
Views: 25