Hey, I'm trying to add items to a remote vlc server playlist using the LUA http request. I managed to add the following item: "http://192.168.1.3/requests/status.json?command=in_play&input=dvbt://frequency=562000&option=:program=257" I'm now trying to add multiple options but the L...
Quick question regarding utilization of HTTP rc interface: is the playlist format below returned by playlist.json obeying any particular standard (RFC) ? { "ro":"rw", "type":"node", "name":"Indfini", "id":"1", "chil...
I would like to know the command-line equivalent of - the vlc GUI "playlist/information/write metadata title" - or in javascript vlc.playlist.add("dvb-t://frequency=586000",NAME,""); to set the playlist item name from the command line I managed to get it with the :meta-...
I found a partial solution using the --sout-all option: vlc dvb-t://frequency=506000000 :program=519 --sout-all --sout="#duplicate{dst=std{access=file,mux=ts,dst='C:\User\test.mp4'},select="program=519"}" I have now all audio,subtitle elementary streams captured in the file. The ...
Any suggestion how to capture ALL subtitle tracks and ALL audio tracks using something like such as: vlc dvb-t://frequency=506000000 --sout="#duplicate{dst=std{access=file,mux=ts,dst='C:\Users\Videos\test.mp4'},dst=display,select="program=519,es=1-1000"}" and get a file which con...
I'm doing SCHEDULED recordings of DVB-T program and need pre-selected subtitles to be picked using the option "--sub-language fr" to select french subtitle track. however the DVB-T media I'm capturing has 2 "french" tracks (the one for deaf people and the one I'm after in second ...
.bat is indeed a generic solution. In my case, I finally discovered the XML format that which is an even better solution I can use with the schtasks vista/windows7 command.
Not sure. Troubleshooting the code, I was able to evidence: - the events are properly registered in the vlc internal structure - they are properly fired within vlc thread - however and despite the fact the propper callback function address is used when the event fires, the call has not effect within...
OK finally successful. thanks for the help.
To summarize:
1/ Install vlc1.2 git, compile and install
2/ install mozilla plugin git (git clone git://git.videolan.org/npapi-vlc.git)
2.1/ run autogen.sh
2.2/ run configure
2.3/ make
2.4/ make install
Hello, I'm currently trying to understand what's going on with on with the AddEventListener method of the 1.1 plugin with FIREFOX. A few preliminary remarks: - it does not fire the handler you specify although most of the code seems to work fine. - for a successful registration , you need to have th...
Sorry I thought the Makefile would be more usefull. Here is the make result: make all-recursive make[1]: Entering directory `/home/patching/vlc-source/vlc-1.2' Making all in compat make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/compat' make all-am make[3]: Entering directory `/home/p...