Page 1 of 1

VLC Configure Settings Script

Posted: 10 Aug 2018 20:02
by sea_hawk_12
I need help on how to write a script that configures VLC settings to my needs without having to do it manually myself. The reason for this is because I will eventually need to start this application on boot with the correct settings already configured. Steps I need done in the script.

1) I need to open the application.
2) Open the “Open Network Stream…” tab (Can be done with Ctrl+N).
3) Type a string of characters “udp://@232.100.10.110:2001”
4) Push “Enter” twice on the keyboard.

I’ve checked various websites across the internet and could not find any information regarding this.

Note: Using Linux based OS (Raspbian).

Thank you.

Re: VLC Configure Settings Script

Posted: 10 Aug 2018 21:06
by sea_hawk_12
I was able to solve the issue on my own. If there others want to know how I did it, I will give an explanation.

Thanks.