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.video

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 > > d

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 rul

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

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]> wro

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 Schi

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

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 th

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