samuel alba | 2 Apr 2007 11:11
Picon
Gravatar

Fwd: [gnump3d] feature added : HTTP Authentication Digest

Hello,

I posted few days ago a patch to add digest auth feature to gnump3d. I
didn't receive any answer, maybe devel mailing list is not used
anymore, so I repost it here.

-- 
samuel alba

---------- Forwarded message ----------
From: samuel alba <sam.alba@...>
Date: Mar 31, 2007 6:09 PM
Subject: [gnump3d] feature added : HTTP Authentication Digest
To: gnump3d-devel@..., steve@...

Hello,

I've just finished to implement HTTP auth digest on the last CVS revision.
I think it's important to add this feature on the next release because
of security reason.

This code is in accordance with rfc 2617, I've tested it with
mozilla-firefox successfully.

I've attached the patch.

samuel "shad" alba
Attachment (gnump3d_auth_digest.patch): text/x-patch, 7064 bytes
(Continue reading)

samuel alba | 3 Apr 2007 20:26
Picon
Gravatar

[gnump3d] authentification HTTP digest

Hello,

to complete my precedent message, I fixed some things on my patch,
especially Internet Explorer support in digest string parser.

I also reduced my patch by ignoring spaces (sorry).

Thanks,

- samuel alba
Attachment (gnump3d_auth_digest.patch): text/x-patch, 3290 bytes
_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
samuel alba | 3 Apr 2007 22:18
Picon
Gravatar

Re: [gnump3d] authentification HTTP digest

I missed to urlDecode the request-URI, it's fixed.

I will add protection for replay attack (handle nc properly) maybe in few days.

I'll be glad to see some life signs...

On 4/3/07, samuel alba <sam.alba@...> wrote:
> Hello,
>
> to complete my precedent message, I fixed some things on my patch,
> especially Internet Explorer support in digest string parser.
>
> I also reduced my patch by ignoring spaces (sorry).
>
> Thanks,
>
> - samuel alba
>
>
Attachment (gnump3d_auth_digest.patch): text/x-patch, 3299 bytes
_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Steve Kemp | 4 Apr 2007 22:47
Picon
Favicon
Gravatar

Re: [gnump3d] authentification HTTP digest


  I'm on holiday.  Back in a week.  Will comment then.

  But .. development mostly ceased.  Working on rewrite slowly with
 *neat* code and more standard perl modules, such as DBI + SQLite
 involved.

  Slow link, or I'd write mire.

-- 
Steve
--

-- 
Debian GNU/Linux System Administration
http://www.debian-administration.org/
Andrew Kluger | 12 Apr 2007 01:10
Picon

A couple of questions -- video files and development *update*

Hi, I got the videos to work -- it was my fault. My folder permissions were too restrictive.

On 3/18/07, Andrew Kluger < evilgnome-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
I'm running gnump3d on gentoo, and am mostly very happy. I created a new folder, ~/.gnump3d , and created symlinks there to my music folder and two video folders. The music folder seems to be shared correctly, but I can't find the videos anywhere. They are .avi files. Can anyone help me with this?

Also, is development on this project still active?

_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Andrew Kluger | 12 Apr 2007 09:12
Picon

Re: A couple of questions -- video files and development *even more updated than last time*

I spoke too soon -- the videos don't work. They show up, but the links don't work. They're all symlinked, but that doesn't seem to matter (so is the music).

The movie in the root directory (/home/myname/.gnump3d/) has a download link of:
http://home/myname/.gnump3d/movie.avi
and a stream link of:
http://myipaddress:8888/home/myname/.gnump3d/movie.avi

The movies in subfolders have download links like:
http://myipaddress:8888/folder1//home/myname/.gnump3d/folder1/movie.avi
(notice the repeated folder1)
and stream links like:
http://myipaddress:8888/home/myname/.gnump3d/folder1/movie.avi

Anyone have any ideas? Please?

On 4/11/07, Andrew Kluger <evilgnome-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi, I got the videos to work -- it was my fault. My folder permissions were too restrictive.

On 3/18/07, Andrew Kluger < evilgnome-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
I'm running gnump3d on gentoo, and am mostly very happy. I created a new folder, ~/.gnump3d , and created symlinks there to my music folder and two video folders. The music folder seems to be shared correctly, but I can't find the videos anywhere. They are .avi files. Can anyone help me with this?

