[gmediaserver-devel] SMC EzStream ... unfortunately no success for me.
From:
Jiri Wichern
Subject:
[gmediaserver-devel] SMC EzStream ... unfortunately no success for me.
Date:
Tue, 29 Nov 2005 04:49:02 +0100
Hello everyone
I bougt a SMCWAA-G a few days ago. Unfortunately I haven't been able to
get gmediaserver working with it yet. The server crashes (kills itself)
almost instantly with this output:
---
bash-2.05b# gmediaserver -v4 --friendly-name=Saphire --profile="" /Shares/MP3z/D.A.P.\ Jukebox/Era.Era/
gmediaserver process id 9820 starting
Scanning directory `/Shares/MP3z/D.A.P. Jukebox/Era.Era/'
Checking content type of file `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Era.Era.m3u'
Assuming type Simple M3U playlist for `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Era.Era.m3u'
Scanning playlist `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Era.Era.m3u'
Checking content type of file `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Track01.mp3'
Matched type MPEG-1 Audio Layer 3 (MP3) for `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Track01.mp3'
Adding file `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Track01.mp3' as `Track01.mp3'
(((repeating stuff deleted)))
Checking content type of file `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Track11.mp3'
Matched type MPEG-1 Audio Layer 3 (MP3) for `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Track11.mp3'
Adding file `/Shares/MP3z/D.A.P. Jukebox/Era.Era/Track11.mp3' as `Track11.mp3'
Initializing UPnP subsystem...
UPnP MediaServer listening on 192.168.1.7:49152
Enabling UPnP web server...
Registering UPnP root device...
Sending UPnP advertisement for device (expire time 100 seconds)...
Listening for control point connections...
Event received: Subscription request
Event device UDN: uuid:5177fca0-c42d-11d8-9669-0800200c9a66
Event service ID: urn:upnp-org:serviceId:ContentDirectory
Event request SID: uuid:dee0cb64-1dd1-11b2-b63f-a29a23845bf1
Killed
bash-2.05b#
---
When I start it the second time the server stays 'up', the friendly
name shows on the SMCWAA, however when I try to browse it, I can't
access the music and only two small packets are transmitted between
server and client:
2 packets received by filter
0 packets dropped by kernel
bash-2.05b#
---
The server output doesn't get past "Listening for control point connections..."
When i use a ctrl-c I get a (I think) normal shutdown sequence:
---
Received INT signal
Shutting down UPnP MediaServer...
Deinitializing UPnP subsystem...
gmediaserver process id 9882 terminated normally
---
When I start the server again after this it crashes similar to the first run.
I've tested all [--profile]s unfortunately with exactly the same results.
System parameters: I'm using the newest libupnp (1.2.1a), a Linux 2.6
series kernel on an athlonxp system and GCC 3.2.2. I have not included
id3lib (3.8.3) because it seems to be totally uncompilable on my system
(which can be expected for a piece of software unmaintained for at
least 19 months - according to the CVS repository)
I'll tinker with it the upcomming week, hoping to find a way to make it
work. However if someone has this software working with an SMCWAA-G,
I'll appreciate any information you can spare.