- It's not yet another player based on VLC at all.
- It's only yet another Remote Control for VLM (not Telnet interface).
- It's a set of additional files which are placed side-by-side with common VLC http files (into ../lua/http folder).
- Default: it's to setup a multicast streams of MPEG, MPG, MP4, MOV, VOB and MKV (not H.265) files and operate them. VLM's control commands play, pause, stop and seek [+-] (percentage) are used on backplane. Likewise Video-on-Demand (VoD).
- It use a functionality of a built-in VideoLan Manager (VLM) of VLC player over any favorite web browser.
- Default: it allows to use SAP information (for players which support this).
- Interface was adapted for mobile devices with a small screen (sirca 3.5 inch).
- Can be used by people with a poor vision or big fingers.
- Suitable for headless ARM servers (under Unix/Linux) like Cubieboards, Raspberry Pi and many others.. Windows' option is also supported.
- (Not yet implemented , need help) Get audio part of a stream on the RC device (into a current web page).
- Download ZIP archive and unpack it. Under Unix/Linux COPY (DON'T REPLACE) a CONTENT of "http" folder (NOT FOLDER ITSELF) into: /usr/share/vlc/lua/http folder, under Windows - C:\Program Files\VideoLAN\VLC\lua\http\ .
- Start VLC up with http interface:
- Windows: vlc.exe
Tools -> Preferences -> All -> Interface -> Main interfaces -> Web
- Unix/Linux:
cvlc -I http --http-password <your password> --http-host 127.0.0.1 --http-port 8080
for details look at there.
- Connect to VLC's web interface. Open your favorite web browser and input http://localhost:8080/ or http://<your desired ip address>:8080/ into address bar. Also you can add path ..:8080/mobile.html or vlm.html . Play with it. May be that's all of you need.
- Now input http://<your ip addr>:8080/4vlc.html and compare with our solution. You can receive the created streams with any player which support a playback of a multicast stream. You can start another instance of VLC and use View -> Playlist -> Network streams(SAP). Choose desired stream and Play it.
Use a lot of big screen devices (TVs, Monitors, Projectors and so on) to view your streams and control them with your old fashion phone with small screen. Don't harm your eyes. Have a nice day.