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 files

I had an issue with the plugin not installing correctly (Firefox on
 Windows XP) so I took out the hand-installed VLC and used the version with
 the Windows installer instead. That properly installed the plugin and
 I could get playback.

I got a chance to try things out at home last night on the LAN. I found I can 
definitely scroll around inside the buffered area of an MP3 (both forward and 
backward and forward again) but video does not behave the same way. There seems 
to be a very small area around the current playback time where you can change, 
but if you go outside of that (forward or backward) then the error pops up. 
Perhaps it has to do with the video being a much higher bitrate than the MP3.

I have also noticed some of my MP3s stream 'live' and some stream with an 
ending time. The Java code looks for a total length of the object and if it 
doesn't find one, assumes it's a live stream. So now I question where it's 
getting the total length from. Is it just being lazy and trying to look it up 
in the media tag? And if it's not available, it assumes the media is a live 
stream? Just a minor thing to look into, I suppose.

Anyway, those are my results. Hope they help.

James



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-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 other means, you could put it in another directory.
>>> Is this "list-only-fxd-files" feature only for the record directory?
>>> _Pirlouwi.
>>> 
>>  The main source of non-.fxd files I get is from the encoding server.
>> This .fxd only listing does seem to be only for the recorded tv
>> directory. I also have to say that when browsing the Movies dur. going
>> from a text list at the top level of teh Movies menu to giant icons is
>> very disruptive.  I run my displays at 1400 x 1050 and only seeing
>> only six icons at a time is really not good. 

I don't see that there is a problem with non-fxd files, the appear as
normal, just with a longer name.

> Yeah I think I know what you're referring too - the cover images for 
> movies? These are way out of proportion to the rest. I remember taking a 
> quick look at the code but didn't pay it much attention as it's not an 
> area I use. Shouldn't be too hard to fix though if you want to submit a 
> patch.
>
>> Are the videos supposed
>> to be shown with a thumbnail? 

No they aren't, well at least it was never coded.

> I don't think so (at least I don't ever remember there being thumbnails) 
> but this would be a nice addition too and could possibly use the code 
> from the image viewer thumbnails.
>
>> I find also find the older column view
>> to be a bit more useful than the current one. 

I'll see if it is possible to bring back the old one as a configurable
option.

> Not sure I remember the older column view, is that a few released back 
> before the removal of deletion etc? I've only really started using the 
> web interface recently and that was prompted by Don's work on the config 
> page.
>
>> I have been wondering if
>> there is a way to make the web interface a bit more configurable via
>> local_config.py. This would allow for people with out VLC,like me, to
>> not have it show up in the web interface. or maybe it needs to be s
>> seperate config file.
>
> I'm sure it's possible. You could have different styles in your css that 
> could be chosen for different views from a setting in local_conf.py.

This may be possible but requires some substantial changes, the java
script needs moving out of fileinfo.rpy and the library need to be
changed for the configuration.

