<div dir="ltr"><div>Greetings!</div><div><br></div><div>I'm running into a problem while trying to launch VLC as a menu option. Specifically, I added the following button:</div><div><br></div><div><button><br></div>
<div> <text>VLC Stream</text></div><div> <action>EXEC /usr/bin/vlc <a href="http://172.16.64.255:8081">http://172.16.64.255:8081</a> --fullscreen --global-key-quit Esc</action></div><div>
</button></div><div><br></div><div>When this didn't work, I wrote a shell script to try and launch it. Then I thought that since the Myth Frontend was running under sudo, that I would need to impersonate a regular user:</div>
<div><br></div><div>su -c "vlc <a href="http://172.16.64.255:8081">http://172.16.64.255:8081</a> --fullscreen --global-key-quit Esc" -s /bin/sh mythtv<br></div><div><br></div><div>I'm at a wee bit of a loss to figure this one out. Any thoughts?</div>
<div><br></div><div>Many thanks for any and all thoughts!</div><div>-Tim C.</div></div>