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

2007-11-21 Thread James Trietsch
Pirlouwi: I made a tweak to one of the videolan Java files, but what I did didn't work, so I put it back. All I'm running is your changes from the tar.gz file you posted to the mailing list: * Modified fileinfo.rpy to point to vlcwin.rpy * vlcwin.rpy * videolan directory to hold Java support

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

2007-11-21 Thread Duncan Webb
John Molohan wrote: > Evan Hisey wrote: >> Pirlouwi >> >> On Nov 21, 2007 2:33 AM, Pirlouwi <[EMAIL PROTECTED]> wrote: >> >>> Hi Evan, >>> what is the origin of such video without fxd? Normally if it had been >>> created by Freevo, it always has a companion fxd file. >>> If it was created by oth

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

2007-11-21 Thread John Molohan
Evan Hisey wrote: > Pirlouwi > > On Nov 21, 2007 2:33 AM, Pirlouwi <[EMAIL PROTECTED]> wrote: > >> Hi Evan, >> what is the origin of such video without fxd? Normally if it had been >> created by Freevo, it always has a companion fxd file. >> If it was created by other means, you could put it in

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

2007-11-21 Thread John Molohan
Pirlouwi wrote: > Just tried your work afaic. > Good hit! All is functionnal, except for the webremote window : the > 3rd icon column is out of screen on the right - buttons are not > centered horizontally. Works for me at 1024x768 with Firefox2.0, IE7 & Safari (all on XP though, haven't tested

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

2007-11-21 Thread Evan Hisey
Pirlouwi On Nov 21, 2007 2:33 AM, Pirlouwi <[EMAIL PROTECTED]> wrote: > Hi Evan, > what is the origin of such video without fxd? Normally if it had been > created by Freevo, it always has a companion fxd file. > If it was created by other means, you could put it in another directory. > Is this "li

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

2007-11-21 Thread Pirlouwi
Hi Evan, what is the origin of such video without fxd? Normally if it had been created by Freevo, it always has a companion fxd file. If it was created by other means, you could put it in another directory. Is this "list-only-fxd-files" feature only for the record directory? _Pirlouwi. On 11/21/07

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

2007-11-20 Thread Evan Hisey
John > Did you though about adding a delete option in the media library tab? In the > tv interface it is possible to delete a media, not in the web interface. > This should be added I think. This was a feature lost from the 1.6 line. Iwas starting to look at the librar code to see about returning s

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

2007-11-20 Thread Pirlouwi
Just tried your work afaic. Good hit! All is functionnal, except for the webremote window : the 3rd icon column is out of screen on the right - buttons are not centered horizontally. But if I recall well, it was already the case in 1.7.3. Did you though about adding a delete option in the media lib

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

2007-11-20 Thread John Molohan
Pirlouwi wrote: > Hello James, > I agree with you about the meaning of the error, but I still get it, > even if I seek backwards (to see what had normally already been buffered). > I don't know if the vlc plugin is actually able to make pre-buffering > (in the sense of what we can see on the yout

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

2007-11-20 Thread Pirlouwi
Hello James, I agree with you about the meaning of the error, but I still get it, even if I seek backwards (to see what had normally already been buffered). I don't know if the vlc plugin is actually able to make pre-buffering (in the sense of what we can see on the youtube web plugin for example).

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

2007-11-20 Thread Pirlouwi
Good morning John, I have posted a question on the videolan forum. Waiting... BTW, could you give me more info? The video files are streamed by the freevo http server. Is there a difference between the behavior of our http server and a more standard one such as Apache? _Pirlouwi On 11/20/07, John

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

2007-11-20 Thread John Molohan
John Molohan wrote: > Pirlouwi wrote: > >> I have another version, which works better. The seekbar is now >> displayed, but I still can't use it to jump to a random place inside >> the stream (I got an error: 'INPUT_CONTROL_SET_POSITION(_OFFSET) 21,5% >> failed'). >> I don't think that this i

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

2007-11-14 Thread John Molohan
Pirlouwi wrote: > I have another version, which works better. The seekbar is now > displayed, but I still can't use it to jump to a random place inside > the stream (I got an error: 'INPUT_CONTROL_SET_POSITION(_OFFSET) 21,5% > failed'). > I don't think that this is a problem of integration insid

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

2007-11-12 Thread Pirlouwi
I have another version, which works better. The seekbar is now displayed, but I still can't use it to jump to a random place inside the stream (I got an error: 'INPUT_CONTROL_SET_POSITION(_OFFSET) 21,5% failed'). I don't think that this is a problem of integration inside Freevo, because since I rep

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

2007-11-08 Thread Pascal Schirrmann
don locke a écrit : > I have some issues with the following lines i covverted. > > vlc += u"doc.getElementById('file-head').innerHTML = '%s';\n" > vlc += u"doc.getElementById('file-info').innerHTML = '%s';\n" > vlc += u"doc.getElementById('file-play-button').onclick = %s;\n" > vlc +

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

2007-11-07 Thread don locke
I've also been looking at vlc player a bit. When changing to python creating the webpage instead of javascript . I have some issues with the following lines i covnerted. vlc += u"doc.getElementById('file-head').innerHTML = '%s';\n" vlc += u"doc.getElementById('file-info').innerHTML = '%s'

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

2007-11-07 Thread Pascal Schirrmann
Pirlouwi a écrit : Great! I was still blocked. I am not that king of javascript :-) Waiting to test your alpha version asap ... Cheers. Pirlouwi Hi, Alas, This doesn't work as expected. Anyway, I give you the 'work in progress' (I'm not sure about the progress tonight...) fileinfo.rpy i

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

2007-11-07 Thread Pirlouwi
Great! I was still blocked. I am not that king of javascript :-) Waiting to test your alpha version asap ... Cheers. Pirlouwi On 11/6/07, Pascal Schirrmann <[EMAIL PROTECTED]> wrote: > > Pirlouwi a écrit : > > Hello, here is the integration I have done so far (see attached file). > > This is not

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

2007-11-06 Thread Pascal Schirrmann
Pirlouwi a écrit : > 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. Hi, I have a 'nearly running' version of the plugin

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

2007-11-06 Thread Pirlouwi
About the .js external file, I have already done this. If you inspect the original code from videolan.org, there was some code inside the html file that was hardcoded inside, and I put it in a .js file. It is a lot easier. In the .tgz I joined to my email yesterday, these two new .js files are: vlc

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

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

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

2007-11-03 Thread Pirlouwi
I would like to incorporate feature like on this pagein 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