Duncan


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-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 another directory.
>> Is this "list-only-fxd-files" feature only for the record directory?
>> _Pirlouwi.
>> 
>
>  The main source of non-.fxd files I get is from the encoding server.
> This .fxd only listing does seem to be only for the recorded tv
> directory. I also have to say that when browsing the Movies dur. going
> from a text list at the top level of teh Movies menu to giant icons is
> very disruptive.  I run my displays at 1400 x 1050 and only seeing
> only six icons at a time is really not good. 
Yeah I think I know what you're referring too - the cover images for 
movies? These are way out of proportion to the rest. I remember taking a 
quick look at the code but didn't pay it much attention as it's not an 
area I use. Shouldn't be too hard to fix though if you want to submit a 
patch.
> Are the videos supposed
> to be shown with a thumbnail? 
I don't think so (at least I don't ever remember there being thumbnails) 
but this would be a nice addition too and could possibly use the code 
from the image viewer thumbnails.
> I find also find the older column view
> to be a bit more useful than the current one. 
Not sure I remember the older column view, is that a few released back 
before the removal of deletion etc? I've only really started using the 
web interface recently and that was prompted by Don's work on the config 
page.
> I have been wondering if
> there is a way to make the web interface a bit more configurable via
> local_config.py. This would allow for people with out VLC,like me, to
> not have it show up in the web interface. or maybe it needs to be s
> seperate config file.
>
> Evan
I'm sure it's possible. You could have different styles in your css that 
could be chosen for different views from a setting in local_conf.py.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-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 on Linux yet!).
> But if I recall well, it was already the case in 1.7.3.
That's good - least it wasn't me :)
> 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.
I didn't but I think you're right. It was changed a while back (by Tanja 
maybe?), a search of the svn logs might show up the code that's needed.
> Also, we should work to integrate the code from the wiki telling us 
> how to view live tv with vlc. Problem is that it use v4l api, which is 
> not well supported by all modern capture drivers. But it should be 
> really a killing feature.
> _Pirlouwi
Absolutely. This would really be a fantastic feature to have on top of 
the other developments. I replied to Jody's thread the other day but I 
haven't seen an update. I might email her directly in case she isn't 
checking the list.
>
> On Nov 20, 2007 9:45 PM, John Molohan <[EMAIL PROTECTED] 
> > wrote:
>
> 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 youtube web plugin for
> > example). Perhaps it downloads packets when they are needed (in a
> > small time window). I would like to have a confirmation on that
> point.
> >
> > Whatever, if your integration of the videolan+seekbar stuffs
> allows to
> > seek backwards with success, could you send me the required
> files so I
> > could test it on my system?
> >
> > Is vlc the only opensource player to include a web plugin? I am
> > surprised that mplayer do not have such feature, considering the
> > emulation of tons of people around the mplayer project...
> >
> > Kind Regards,
> > Pirlouwi.
> >
> > On Nov 20, 2007 9:00 PM, James Trietsch < [EMAIL PROTECTED]
> 
> > >> wrote:
> >
> > Funny you guys should be talking about this. I just patched
> up my
> > fileinfo.rpy and added the vidlan stuff and was playing with it
> > last night. I love it, although my only wish would be
> > de-interlacing control (since my recorded TV is interlaced).
> Alas,
> > outside of our home network, our DSL can't push enough data to
> > reliably stream anything but MP3s. -_-
> >
> > Anyhow, I was playing around, looking at the code and trying
> some
> > tweaks. I think I know what the
> > INPUT_CONTROL_SET_POSITION(_OFFSET) error is. It happens
> when you
> > try to seek past the buffer. I.E., if you start a song and then
> > try to jump out to the halfway mark, it'll give you the error
> > because it hasn't loaded that far into the song yet. But if you
> > take the current position and skip backwards, or skip forward a
> > few seconds, it seeks properly. At least this is the
> behavior I've
> > experienced so far.
> >
> > I suppose we're hindered by the lack of an indicator showing how
> > much of the file has loaded into memory... and I haven't
> been able
> > to do this on video files, because they all play as live
> streams,
> > so there's no seeking or pausing allowed.
> >
> > I hope this helps in the short term. ^_^
> >
> > James
> >
> > P.S. John, what web interface improvements have you been
> working
> > on? I tweaked the popup info box (fileinfo.rpy) to be more
> > friendly instead of just blindly listing the tags in the .fxd
> > file. I'd be happy to post up some examples and plan to
> submit the
> > changes once I feel I'm done with it. I still want to
> display more
> > info that's gathered from the file's information block (like
> ID3)
> > when an .fxd is not present, and maybe handle .fxds for files
> > other than recorded TV programs.
> >
> Weird, I didn't get James' original post, anyway I've just submitted a
> feature request for my work on the webserver. It's all cosmetic stuff
> really, although I've failed so far to get slimbox to work with the
> library for a more slick image viewer. Have a look here for the
> tracker
> item
> 
> http://sourceforge.net/tracker/index.php?func=detail&aid

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 "list-only-fxd-files" feature only for the record directory?
> _Pirlouwi.

 The main source of non-.fxd files I get is from the encoding server.
This .fxd only listing does seem to be only for the recorded tv
directory. I also have to say that when browsing the Movies dur. going
from a text list at the top level of teh Movies menu to giant icons is
very disruptive.  I run my displays at 1400 x 1050 and only seeing
only six icons at a time is really not good. Are the videos supposed
to be shown with a thumbnail? I find also find the older column view
to be a bit more useful than the current one. I have been wondering if
there is a way to make the web interface a bit more configurable via
local_config.py. This would allow for people with out VLC,like me, to
not have it show up in the web interface. or maybe it needs to be s
seperate config file.

