Hi,
I'm looking for a solution to control my pi with VLC.
I use VLC on my windows computer and I want to send information to my pi when I make action on VLC.
I've tried to post a question on the forum but nobody answer , maybe I was not really clear.
Here is my project :
Open a video (paused at startup) =>Send trought UDP the path of the video.
click on play => Send trought UDP a packet that means Start for my pi.
When the video close => Send trought UDP a packet that means Stop for my pi.
I don't find example of lua scipt to help me.
I'm totally newbie in lua but I know C and c#.
Thanks for your help.
David