Bryan Moore | 22 Jul 2009 16:07
Picon
Gravatar

Re: Is This Normal Streaming Behavior?

Having a little problem I hope is easy to solve. Although I've changed *nothing*, my gnump3d server won't let me play anything suddenly. I *can* log-on to my server (192.168.1.3:5190) and browse all my media, but when I try to play *anything* vlc and mplayer both report there is not such file.

Using gnump3d 3.0 on imac g4 flowerpot running debian squeeze and xfce.

Thanks, in-advance, for any help.

_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Jim Lucas | 22 Jul 2009 16:47

Re: Re: Is This Normal Streaming Behavior?

Bryan Moore wrote:
> Having a little problem I hope is easy to solve. Although I've changed
> *nothing*, my gnump3d server won't let me play anything suddenly. I *can*
> log-on to my server (192.168.1.3:5190) and browse all my media, but when I
> try to play *anything* vlc and mplayer both report there is not such file.
> 
> Using gnump3d 3.0 on imac g4 flowerpot running debian squeeze and xfce.
> 
> Thanks, in-advance, for any help.
> 

Sounds like it is a either a file system permissions issue or that a
firewall is blocking application(s) or access to the port that you have
GnuMP3d running on.

Verify that all the files AND directories are readable/browsable by the
user that GnuMP3d is running as.

Verify that the server/service is running on the port you expect it to
be on using netstat.

Verify that you can connect to the port with telnet from a remote machine.

If you have a firewall (FW)
	Verify that your FW is not blocking your application(s)
	Verify that your FW is not blocking any of the ports for GnuMP3d

If all the above are correct, then I'm out of ideas

Jim
Bryan Moore | 22 Jul 2009 17:09
Picon
Gravatar

Re: Re: Is This Normal Streaming Behavior?

On Wed, Jul 22, 2009 at 10:47 AM, Jim Lucas <lists-affMi8cGvF4AvxtiuMwx3w@public.gmane.org> wrote:
Bryan Moore wrote:
> Having a little problem I hope is easy to solve. Although I've changed
> *nothing*, my gnump3d server won't let me play anything suddenly. I *can*
> log-on to my server (192.168.1.3:5190) and browse all my media, but when I
> try to play *anything* vlc and mplayer both report there is not such file.
>
> Using gnump3d 3.0 on imac g4 flowerpot running debian squeeze and xfce.
>
> Thanks, in-advance, for any help.
>

Sounds like it is a either a file system permissions issue or that a
firewall is blocking application(s) or access to the port that you have
GnuMP3d running on.

Verify that all the files AND directories are readable/browsable by the
user that GnuMP3d is running as.

To double-check, I set all files and dirs as 777.
 
Verify that the server/service is running on the port you expect it to
be on using netstat.

netstat doesn't show port 5190 as open... I'm guessing this may be the problem. How's this solved?
 
Verify that you can connect to the port with telnet from a remote machine.

Telnet reports it cannot make a connection.

If you have a firewall (FW)
       Verify that your FW is not blocking your application(s)
       Verify that your FW is not blocking any of the ports for GnuMP3d

Completely disabled ufw just for testing.
 
If all the above are correct, then I'm out of ideas

Jim

Thanks for the effort, Jim!

_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Bryan Moore | 22 Jul 2009 17:20
Picon
Gravatar

Re: Re: Is This Normal Streaming Behavior?

Some additional details:

  • I can play the files on the computer to which the external hd is connected using http://192.168.1.3:5190/.
  • I can see the files on my laptop connected to the lan using http://192.168.1.3:5190/.
  • netstat is now reporting 5190 as open.
  • I can download files through gnump3d, but can't open them in either vlc or mplayer.

On Wed, Jul 22, 2009 at 11:09 AM, Bryan Moore <moore.bryan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
On Wed, Jul 22, 2009 at 10:47 AM, Jim Lucas <lists-affMi8cGvF4AvxtiuMwx3w@public.gmane.org> wrote:
Bryan Moore wrote:
> Having a little problem I hope is easy to solve. Although I've changed
> *nothing*, my gnump3d server won't let me play anything suddenly. I *can*
> log-on to my server (192.168.1.3:5190) and browse all my media, but when I
> try to play *anything* vlc and mplayer both report there is not such file.
>
> Using gnump3d 3.0 on imac g4 flowerpot running debian squeeze and xfce.
>
> Thanks, in-advance, for any help.
>

Sounds like it is a either a file system permissions issue or that a
firewall is blocking application(s) or access to the port that you have
GnuMP3d running on.

Verify that all the files AND directories are readable/browsable by the
user that GnuMP3d is running as.