Evan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-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, Evan Hisey <[EMAIL PROTECTED]> wrote:
>
> 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 some of the older functionality
> back to the library pages. The 2 things that I most miss is that the
> old interface should all video is in the record directory not just the
> .fxd files and you had a clean delete option on each of them.
>
> Evan
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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-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 some of the older functionality
back to the library pages. The 2 things that I most miss is that the
old interface should all video is in the record directory not just the
.fxd files and you had a clean delete option on each of them.

Evan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-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 library tab? In the
tv interface it is possible to delete a media, not in the web interface.
This should be added I think.
Also, we should work to integrate the code from the wiki telling us how to
view live tv with vlc. Problem is that it use v4l api, which is not well
supported by all modern capture drivers. But it should be really a killing
feature.
_Pirlouwi

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

> 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 youtube web plugin for
> > example). Perhaps it downloads packets when they are needed (in a
> > small time window). I would like to have a confirmation on that point.
> >
> > Whatever, if your integration of the videolan+seekbar stuffs allows to
> > seek backwards with success, could you send me the required files so I
> > could test it on my system?
> >
> > Is vlc the only opensource player to include a web plugin? I am
> > surprised that mplayer do not have such feature, considering the
> > emulation of tons of people around the mplayer project...
> >
> > Kind Regards,
> > Pirlouwi.
> >
> > On Nov 20, 2007 9:00 PM, James Trietsch <[EMAIL PROTECTED]
> > > wrote:
> >
> > Funny you guys should be talking about this. I just patched up my
> > fileinfo.rpy and added the vidlan stuff and was playing with it
> > last night. I love it, although my only wish would be
> > de-interlacing control (since my recorded TV is interlaced). Alas,
> > outside of our home network, our DSL can't push enough data to
> > reliably stream anything but MP3s. -_-
> >
> > Anyhow, I was playing around, looking at the code and trying some
> > tweaks. I think I know what the
> > INPUT_CONTROL_SET_POSITION(_OFFSET) error is. It happens when you
> > try to seek past the buffer. I.E., if you start a song and then
> > try to jump out to the halfway mark, it'll give you the error
> > because it hasn't loaded that far into the song yet. But if you
> > take the current position and skip backwards, or skip forward a
> > few seconds, it seeks properly. At least this is the behavior I've
> > experienced so far.
> >
> > I suppose we're hindered by the lack of an indicator showing how
> > much of the file has loaded into memory... and I haven't been able
> > to do this on video files, because they all play as live streams,
> > so there's no seeking or pausing allowed.
> >
> > I hope this helps in the short term. ^_^
> >
> > James
> >
> > P.S. John, what web interface improvements have you been working
> > on? I tweaked the popup info box (fileinfo.rpy) to be more
> > friendly instead of just blindly listing the tags in the .fxd
> > file. I'd be happy to post up some examples and plan to submit the
> > changes once I feel I'm done with it. I still want to display more
> > info that's gathered from the file's information block (like ID3)
> > when an .fxd is not present, and maybe handle .fxds for files
> > other than recorded TV programs.
> >
> Weird, I didn't get James' original post, anyway I've just submitted a
> feature request for my work on the webserver. It's all cosmetic stuff
> really, although I've failed so far to get slimbox to work with the
> library for a more slick image viewer. Have a look here for the tracker
> item
>
> http://sourceforge.net/tracker/index.php?func=detail&aid=1835346&group_id=46652&atid=446898
> I might post some screenshots to the users list or the website to give
> people an idea of the changes.
>
> John
>
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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-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 youtube web plugin for 
> example). Perhaps it downloads packets when they are needed (in a 
> small time window). I would like to have a confirmation on that point.
>
> Whatever, if your integration of the videolan+seekbar stuffs allows to 
> seek backwards with success, could you send me the required files so I 
> could test it on my system?
>
> Is vlc the only opensource player to include a web plugin? I am 
> surprised that mplayer do not have such feature, considering the 
> emulation of tons of people around the mplayer project...
>
> Kind Regards,
> Pirlouwi.
>
> On Nov 20, 2007 9:00 PM, James Trietsch <[EMAIL PROTECTED] 
> > wrote:
>
> Funny you guys should be talking about this. I just patched up my
> fileinfo.rpy and added the vidlan stuff and was playing with it
> last night. I love it, although my only wish would be
> de-interlacing control (since my recorded TV is interlaced). Alas,
> outside of our home network, our DSL can't push enough data to
> reliably stream anything but MP3s. -_-
>
> Anyhow, I was playing around, looking at the code and trying some
> tweaks. I think I know what the
> INPUT_CONTROL_SET_POSITION(_OFFSET) error is. It happens when you
> try to seek past the buffer. I.E., if you start a song and then
> try to jump out to the halfway mark, it'll give you the error
> because it hasn't loaded that far into the song yet. But if you
> take the current position and skip backwards, or skip forward a
> few seconds, it seeks properly. At least this is the behavior I've
> experienced so far.
>
> I suppose we're hindered by the lack of an indicator showing how
> much of the file has loaded into memory... and I haven't been able
> to do this on video files, because they all play as live streams,
> so there's no seeking or pausing allowed.
>
> I hope this helps in the short term. ^_^
>
> James
>
> P.S. John, what web interface improvements have you been working
> on? I tweaked the popup info box (fileinfo.rpy) to be more
> friendly instead of just blindly listing the tags in the .fxd
> file. I'd be happy to post up some examples and plan to submit the
> changes once I feel I'm done with it. I still want to display more
> info that's gathered from the file's information block (like ID3)
> when an .fxd is not present, and maybe handle .fxds for files
> other than recorded TV programs.
>
Weird, I didn't get James' original post, anyway I've just submitted a 
feature request for my work on the webserver. It's all cosmetic stuff 
really, although I've failed so far to get slimbox to work with the 
library for a more slick image viewer. Have a look here for the tracker 
item 
http://sourceforge.net/tracker/index.php?func=detail&aid=1835346&group_id=46652&atid=446898
 
