Comment by Mariusmssj
Which ever your comfortable with. OK what seems to be issue? what system are you running? If you open your browser and in the address bar type in `http://localhost:8080/` what do you see?
View ArticleComment by bennypr0fane
would you like feedback/reports etc. posted here or on tmo? Limiting it to one location would be good (and I find here makes more sense). Anyway 1) kudos for getting started and 2) sadly I haven't been...
View ArticleAnswer by Mariusmssj for VLC remote for sailfishOS
Ok guys I got it working :) I will try and get this app finished in coming days most likely will submit to the harbour before the weekend. Thanks for the help
View ArticleComment by Tanghus
To avoid blocking the the UI it may be a good idea to send the requests in a [WorkerScript](http://qt-project.org/doc/qt-5.0/qtqml/qml-qtquick2-workerscript.html)
View ArticleComment by koudi
No need to apologize, we all started somehow :). Yes, link you posted looks like what you need. You might also check...
View ArticleComment by Mariusmssj
so something like this? I'm really sorry for asking noob questions but I am still learning QML and the rest but I want to develop as I really enjoy it. Would something like this work?...
View ArticleComment by koudi
Well, this would probably do, but it seems too low level and unnecessarely complicated. All you need are http requests. There is no need to "connect" to server as it is just http. Just send request...
View ArticleComment by Mariusmssj
So my first part would be making a Qt client to connect to the VLC server and from there on just send commands to control the player itself? Would this do?...
View ArticleAnswer by koudi for VLC remote for sailfishOS
Vlc uses simple http requests to control player. First you need to enable web interface in vlc and set password in settings. Then you can open your browser on address localhost:8080 where is simple...
View ArticleVLC remote for sailfishOS
Hey guys, Was wondering if anyone is making a VLC remote for SailfishOS??? I wanted to make a simple remote myself but I honestly got no idea where to start. I know I need to make a connection to VLC...
View Article