Hello everyone, I'm using the latest vlc code. I want to modify the code so that I able to open a fixed URL video stream when one of the hotkey was pressed.
example:
press Crtl+F10, vlc will give it up whatever playing right now and start to play RTP://224.1.1.1:1234 (this is fixed, i want it to be in the code.)
in one instance
So, I try to add some code in the file /modules/control/hotkeys.c. but i really dont know how to call it.
please help, thanks