I might post some screenshots to the users list or the website to give 
people an idea of the changes.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-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). Perhaps
it downloads packets when they are needed (in a small time window). I would
like to have a confirmation on that point.

Whatever, if your integration of the videolan+seekbar stuffs allows to seek
backwards with success, could you send me the required files so I could test
it on my system?

Is vlc the only opensource player to include a web plugin? I am surprised
that mplayer do not have such feature, considering the emulation of tons of
people around the mplayer project...

Kind Regards,
Pirlouwi.

On Nov 20, 2007 9:00 PM, James Trietsch <[EMAIL PROTECTED]> wrote:

> Funny you guys should be talking about this. I just patched up my
> fileinfo.rpy and added the vidlan stuff and was playing with it last
> night. I love it, although my only wish would be de-interlacing control
> (since my recorded TV is interlaced). Alas, outside of our home network, our
> DSL can't push enough data to reliably stream anything but MP3s. -_-
>
> Anyhow, I was playing around, looking at the code and trying some tweaks.
> I think I know what the INPUT_CONTROL_SET_POSITION(_OFFSET) error is. It
> happens when you try to seek past the buffer. I.E., if you start a song
> and then try to jump out to the halfway mark, it'll give you the error
> because it hasn't loaded that far into the song yet. But if you take the
> current position and skip backwards, or skip forward a few seconds, it seeks
> properly. At least this is the behavior I've experienced so far.
>
> I suppose we're hindered by the lack of an indicator showing how much of
> the file has loaded into memory... and I haven't been able to do this on
> video files, because they all play as live streams, so there's no seeking or
> pausing allowed.
>
> I hope this helps in the short term. ^_^
>
> James
>
> P.S. John, what web interface improvements have you been working on? I
> tweaked the popup info box (fileinfo.rpy) to be more friendly instead of
> just blindly listing the tags in the .fxd file. I'd be happy to post up some
> examples and plan to submit the changes once I feel I'm done with it. I
> still want to display more info that's gathered from the file's information
> block (like ID3) when an .fxd is not present, and maybe handle .fxds for
> files other than recorded TV programs.
>
>
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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-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 Molohan <[EMAIL PROTECTED]> wrote:
>
> 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 is a problem of integration inside Freevo,
> >> because since I replaced the popup window by a true html file
> >> (vlcwin.rpy), the vlc plugin and all controls appears correctly on the
> >> page.
> >> If someone could try this last version, we could get success finally.
> >> I really would like that this seekbar feature to be present in the
> >> next Freevo release.
> >> Cheers,
> >> Pirlouwi.
> >>
> > I don't know where the problem is but I have tried out this latest
> > version and get the same behaviour as you describe. I really hope you
> > get the fix as this is a great addition and will complement my other
> > updates to the web interface nicely.
> >
> > John
> >
> >> On Nov 8, 2007 9:01 PM, Pascal Schirrmann <[EMAIL PROTECTED]
> >> > wrote:
> >>
> >> 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 += u"doc.getElementById('file-play-using-vlc').onclick =
> >> %s;\n"
> >> >
> >> > what are the %s values ?
> >> >
> >> Hi,
> >>
> >> The explanation is 4 line lower : In python (warning, I'm nearly a
> >> python newbie !), you can write for instance that :
> >>
> >> print "the result is %s when the snow is %s, and %s when the sun
> >> is %s"
> >> % ( weather, snow_state, weather2, sun_rise )
> >>
> >> So, in the program, the first %s is replaced by
> >> Unicode(title.replace("'", "\\'"))
> >>
> >> And so on
> >>
> >> Pascal
> >>
> >>
> Hi,
>
> Has there been any luck getting this to work fully?
>
> John
>
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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-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 is a problem of integration inside Freevo, 
>> because since I replaced the popup window by a true html file 
>> (vlcwin.rpy), the vlc plugin and all controls appears correctly on the 
>> page.
>> If someone could try this last version, we could get success finally. 
>> I really would like that this seekbar feature to be present in the 
>> next Freevo release.
>> Cheers,
>> Pirlouwi.
>> 
> I don't know where the problem is but I have tried out this latest 
> version and get the same behaviour as you describe. I really hope you 
> get the fix as this is a great addition and will complement my other 
> updates to the web interface nicely.
>
> John
>   
>> On Nov 8, 2007 9:01 PM, Pascal Schirrmann <[EMAIL PROTECTED] 
>> > wrote:
>>
>> 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 += u"doc.getElementById('file-play-using-vlc').onclick =
>> %s;\n"
>> >
>> > what are the %s values ?
>> >
>> Hi,
>>
>> The explanation is 4 line lower : In python (warning, I'm nearly a
>> python newbie !), you can write for instance that :
>>
>> print "the result is %s when the snow is %s, and %s when the sun
>> is %s"
>> % ( weather, snow_state, weather2, sun_rise )
>>
>> So, in the program, the first %s is replaced by
>> Unicode(title.replace("'", "\\'"))
>>
>> And so on
>>
>> Pascal
>>
>> 
Hi,

