dexterous | 6 Nov 2008 00:27
Picon

Re: Empty playlist generated


dexterous wrote:
> 
> Ver : gnump3d v3.0 [CVS Info: gnump3d2 1.156 (2007/10/16)] on Perl
> v5.008008
> 
> Hello, I recently changed the partition my music archive is located in to
> use ACL's.  I have modified the permissions at the top level, recursively
> down my archive as such :
> 
>      drwxrws--x+ 37 root share 1.2K 2008-10-26 06:59
> /srv/storage/main/music
> 
>      # file: .
>      # owner: root
>      # group: share
>      user::rwx
>      user:gnump3d:r-x
>      group::rwx
>      group:share:rwx
>      group:gnump3d:r-x
>      mask::rwx
>      other::--x
>      default:user::rwx
>      default:user:root:rwx
>      default:user:gnump3d:r-x
>      default:group::rwx
>      default:group:share:rwx
>      default:group:gnump3d:r-x
>      default:mask::rwx
(Continue reading)

dexterous | 6 Nov 2008 17:20
Picon

Re: Empty playlist generated


dexterous wrote:
> 
> Well, I've been looking in to this, my perl knowledge is novice at best.
> However, I've made myself a fix for this.. maybe someone else can clean it
> up?
> 
> /usr/bin/gnump3d : Line 1499
>     next if ( ! -r $file );
> 
> For some reason, this test is coming back false even though the files are
> readable, I tried changing it to -R with no effect.  So, I commented out
> that line
> and added the following.
> 
>    if (!open(TEMP,"<",$file)) {
>            print STDERR "Skipped unreadable file : $file \n";
>            next;
>    }
>    close(TEMP);
> 
> Works no problem like this.  I don't know if there is a better way to go
> about it, I hope there is.  Opening a file just to test if it is readable
> seems wasteful to me.
> 
> Once again, Thanks in advance for any input.
> 

Looking into this even further, I found the following information at (
http://perldoc.perl.org/functions/-X.html ) :
(Continue reading)

indravenik | 27 Nov 2008 07:52
Picon
Favicon

gnump3d - test pointed two errors

Dear All,

 I am a newbie to this gnump3d application. Its a nice tool in first 
look itself. But I am having some queries which I  couldn't find in FAQ 
or in documentation, thus I am posting them here, wish to get the reply 
soon.

I download the gnump3d-3.0 version (tar.gz) file and extracted it, 
installed using make install. Installation was successful. I am using 
Debian Lenny.

1. After installation of the gnump3d, I executed the make test, to test 
my application, and the following is the output,

prove --shuffle tests/
tests/gnump3d-files........NOK 
2                                            
#   Failed test 'require gnump3d::filetypess;'
#   in tests/gnump3d-files.t at line 19.
#     Tried to require 'gnump3d::filetypess'.
#     Error:  Can't locate gnump3d/filetypess.pm in  <at> INC ( <at> INC contains: 
/etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
/usr/local/lib/site_perl . lib) at (eval 4) line 2.
# Looks like you failed 1 test of 106.
tests/gnump3d-files........dubious                                           

    Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
    Failed 1/106 tests, 99.06% okay
(Continue reading)

indravenik | 1 Dec 2008 05:45
Picon
Favicon

Re: gnump3d - test pointed two errors

Thankyou. I tried resolving that error during 'make test'. But what 
about my other doubts regarding this application. could you please 
provide me answers for the below.

2. After placing the files at the directory mentioned in the conf file, and then accessed using
http://localhost:8888 and was able to see the home page of my streaming server. Well, I was even able to
play the videos through browser. But the problem here is, when I am trying to access my server from a client
machine (windows client, using internet explorer and mozilla firefox) I am seeing that Videos are
downloaded to the local machine and then played. [Note: In my conf file, I have always_stream = 1]. In some
windows machines, the file is downloaded completely, but its not played, even though the file format
support is available to the player.

3. I want to know, whats the stability of this streaming server, can I use it for large content streaming ?

4. And exactly what are the file formats that are supported by the gnump3d server.

regards
indraveni

Mordbrann wrote:
> 	you can always add other repositories to
> your /etc/apt/sources.list then do something like apt-get install
> gnump3d/testing (or whichever branch it may be in) to install it.
> other than that I'm afraid I don't have any other good advice :\
>
>
> You wrote:
>
>   
>> Thankyou for the reply.
(Continue reading)

Steve Kemp | 1 Dec 2008 10:45
Picon
Favicon
Gravatar

Re: gnump3d - test pointed two errors

On Mon Dec 01, 2008 at 10:15:24 +0530, indravenik wrote:
>
> 2. After placing the files at the directory mentioned in the conf file, and then accessed using
http://localhost:8888 and was able to see the home page of my streaming server. Well, I was even able to
play the videos through browser. But the problem here is, when I am trying to access my server from a client
machine (windows client, using internet explorer and mozilla firefox) I am seeing that Videos are
downloaded to the local machine and then played. [Note: In my conf file, I have always_stream = 1]. In some
windows machines, the file is downloaded completely, but its not played, even though the file format
support is available to the player.

  Regardless of any setting you make when it comes to videos you'll
 find they only download + play, and not stream.

> 3. I want to know, whats the stability of this streaming server, can I use it for large content streaming ?

  Yes.

> 4. And exactly what are the file formats that are supported by the gnump3d server.

  Look in gnump3d/files.pm - that has a list of suffixes which are
 recognised.

Steve
--

-- 

Gmane