gnump3d - test pointed two errors

View: New views
3 Messages — Rating Filter:   Alert me  

gnump3d - test pointed two errors

by indravenik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 @INC (@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
tests/modules..............ok 1/0Direct ConfigFile usage is deprecated,
please use Config::File instead at (eval 4) line 2
tests/modules..............ok                                                

tests/gnump3d-md5..........ok                                                

tests/pod..................skipped
        all skipped: Test::Pod 1.00 required for testing POD
tests/template-handling....ok                                                

tests/gnump3d-request......x
tests/gnump3d-request......NOK 5#   Failed test ' The incoming request
was correct'
#   in tests/gnump3d-request.t at line 49.
#          got: '/?foo=bar'
#     expected: '/'
# Looks like you failed 1 test of 10.
tests/gnump3d-request......dubious                                          

    Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 5
    Failed 1/10 tests, 90.00% okay
tests/gnump3d-config.......ok                                                

tests/executable...........ok                                                

Failed Test             Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
tests/gnump3d-files.t      1   256   106    1   0.94%  2
tests/gnump3d-request.t    1   256    10    1  10.00%  5
1 test skipped.
Failed 2/8 test scripts, 75.00% okay. 2/275 subtests failed, 99.27% okay.
make: *** [test] Error 255


How can I resolve the above Failures ?

2. I ignored the above failures, and proceeded to start the server,
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 downlaoded 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.

Awaiting for the reply.


Thanks & Regards
Indraveni


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Parent Message unknown Re: gnump3d - test pointed two errors

by indravenik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.
>>
>> I dint find a debian binary for the gnump3d package, its available in etch
>> but not in lenny. I am using the lenny version, thus I started up with the
>> source package.
>>
>> any other solution please.
>>
>> On Sat, Nov 29, 2008, Mordbrann <mordbrann@...> said:
>>
>>    
>>> Greetings Indravenik,
>>>
>>> Since you're running Debian (a wise choice) you may try doing
>>> apt-get install --dry-run gnump3d to see if you're missing any
>>> dependencies.  That is the likely problem with your compilation
>>> errors.  Along those same lines why not just use the Debian package?
>>>
>>> HTH,
>>> Charlie
>>>
>>>
>>> You wrote:
>>>
>>>      
>>>> 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 @INC (@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
>>>> tests/modules..............ok 1/0Direct ConfigFile usage is deprecated,
>>>> please use Config::File instead at (eval 4) line 2
>>>> tests/modules..............ok                                                
>>>>
>>>> tests/gnump3d-md5..........ok                                                
>>>>
>>>> tests/pod..................skipped
>>>>         all skipped: Test::Pod 1.00 required for testing POD
>>>> tests/template-handling....ok                                                
>>>>
>>>> tests/gnump3d-request......x
>>>> tests/gnump3d-request......NOK 5#   Failed test ' The incoming request
>>>> was correct'
>>>> #   in tests/gnump3d-request.t at line 49.
>>>> #          got: '/?foo=bar'
>>>> #     expected: '/'
>>>> # Looks like you failed 1 test of 10.
>>>> tests/gnump3d-request......dubious                                          
>>>>
>>>>     Test returned status 1 (wstat 256, 0x100)
>>>> DIED. FAILED test 5
>>>>     Failed 1/10 tests, 90.00% okay
>>>> tests/gnump3d-config.......ok                                                
>>>>
>>>> tests/executable...........ok                                                
>>>>
>>>> Failed Test             Stat Wstat Total Fail  Failed  List of Failed
>>>> -------------------------------------------------------------------------------
>>>> tests/gnump3d-files.t      1   256   106    1   0.94%  2
>>>> tests/gnump3d-request.t    1   256    10    1  10.00%  5
>>>> 1 test skipped.
>>>> Failed 2/8 test scripts, 75.00% okay. 2/275 subtests failed, 99.27% okay.
>>>> make: *** [test] Error 255
>>>>
>>>>
>>>> How can I resolve the above Failures ?
>>>>
>>>> 2. I ignored the above failures, and proceeded to start the server,
>>>> 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 downlaoded 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.
>>>>
>>>> Awaiting for the reply.
>>>>
>>>>
>>>> Thanks & Regards
>>>> Indraveni
>>>>
>>>>
>>>> _______________________________________________
>>>> Gnump3d-users mailing list
>>>> Gnump3d-users@...
>>>> http://lists.gnu.org/mailman/listinfo/gnump3d-users
>>>>        



_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Re: gnump3d - test pointed two errors

by Steve Kemp-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users