Hello,
I don´t understand RPN things :´(
I read Appendix B and I understand, that if I had
Code: Select all
<vlc id="rpn" param1=" 'marqmarquee' url_extract 'mymarq' swap store" />
...html?marqmarquee=hello
variable marqmarquee 'hello' should be extracted from URL and saved to the variable mymarq (?).
As you wrote to use vlc_var_set function - I don´t know how. It is not written in appendix and not clear from examples (vlc_var_set : sets variable ST(2) of object ST(1) to ST(3) or ./requests/status.xml...???).
I suppose this:
Code: Select all
<vlc id="rpn" param1="'marqmarquee' url_extract 'marqmarquee' vlc_var_set(VLC_OBJECT_ROOT,"marq-marquee",'marqmarquee') store " />
...html?marqmarquee=hello
I tried to add some ( ) , ' " but no effect.
Could you please recommend me some other knowledge source about RPN?
Thank you
Albert
P.S. I don`t know the object...
modules/control/rc.c:388: var_Create( p_intf, "marq-marquee", VLC_VAR_VOID | VLC_VAR_ISCOMMAND );
????