Re: [Freevo-users] Better controls in freevo web page for VLC video streaming

2007-11-05 Thread don locke
Hey  Pirlouwi


I've been doing lot of program for the freevo webserver lately.  I'm
working on a  freevo configuration page and other odd and ends.

I would move all the the javascript to a external js file and put in
the scritps folder.  This helps seperate the java script from the
python.

I use python to create the webpage then javascript with the
XMLHttpRequest() send and receives request data from the freevo
webserver.

Also i found the firebug extention is a great for debug webpage and
javascript.  I don't know what i would have done without it.

Is there a freevo irc channel somewhere ? it would be nice to chat about it.


don.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Better controls in freevo web page for VLC video streaming

2007-11-05 Thread Pirlouwi
Hello, here is the integration I have done so far (see attached file).
This is not working yet, because it seems that in the original source code,
the last  part has to be located in the same window
as the html code.
Problem is that in our case, the html code is located inside a  itself.
I don't think a browser can support nested 
statements, is'nt it?
If someone could try on its freevo, it should perhaps accelerate the process
;-)
Simply make a backup of the fileinfo.rpy file, and put the content of this
.tgz on the same place.
Thx for the help.
Pirlouwi.

On Nov 5, 2007 9:41 PM, John Molohan <[EMAIL PROTECTED]> wrote:

> Pirlouwi wrote:
> > When I "tail -f" the content of /tmp/freevo/webserver-1000.log, I only
> > get traces for the fileinfo.rpy file, but nothing about the html page
> > opened by the window.open function.
> > How Can I trace the errors in this function?
> > _Pirlouwi.
> Hmm, not my area at all but I recently had to debug some javascript for
> a proxy.pac file and found that you can print alerts and then in Firefox
> check - Tools - Error Console
>
> John
>


better_vlc_lookandfeel.tgz
Description: GNU Zip compressed data
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Better controls in freevo web page for VLC video streaming

2007-11-05 Thread John Molohan
Pirlouwi wrote:
> When I "tail -f" the content of /tmp/freevo/webserver-1000.log, I only 
> get traces for the fileinfo.rpy file, but nothing about the html page 
> opened by the window.open function.
> How Can I trace the errors in this function?
> _Pirlouwi.
Hmm, not my area at all but I recently had to debug some javascript for 
a proxy.pac file and found that you can print alerts and then in Firefox 
check - Tools - Error Console

John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Better controls in freevo web page for VLC video streaming

2007-11-05 Thread Duncan Webb
Pirlouwi wrote:
> When I "tail -f" the content of /tmp/freevo/webserver-1000.log, I only
> get traces for the fileinfo.rpy file, but nothing about the html page
> opened by the window.open function.
> How Can I trace the errors in this function?
> _Pirlouwi.
> 
> On Nov 5, 2007 9:04 PM, Pascal Schirrmann <[EMAIL PROTECTED]
> > wrote:
> 
> John Molohan a écrit :
> > Hi Pirouwi,
> >
> > I haven't looked into but no harm posting the tracebacks you get here,
> > maybe someone can help get in going. This would be a great feature to
> > have and I'm working on a cosmetic update for the webserver as it
> happens.
> >
> > John
> >
> Hi,
> 
> I'm also greatly interested,and started some tests also yesterday.  But
> (at my poor level :-) ), I'm not able to track the  web process.
> Any hint to  have some ideas why some pages don't appear (just after one
> of my great modification >:-> )

Just add _debug_() statements and there should be stuff in the logs,
print statements will/may be lost.

HTH
Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Better controls in freevo web page for VLC video streaming

2007-11-05 Thread Pirlouwi
When I "tail -f" the content of /tmp/freevo/webserver-1000.log, I only get
traces for the fileinfo.rpy file, but nothing about the html page opened by
the window.open function.
How Can I trace the errors in this function?
_Pirlouwi.

On Nov 5, 2007 9:04 PM, Pascal Schirrmann <[EMAIL PROTECTED]> wrote:

> John Molohan a écrit :
> > Hi Pirouwi,
> >
> > I haven't looked into but no harm posting the tracebacks you get here,
> > maybe someone can help get in going. This would be a great feature to
> > have and I'm working on a cosmetic update for the webserver as it
> happens.
> >
> > John
> >
> Hi,
>
> I'm also greatly interested,and started some tests also yesterday.  But
> (at my poor level :-) ), I'm not able to track the  web process.
> Any hint to  have some ideas why some pages don't appear (just after one
> of my great modification >:-> )
>
>
> Thanks,
> Pascal
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Better controls in freevo web page for VLC video streaming

2007-11-05 Thread Pascal Schirrmann
John Molohan a écrit :
> Hi Pirouwi,
>
> I haven't looked into but no harm posting the tracebacks you get here, 
> maybe someone can help get in going. This would be a great feature to 
> have and I'm working on a cosmetic update for the webserver as it happens.
>
> John
>   
Hi,

I'm also greatly interested,and started some tests also yesterday.  But 
(at my poor level :-) ), I'm not able to track the  web process.
Any hint to  have some ideas why some pages don't appear (just after one 
of my great modification >:-> )


Thanks,
Pascal

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Permissions for vfd plugin

2007-11-05 Thread Geir Ola Vaagland
2007/11/5, Christian Lyra <[EMAIL PROTECTED]>:
>
> > > Does anyone knows what kind of permission and for what files I need to
> > > change to allow vfd plugin to work? I ran freevo as user freevo, so
> > > when vfd plugin tries to write to the usb device the plugin crashes. I
> > > guess that a rule on udev rules should do the trick... but for what
> > > devices/files?
> > >
> > AFAIK there are no special permissions required; you normally need to
> > add the user to the usb group
> >
>
> hm..  what about debian? there´s no usb group in debian :-(
>
> --
> Christian Lyra
> PoP-PR/RNP
>
> Maybe the group is called "storage"?
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Permissions for vfd plugin

2007-11-05 Thread Christian Lyra
> > Does anyone knows what kind of permission and for what files I need to
> > change to allow vfd plugin to work? I ran freevo as user freevo, so
> > when vfd plugin tries to write to the usb device the plugin crashes. I
> > guess that a rule on udev rules should do the trick... but for what
> > devices/files?
> >
> AFAIK there are no special permissions required; you normally need to
> add the user to the usb group
>

hm..  what about debian? there´s no usb group in debian :-(

-- 
Christian Lyra
PoP-PR/RNP

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Better controls in freevo web page for VLC video streaming

2007-11-05 Thread John Molohan
Pirlouwi wrote:
> I would like to incorporate feature like on this page 
>  in Freevo 
> web server.
> Do you think it is possible?
> I have tried to modify "fileinfo.rpy " myself to include most of the 
> code I found in /http://people.videolan.org/~damienf/plugin-0.8.6.html 
> /, but freevo 
> webserver is always crashing when executing it.
> How could I do that?
> Does Someone has a good advice on how to put this interresting 
> features (like the progress and seek bar and the audio control) in 
> Freevo webserver?
>
> Pirlouwi.
Hi Pirouwi,

I haven't looked into but no harm posting the tracebacks you get here, 
maybe someone can help get in going. This would be a great feature to 
have and I'm working on a cosmetic update for the webserver as it happens.

John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users