Also, is development on this project still active?


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Steve Kemp | 12 Apr 2007 16:22
Picon
Favicon
Gravatar

Re: Re: A couple of questions -- video files and development *even more updated than last time*

On Thu, Apr 12, 2007 at 03:12:44AM -0400, Andrew Kluger wrote:

>    I spoke too soon -- the videos don't work. They show up, but the links
>    don't work. They're all symlinked, but that doesn't seem to matter (so is
>    the music).

  Patch here:

        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394370;msg=10;filename=movies.diff;att=1

  Development on GNUMP3d 2.x has ceased, although I might make
 a new release in the next week with explicit mention of this,
 this patch, and the contributed digest auth work recently
 mentioned upon this list.

Steve
--

-- 
Debian GNU/Linux System Administration
http://www.debian-administration.org/
Andrew Kluger | 12 Apr 2007 20:19
Picon

Re: Re: A couple of questions -- video files and development *even more updated than last time*

Perfect! I added that line and everything works very well. Thank you, and it's great to see that you're still active.

p.s. have you ever considered switching to python? and if so, what made you choose perl instead?

On 4/12/07, Steve Kemp <steve-TNzU/siwJCnpIgCt6eIbzw@public.gmane.org> wrote:
On Thu, Apr 12, 2007 at 03:12:44AM -0400, Andrew Kluger wrote:

>    I spoke too soon -- the videos don't work. They show up, but the links
>    don't work. They're all symlinked, but that doesn't seem to matter (so is
>    the music).

  Patch here:

        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394370;msg=10;filename=movies.diff;att=1

  Development on GNUMP3d 2.x has ceased, although I might make
a new release in the next week with explicit mention of this,
this patch, and the contributed digest auth work recently
mentioned upon this list.

Steve
--
Debian GNU/Linux System Administration
http://www.debian-administration.org/


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Ross Mohn | 20 Apr 2007 03:31
Favicon
Gravatar

Re: [Gnump3d-devel] WMA downsampling

I tried this again (after 2 years!) and I think I got it. This appears
to work, and I'd appreciate it if others would try and let me know their
results:

"downsample_medium_wma = mplayer -quiet -ao pcm -ao pcm:file=- -vo null
-vc null $FILENAME | oggenc -Q -b 64 -"

Of course, you could replace the pipe into oggenc with a pipe into lame
if you want.

Let me know how it works for you. Thanks! -Ross

On Tue, 2005-03-29 at 13:15 -0500, Ross Mohn wrote:
> I try not to use WMA, but I have yet to convince some friends to switch
> their rippers to OGG :-(
> 
> In any case, I'd like to be able to downsample the WMAs. I tried playing
> with the script found here: http://s1x.homelinux.net/documents/wma2ogg
> but no luck yet. Anyone else have other suggestions?
> 
> "downsample_high_wma = mplayer -quiet -ao pcm -aofile - -vo null -vc
> dummy $FILENAME | oggenc --raw --downmix -b 96 -"
> 
> -RPM
Ross Mohn | 20 Apr 2007 15:09
Favicon
Gravatar

Re: WMA downsampling

False alarm. It still doesn't work :-(
-RPM

On Thu, 2007-04-19 at 21:31 -0400, Ross Mohn wrote:
> I tried this again (after 2 years!) and I think I got it. This appears
> to work, and I'd appreciate it if others would try and let me know their
> results:
> 
> "downsample_medium_wma = mplayer -quiet -ao pcm -ao pcm:file=- -vo null
> -vc null $FILENAME | oggenc -Q -b 64 -"
> 
> Of course, you could replace the pipe into oggenc with a pipe into lame
> if you want.
> 
> Let me know how it works for you. Thanks! -Ross
> 
> 
> 
> On Tue, 2005-03-29 at 13:15 -0500, Ross Mohn wrote:
> > I try not to use WMA, but I have yet to convince some friends to switch
> > their rippers to OGG :-(
> > 
> > In any case, I'd like to be able to downsample the WMAs. I tried playing
> > with the script found here: http://s1x.homelinux.net/documents/wma2ogg
> > but no luck yet. Anyone else have other suggestions?
> > 
> > "downsample_high_wma = mplayer -quiet -ao pcm -aofile - -vo null -vc
> > dummy $FILENAME | oggenc --raw --downmix -b 96 -"
> > 
> > -RPM
> 

Gmane