Has there been any luck getting this to work fully?

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-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 inside Freevo, 
> because since I replaced the popup window by a true html file 
> (vlcwin.rpy), the vlc plugin and all controls appears correctly on the 
> page.
> If someone could try this last version, we could get success finally. 
> I really would like that this seekbar feature to be present in the 
> next Freevo release.
> Cheers,
> Pirlouwi.
I don't know where the problem is but I have tried out this latest 
version and get the same behaviour as you describe. I really hope you 
get the fix as this is a great addition and will complement my other 
updates to the web interface nicely.

John
>
> On Nov 8, 2007 9:01 PM, Pascal Schirrmann <[EMAIL PROTECTED] 
> > wrote:
>
> 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 += u"doc.getElementById('file-play-using-vlc').onclick =
> %s;\n"
> >
> > what are the %s values ?
> >
> Hi,
>
> The explanation is 4 line lower : In python (warning, I'm nearly a
> python newbie !), you can write for instance that :
>
> print "the result is %s when the snow is %s, and %s when the sun
> is %s"
> % ( weather, snow_state, weather2, sun_rise )
>
> So, in the program, the first %s is replaced by
> Unicode(title.replace("'", "\\'"))
>
> And so on
>
> 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-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 replaced the popup window by a true html file (vlcwin.rpy), the vlc
plugin and all controls appears correctly on the page.
If someone could try this last version, we could get success finally. I
really would like that this seekbar feature to be present in the next Freevo
release.
Cheers,
Pirlouwi.

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

> 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 += u"doc.getElementById('file-play-using-vlc').onclick = %s;\n"
> >
> > what are the %s values ?
> >
> Hi,
>
> The explanation is 4 line lower : In python (warning, I'm nearly a
> python newbie !), you can write for instance that :
>
> print "the result is %s when the snow is %s, and %s when the sun is %s"
> % ( weather, snow_state, weather2, sun_rise )
>
> So, in the program, the first %s is replaced by
> Unicode(title.replace("'", "\\'"))
>
> And so on
>
> 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
>


vlcwin.tar.gz
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-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 += u"doc.getElementById('file-play-using-vlc').onclick = %s;\n"
>
> what are the %s values ?
>   
Hi,

The explanation is 4 line lower : In python (warning, I'm nearly a 
python newbie !), you can write for instance that :