To double-check, I set all files and dirs as 777.
 
Verify that the server/service is running on the port you expect it to
be on using netstat.

netstat doesn't show port 5190 as open... I'm guessing this may be the problem. How's this solved?
 
Verify that you can connect to the port with telnet from a remote machine.

Telnet reports it cannot make a connection.

If you have a firewall (FW)
       Verify that your FW is not blocking your application(s)
       Verify that your FW is not blocking any of the ports for GnuMP3d

Completely disabled ufw just for testing.
 
If all the above are correct, then I'm out of ideas

Jim

Thanks for the effort, Jim!


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Steve Kemp | 22 Jul 2009 17:22
Picon
Favicon
Gravatar

Re: Re: Is This Normal Streaming Behavior?

On Wed Jul 22, 2009 at 11:09:22 -0400, Bryan Moore wrote:

>      Verify that the server/service is running on the port you expect it to
>      be on using netstat.
>
>    netstat doesn't show port 5190 as open... I'm guessing this may be the
>    problem. How's this solved?

  The service isn't running.  "/etc/init.d/gnump3d start" should start
  it, or run "gnump3d2 --fast --debug" from an open window..

Steve
--
Bryan Moore | 22 Jul 2009 17:26
Picon
Gravatar

Re: Re: Is This Normal Streaming Behavior?

This is what I get on the source machine when I try to play a movie file:

bryan <at> iMac:~$ gnump3d2 --fast --debug
Registered plugin : plugins::copying
Registered plugin : plugins::info
Registered plugin : plugins::now
Registered plugin : plugins::playlist
Registered plugin : plugins::prefs
Registered plugin : plugins::random
Registered plugin : plugins::recent
Registered plugin : plugins::search
Registered plugin : plugins::size
Registered plugin : plugins::stats
Registered plugin : plugins::tagbrowse
GNUMP3d v3.0 by Steve Kemp
http://www.gnump3d.org/

GNUMP3d is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions.

For full details please visit the COPYING URL given below:

  Copying details:
    http://localhost:5190/COPYING

  GNUMP3d now serving upon:
    http://localhost:5190/

  GNUMP3d website:
    http://www.gnump3d.org/
gnump3d starting at Wed Jul 22 11:23:32 2009
No CGI parameters for URI /Movies/300.avi
Testing plugin : plugins::copying - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::info - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::now - for /Movies/300.avi plugin won't handle pathTesting plugin : plugins::playlist - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::prefs - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::random - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::recent - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::search - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::size - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::stats - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::tagbrowse - for /Movies/300.avi plugin won't handle path
Header: ICY 200 OK
icy-notice1:This stream is served using GNUMP3d
icy-genre:Mixed
icy-name:300
icy-url:192.168.1.3:5190
icy-pub:1
Connection: close
Server: GNUMP3d 3.0
Content-type: video/x-msvideo
Content-Range: bytes 0-735102976/735102976
Content-length: 735102976
Last-Modified: Sun, 19 Jul 2009 15:46:58 GMT
Set-Cookie: theme=Tabular;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;

 
 
On Wed, Jul 22, 2009 at 11:22 AM, Steve Kemp <steve-TNzU/siwJCnpIgCt6eIbzw@public.gmane.org> wrote:
On Wed Jul 22, 2009 at 11:09:22 -0400, Bryan Moore wrote:

>      Verify that the server/service is running on the port you expect it to
>      be on using netstat.
>
>    netstat doesn't show port 5190 as open... I'm guessing this may be the
>    problem. How's this solved?

 The service isn't running.  "/etc/init.d/gnump3d start" should start
 it, or run "gnump3d2 --fast --debug" from an open window..

Steve
--

_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Bryan Moore | 22 Jul 2009 18:09
Picon
Gravatar

Re: Re: Is This Normal Streaming Behavior?

To further complicate things, nmap 192.168.1.3 shows 5190 as open.

On Wed, Jul 22, 2009 at 11:26 AM, Bryan Moore <moore.bryan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
This is what I get on the source machine when I try to play a movie file:
bryan <at> iMac:~$ gnump3d2 --fast --debug
Registered plugin : plugins::copying
Registered plugin : plugins::info
Registered plugin : plugins::now
Registered plugin : plugins::playlist
Registered plugin : plugins::prefs
Registered plugin : plugins::random
Registered plugin : plugins::recent
Registered plugin : plugins::search
Registered plugin : plugins::size
Registered plugin : plugins::stats
Registered plugin : plugins::tagbrowse
GNUMP3d v3.0 by Steve Kemp
http://www.gnump3d.org/

GNUMP3d is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions.

