I am building a web-radio with 4 channels. I have an Icecast server that streams .m3u. I would like to use VLC as a player app in Android and iOS.
I want to make it start streaming immediately upon startup of the app, using the channel that was last played. If the user changes channel and closes the app then that channel will be played on startup next time. Later I will want to start streaming in .mp4 (video) instead but start with only mp3.
Is this something that can be done with the Skin editor or do I need to go into the code itself?