Closed GoogleCodeExporter closed 9 years ago
I forgot to add vlc version 1.1.4
Original comment by fernando...@athigo.com
on 27 Feb 2011 at 6:01
The standard vlc-args param should be "--play-and-exit {%source%}
--sout="#{%profile%}:{%output%}" --sout-keep {%subtitles%} {%audio%}
{%filters%}" (without any backslash, only double quote). Which browser are you
using to access vlc-shares?
Original comment by ximarx@gmail.com
on 28 Feb 2011 at 6:09
In my install, the vlc-args had backslashes before the double quotes as in:
--play-and-exit {%source%} --sout=\"#{%profile%}:{%output%}\" --sout-keep
{%subtitles%} {%audio%} {%filters%}
I used Google Chrome browser to install and set up. I used both Chrome and
Android to test.
Original comment by fernando...@athigo.com
on 28 Feb 2011 at 3:44
Can i ask you what version of Zend framework are you using? (you can read it
from the upper right corner of vlc-shares management gui near "ZF: ")
Original comment by ximarx@gmail.com
on 28 Feb 2011 at 3:54
ZF: 1.10.8
Original comment by fernando...@athigo.com
on 28 Feb 2011 at 3:57
Did you restored previous settings?
Original comment by ximarx@gmail.com
on 28 Feb 2011 at 4:06
I have the same issue here. It seems that every time I save or apply the
configs page, it adds more backslashes.
My Zend Framework version is 1.11.2
Vlc-shares version 0.5.3
And VLC version 1.0.2
Original comment by iuri.aranda
on 11 Mar 2011 at 6:53
I need a full debug log of the configs save operation
Original comment by ximarx@gmail.com
on 11 Mar 2011 at 8:30
Done.
I hope you find it usefull
Original comment by iuri.aranda
on 11 Mar 2011 at 9:05
Attachments:
This problem is related to magic_quotes_gpc value: magic_quotes_gpc have to be
disabled in production/development system. In php 5.3 magic_quotes_gpc is
deprecated. I will add a workaround for it in vlc-shares 0.5.4 but my advice is
to set magic_quotes_gpc to OFF in you php.ini.
Original comment by ximarx@gmail.com
on 12 Mar 2011 at 8:15
r386 should fix your problems. Please (if you know how to do it) try the fix or
change your magic_quotes_gpc value to Off in php.ini or append
<IfModule mod_php5.c>
php_flag magic_quotes_gpc Off
</IfModule>
to the vlc-shares/public/.htaccess file.
Original comment by ximarx@gmail.com
on 12 Mar 2011 at 8:36
Issue 21 has been merged into this issue.
Original comment by ximarx@gmail.com
on 21 Apr 2011 at 6:53
Original issue reported on code.google.com by
fernando...@athigo.com
on 27 Feb 2011 at 6:01