Topic: Control SVPCast remotely?

I'm looking to integrate SVPCast with a little server I've been writing (on Windows).
I was wondering if it's possible to control SVPCast through another application, such as with the HTTP REST API? Or some other means?

I'm only looking for basic functionality like: stream file "C:/test.mp4", play, pause, seek, language and subtitles.

Re: Control SVPCast remotely?

There's no "public" API for this, however SVPcast's WebUI works through simple REST+json protocol, you can easily see it via Chrome's dev tools.