print "the result is %s when the snow is %s, and %s when the sun is %s" 
% ( weather, snow_state, weather2, sun_rise )

So, in the program, the first %s is replaced by
Unicode(title.replace("'", "\\'"))

And so on

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-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';\n"
vlc += u"doc.getElementById('file-play-button').onclick = %s;\n"
vlc += u"doc.getElementById('file-play-using-vlc').onclick = %s;\n"

what are the %s values ?

I'm at the point where python will create the page, the page contains
the buttons and the vlc plugin but no video.

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-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 is the most advanced version, with most of the script in 
vlc.script
fileinfo.rpy is another version with a lot of scripts in the 'main 
page', to mimic as much as possible the damienf sample page
test.html is a copy of damienf page, modified to use the library in a 
sub named vlc_ext
finally, vlc_ext contains the four blueshoes scripts, vlc.script (an 
external copy of the initially internals scripts) and the 4 needed pictures.
test.html work fine on my system, excepted when I try to move the cursor 
with an http link (like the link really used in freevo)
fileinfo.rpy works, except the slider, who doesn't appear at all ! and 
the counter.


I think that this as to do with the simple quote/double quote : I had to 
convert each single quote to double quote to be able to load the page 
from the javascript script.


BTW, another question, if a javascript expert is with us :
When loading the page with the VLC plugin, it seems that the server 
doesn't send the appropriate value tu the HTTP browser, to tell him that 
the page is complete. So the browser still wait for an hypothetical end 
of transmission.

This is also true in the original version.
Do you know an easy way to stop that ? (Not related to the other trouble).

Thanks,
Pascal


fileinfo_vlc.tgz
Description: application/compressed
-
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-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 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 :-). That is : the
> plugin is running, but I don't have a progression bar (could be normal,
> as the file is downloaded), and firebug isn't that happy :-|
>
> I think I can deal with these troubles, but in between, the sample page
> use 4 different javascript files, and the licence in the file doesn't
> put me happy :
>
>
> /
> * BlueShoes Framework; This file is part of the php application framework.
> * NOTE: This code is stripped (obfuscated). To get the clean documented
> code goto
> *   www.blueshoes.org and register for the free open source
> *DEVELOPER* version or
> *   buy the commercial version.
> *
> *   In case you've already got the developer version, then this is one
> of the few
> *   packages/classes that is only available to *PAYING* customers.
> *   To get it go to www.blueshoes.org and buy a commercial version.
> *
> * @copyright www.blueshoes.org
> * @authorSamuel Blume 
> * @authorAndrej Arn 
> */
>
> It could be that this framework is only used for the progress bar, but
> do someone have informations about using these tools ?
>
> (I think I should be able to send something working tomorrow).
>
> 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
>
-
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-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 :-). That is : the 
plugin is running, but I don't have a progression bar (could be normal, 
as the file is downloaded), and firebug isn't that happy :-|

I think I can deal with these troubles, but in between, the sample page 
use 4 different javascript files, and the licence in the file doesn't 
put me happy :

/
* BlueShoes Framework; This file is part of the php application framework.
* NOTE: This code is stripped (obfuscated). To get the clean documented code 
goto 
*   www.blueshoes.org and register for the free open source *DEVELOPER* 
version or 
*   buy the commercial version.
*   
*   In case you've already got the developer version, then this is one of 
the few 
*   packages/classes that is only available to *PAYING* customers.
*   To get it go to www.blueshoes.org and buy a commercial version.
* 
* @copyright www.blueshoes.org
* @authorSamuel Blume 
* @authorAndrej Arn 
*/

It could be that this framework is only used for the progress bar, but 
do someone have informations about using these tools ?

(I think I should be able to send something working tomorrow).

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-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_init.js and vlc_funcs.js.
But, it still does not work. I have been using the _debug_(); function
advised by Duncan and I came to the same error given by John in his last
email (: invalid syntax (fileinfo.rpy, line
129)).

The error occurs when we want to call the doGo() function, which is defined
inside vlc_funcs.js file.

I am currently in GMT+1 here in Belgium, and we can talk tonight if you
want.
For example, we can meet on irc://irc.freenode.net/freevo around 10:00 PM
(GMT+1). Beware you must register your nickname to enter most of freenode
chat rooms. You will get info on this procedure when connecting to
irc.freenode.net.
Pirlouwi.


On 11/6/07, don locke <[EMAIL PROTECTED]> wrote:
>
> 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
>
-
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 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] 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