Page 1 of 1

Subtitles from rc dont work

Posted: 18 Feb 2011 09:42
by roberto
Hello.
I have a problem to start subtitles from rc.
I can do it from GUI perfectly, but I dont know how to start subtitles from rc.
I try "strack 1", "strack 2", ... but ever it responds: "strack: returned 0 (no error)" but i can not see subtitles in the screen.
I try some differents ways to start vlc: "vlc -I qt --lua-config "rc=´host='localhost:4212'}" -extraintf=rc -S sap"
I have tryed it in Windows with vlc 1.1.7 and in Debian with vlc 1.1.3 with the same result.

Other commands like stop, start, playlist, etc. from rc work OK.

Somebody know how to start subtitles from rc?

Thanks in advance.

Re: Subtitles from rc dont work

Posted: 20 Feb 2011 19:08
by Jean-Baptiste Kempf
Does it work with oldrc interface?

Re: Subtitles from rc dont work

Posted: 21 Feb 2011 09:27
by roberto
Yes, it works in oldrc!!!

If I start vlc from a cmd window with:
vlc -I qt
It says:
[02eb6b34] oldrc interface: VLC media player - 1.1.4 The Luggage
[02eb6b34] oldrc interface: Copyright 1996-2010 the VideoLAN team
[02eb6b34] oldrc interace:
I can write:
strack
and it responds:
+----[ Pista de subtitulos ]
| -1 - Deshabilitar *
| 102 - Teletexto - [Espanol]
| 111 - Sutitulos DVB - [Espanol]
+----[end of Pista de Subtitulos]
and with the next command I can start the subtitles:
strack 111
and it works perfectly.

But when I start rc interface with:
vlc -I rc --lua-config "rc={host='localhost:4212'}" -S sap
and I connect from a telnet window to 'localhost:4212', the same command do not work.

Any Idea?
It could be a bug?

Re: Subtitles from rc dont work

Posted: 21 Feb 2011 10:40
by Jean-Baptiste Kempf
It is a bug.

Re: Subtitles from rc dont work

Posted: 21 Mar 2012 18:57
by rafaelw
I just got the same problem,
I was looking for any solution on google and found this topic.
Is this problem going to be fixed or it has already been fixed?