For full details please visit the COPYING URL given below:

  Copying details:
    http://localhost:5190/COPYING

  GNUMP3d now serving upon:
    http://localhost:5190/

  GNUMP3d website:
    http://www.gnump3d.org/
gnump3d starting at Wed Jul 22 11:23:32 2009
No CGI parameters for URI /Movies/300.avi
Testing plugin : plugins::copying - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::info - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::now - for /Movies/300.avi plugin won't handle pathTesting plugin : plugins::playlist - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::prefs - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::random - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::recent - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::search - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::size - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::stats - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::tagbrowse - for /Movies/300.avi plugin won't handle path
Header: ICY 200 OK
icy-notice1:This stream is served using GNUMP3d
icy-genre:Mixed
icy-name:300
icy-url:192.168.1.3:5190
icy-pub:1
Connection: close
Server: GNUMP3d 3.0
Content-type: video/x-msvideo
Content-Range: bytes 0-735102976/735102976
Content-length: 735102976
Last-Modified: Sun, 19 Jul 2009 15:46:58 GMT
Set-Cookie: theme=Tabular;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;

 
 
On Wed, Jul 22, 2009 at 11:22 AM, Steve Kemp <steve-TNzU/siwJCnpIgCt6eIbzw@public.gmane.org> wrote:
On Wed Jul 22, 2009 at 11:09:22 -0400, Bryan Moore wrote:

>      Verify that the server/service is running on the port you expect it to
>      be on using netstat.
>
>    netstat doesn't show port 5190 as open... I'm guessing this may be the
>    problem. How's this solved?

 The service isn't running.  "/etc/init.d/gnump3d start" should start
 it, or run "gnump3d2 --fast --debug" from an open window..

Steve
--


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Bryan Moore | 22 Jul 2009 19:21
Picon
Gravatar

Re: Re: Is This Normal Streaming Behavior?

And, again, to complicate things: exaile can open everything; movies and music, but vlc/mplayer/everything else can't! And, the debug for gnump3d just keeps spitting-out the same junk.

On Wed, Jul 22, 2009 at 12:09 PM, Bryan Moore <moore.bryan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
To further complicate things, nmap 192.168.1.3 shows 5190 as open.


On Wed, Jul 22, 2009 at 11:26 AM, Bryan Moore <moore.bryan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
This is what I get on the source machine when I try to play a movie file:
bryan <at> iMac:~$ gnump3d2 --fast --debug
Registered plugin : plugins::copying
Registered plugin : plugins::info
Registered plugin : plugins::now
Registered plugin : plugins::playlist
Registered plugin : plugins::prefs
Registered plugin : plugins::random
Registered plugin : plugins::recent
Registered plugin : plugins::search
Registered plugin : plugins::size
Registered plugin : plugins::stats
Registered plugin : plugins::tagbrowse
GNUMP3d v3.0 by Steve Kemp
http://www.gnump3d.org/

GNUMP3d is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions.

For full details please visit the COPYING URL given below:

  Copying details:
    http://localhost:5190/COPYING

  GNUMP3d now serving upon:
    http://localhost:5190/

  GNUMP3d website:
    http://www.gnump3d.org/
gnump3d starting at Wed Jul 22 11:23:32 2009
No CGI parameters for URI /Movies/300.avi
Testing plugin : plugins::copying - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::info - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::now - for /Movies/300.avi plugin won't handle pathTesting plugin : plugins::playlist - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::prefs - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::random - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::recent - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::search - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::size - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::stats - for /Movies/300.avi plugin won't handle path
Testing plugin : plugins::tagbrowse - for /Movies/300.avi plugin won't handle path
Header: ICY 200 OK
icy-notice1:This stream is served using GNUMP3d
icy-genre:Mixed
icy-name:300
icy-url:192.168.1.3:5190
icy-pub:1
Connection: close
Server: GNUMP3d 3.0
Content-type: video/x-msvideo
Content-Range: bytes 0-735102976/735102976
Content-length: 735102976
Last-Modified: Sun, 19 Jul 2009 15:46:58 GMT
Set-Cookie: theme=Tabular;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;

 
 
On Wed, Jul 22, 2009 at 11:22 AM, Steve Kemp <steve <at> steve.org.uk> wrote:
On Wed Jul 22, 2009 at 11:09:22 -0400, Bryan Moore wrote:

>      Verify that the server/service is running on the port you expect it to
>      be on using netstat.
>
>    netstat doesn't show port 5190 as open... I'm guessing this may be the
>    problem. How's this solved?

 The service isn't running.  "/etc/init.d/gnump3d start" should start
 it, or run "gnump3d2 --fast --debug" from an open window..

Steve
--



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

Gmane