dbox2 als UPNP Client

Wünsche, Anträge, Fehlermeldungen
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

wenn mknod nicht vorhanden ist das im busybox config file aktivieren
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

das fuse.o killt der immer wieder raus, wen der linuxkernel neu gebaut wird.
dann ist das aus cdkroot wieder raus :(
ins flash fehlen ja noch die rules
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

add here

Code: Alles auswählen

	cp -ap $(targetprefix)/lib/modules/$(KERNELVERSION)/kernel $(targetprefix)/lib/modules/$(KERNELVERSION)/misc \
		$(flashprefix)/root/lib/modules/$(KERNELVERSION)
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

???
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

also die busybox hab ich erweitert.
den djmount gestartet

Code: Alles auswählen

./djmount /mnt/pic -ddebug
[D]   Debug options = debug
[D]   Fuse option = -r
[D]   Fuse option = -o
[D]   Fuse option = readdir_ino
[I] Charset : successfully initialised charset='ANSI_X3.4-1968'
[D]   Fuse option = -f
[D] Intializing UPnP with ipaddress=(null) port=0
[I] UPnP Initialized (192.168.123.5:49152)
[D] Registering Control Point
[D] Control Point Registered
[D] RefreshAll target=urn:schemas-upnp-org:service:ContentDirectory:1
[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice try new device Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66
[D] Device_Create : Id = 'uuid:5177fca0-c42d-11d8-9669-0800200c9a66', description document = --------------------
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
<UDN>uuid:5177fca0-c42d-11d8-9669-0800200c9a66</UDN>
<friendlyName>GMediaServer on I-Drive_200</friendlyName>
<manufacturer>Oskar Liljeblad</manufacturer>
<modelName>gmediaserver</modelName>
<modelNumber>0.8.0</modelNumber>
<modelDescription></modelDescription>
<serialNumber>0000001</serialNumber>
<UPC></UPC>
<presentationURL></presentationURL>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
<SCPDURL>/upnp/ContentDirectory.xml</SCPDURL>
<eventSubURL>/ContentDirectory/Event</eventSubURL>
<controlURL>/ContentDirectory/Control</controlURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
<SCPDURL>/upnp/ConnectionManager.xml</SCPDURL>
<eventSubURL>/ConnectionManager/Event</eventSubURL>
<controlURL>/ConnectionManager/Control</controlURL>
</service>
</serviceList>
</device>
<URLBase>http://192.168.123.200:49152/</URLBase>
</root>

--------------------
[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice try new device Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66
[D] Device_Create : UDN = uuid:5177fca0-c42d-11d8-9669-0800200c9a66
[D] Device_Create : type = urn:schemas-upnp-org:device:MediaServer:1
[D] Service_Create: urn:schemas-upnp-org:service:ContentDirectory:1
[D] serviceId: urn:upnp-org:serviceId:ContentDirectory
[D] Service_Create: urn:schemas-upnp-org:service:ConnectionManager:1
[D] serviceId: urn:upnp-org:serviceId:ConnectionManager
[I] Add new device : Name='GMediaServer on I-Drive_200' Id='uuid:5177fca0-c42d-11d8-9669-0800200c9a66' descURL='http://192.168.123.200:49152/description.xml'
[D] Device_SusbcribeAllEvents GMediaServer on I-Drive_200
[D] Subscribing to EventURL http://192.168.123.200:49152/ContentDirectory/Event
[D] Device_Create : Id = 'uuid:5177fca0-c42d-11d8-9669-0800200c9a66', description document = --------------------
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
<UDN>uuid:5177fca0-c42d-11d8-9669-0800200c9a66</UDN>
<friendlyName>GMediaServer on I-Drive_200</friendlyName>
<manufacturer>Oskar Liljeblad</manufacturer>
<modelName>gmediaserver</modelName>
<modelNumber>0.8.0</modelNumber>
<modelDescription></modelDescription>
<serialNumber>0000001</serialNumber>
<UPC></UPC>
<presentationURL></presentationURL>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
<SCPDURL>/upnp/ContentDirectory.xml</SCPDURL>
<eventSubURL>/ContentDirectory/Event</eventSubURL>
<controlURL>/ContentDirectory/Control</controlURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
<SCPDURL>/upnp/ConnectionManager.xml</SCPDURL>
<eventSubURL>/ConnectionManager/Event</eventSubURL>
<controlURL>/ConnectionManager/Control</controlURL>
</service>
</serviceList>
</device>
<URLBase>http://192.168.123.200:49152/</URLBase>
</root>

--------------------
[D] Device_Create : UDN = uuid:5177fca0-c42d-11d8-9669-0800200c9a66
[D] Device_Create : type = urn:schemas-upnp-org:device:MediaServer:1
[D] Service_Create: urn:schemas-upnp-org:service:ContentDirectory:1
[D] serviceId: urn:upnp-org:serviceId:ContentDirectory
[D] Service_Create: urn:schemas-upnp-org:service:ConnectionManager:1
[D] serviceId: urn:upnp-org:serviceId:ConnectionManager
[D] Subscribed to ContentDir EventURL with SID=uuid:27326da6-1dd2-11b2-b26e-d4a0890b9d6c
[D] Subscribing to EventURL http://192.168.123.200:49152/ConnectionManager/Event
[D] Subscribed to Service EventURL with SID=uuid:2756ad9c-1dd2-11b2-b26e-d4a0890b9d6c
[W] Device Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already added
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =  urn:schemas-upnp-org:device:MediaServer:1
ServiceType =
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type 'urn:schemas-upnp-org:device:MediaServer:1' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =  urn:schemas-upnp-org:device:MediaServer:1
ServiceType =
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type 'urn:schemas-upnp-org:device:MediaServer:1' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =  urn:schemas-upnp-org:service:ContentDirectory:1
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =  urn:schemas-upnp-org:service:ContentDirectory:1
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =  urn:schemas-upnp-org:service:ConnectionManager:1
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =  urn:schemas-upnp-org:service:ConnectionManager:1
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_SEARCH_RESULT
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =  urn:schemas-upnp-org:service:ContentDirectory:1
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =  Wed, 21 Feb 2007 21:35:34 GMT
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_SEARCH_RESULT
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =  urn:schemas-upnp-org:service:ContentDirectory:1
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =  Wed, 21 Feb 2007 21:35:34 GMT
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D]

======================================================================
UPNP_EVENT_RECEIVED
SID         =  uuid:27326da6-1dd2-11b2-b26e-d4a0890b9d6c
EventKey    =  0
ChangedVars =  <e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
<e:property>
<SystemUpdateID></SystemUpdateID>
</e:property>
</e:propertyset>

======================================================================


[D] Received Event: 0 for SID uuid:27326da6-1dd2-11b2-b26e-d4a0890b9d6c
[D] State Update for service ContentDir
[D] Variable Update 'SystemUpdateID' = '(null)'
[D]

======================================================================
UPNP_DISCOVERY_SEARCH_RESULT
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =  urn:schemas-upnp-org:service:ContentDirectory:1
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =  Wed, 21 Feb 2007 21:35:34 GMT
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_DISCOVERY_SEARCH_RESULT
ErrCode     =  0
Expires     =  100
DeviceId    =  uuid:5177fca0-c42d-11d8-9669-0800200c9a66
DeviceType  =
ServiceType =  urn:schemas-upnp-org:service:ContentDirectory:1
ServiceVer  =
Location    =  http://192.168.123.200:49152/description.xml
OS          =  Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2
Date        =  Wed, 21 Feb 2007 21:35:34 GMT
Ext         =
======================================================================


[D] Discovery : device type '' OS 'Linux/2.4.20-br26, UPnP/1.0, Intel SDK for UPnP devices /1.2' at URL 'http://192.168.123.200:49152/description.xml'
[D] AddDevice Id=uuid:5177fca0-c42d-11d8-9669-0800200c9a66 already exists, update only
[D] Discovery: DeviceList after AddDevice =
 GMediaServer on I-Drive_200 -- uuid:5177fca0-c42d-11d8-9669-0800200c9a66

[D]

======================================================================
UPNP_EVENT_RECEIVED
SID         =  uuid:2756ad9c-1dd2-11b2-b26e-d4a0890b9d6c
EventKey    =  0
ChangedVars =  <e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
<e:property>
<SourceProtocolInfo>http-get:*:*:*</SourceProtocolInfo>
</e:property>
<e:property>
<SinkProtocolInfo></SinkProtocolInfo>
</e:property>
<e:property>
<CurrentConnectionIDs>0</CurrentConnectionIDs>
</e:property>
</e:propertyset>

======================================================================


[D] Received Event: 0 for SID uuid:2756ad9c-1dd2-11b2-b26e-d4a0890b9d6c
[D] State Update for service Service
[D] Variable Update 'SourceProtocolInfo' = 'http-get:*:*:*'
[D] Variable Update 'SinkProtocolInfo' = '(null)'
[D] Variable Update 'CurrentConnectionIDs' = '0'
[D]

======================================================================
UPNP_DISCOVERY_SEARCH_TIMEOUT
(NULL EVENT BODY)
======================================================================


[D] fuse browse : looking for '/' ...
[D] matched '' left ''
[D] GetDevicesNames
[D] fuse browse : looking for '/.message' ...
[D] matched '' left '.message'
[D] GetDevicesNames
[D] fuse browse => error -2 (No such file or directory) : path='/.message', stops at='.message'
[D] fuse browse : looking for '/' ...
[D] matched '' left ''
[D] GetDevicesNames
[D] fuse browse : looking for '/' ...
[D] matched '' left ''
[D] GetDevicesNames
[D] fuse browse : looking for '/' ...
[D] matched '' left ''
[D] GetDevicesNames
[D] fuse browse : looking for '/' ...
[D] matched '' left ''
[D] GetDevicesNames
[D] fuse browse : looking for '/devices' ...
[D] matched '' left 'devices'
[D] GetDevicesNames
[D] matched 'devices' left ''
[D] FILE_BEGIN '/devices'
[D] fuse browse : looking for '/GMediaServer on I-Drive_200' ...
[D] matched '' left 'GMediaServer on I-Drive_200'
[D] GetDevicesNames
[D] matched 'GMediaServer on I-Drive_200' left ''
[D] LockService : device 'GMediaServer on I-Drive_200' service 'urn:schemas-upnp-org:service:ContentDirectory:1'
[D] CACHE_NEW (key='0   BrowseMetadata')
[D] Service_SendActionVa : 6 pairs found
[D] Service_SendAction 'Browse'
[D] +++BROWSE RESULT+++
<u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
<Result><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"><container id="0" parentID="-1" restricted="true" childCount="21"><upnp:class>object.container.storageFolder</upnp:class><dc:title>??I</dc:title></container></DIDL-Lite></Result>
<NumberReturned>1</NumberReturned>
<TotalMatches>1</TotalMatches>
<UpdateID>0</UpdateID>
</u:BrowseResponse>


[D] new DIDLObject : container : id='0' title='??I' class='object.container.storageFolder'
[D] LockService : device 'GMediaServer on I-Drive_200' service 'urn:schemas-upnp-org:service:ContentDirectory:1'
[D] CACHE_NEW (key='0')
[D] Service_SendActionVa : 6 pairs found
[D] Service_SendAction 'Browse'
[D] +++BROWSE RESULT+++
<u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
<Result><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"><item id="1" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="4110336">http://192.168.123.200:49152/files/1</res><upnp:class>object.item.audioItem.musicTrack</upnp:class><dc:title>A-HA_-_Lifelines.mp3</dc:title><upnp:artist>???`</upnp:artist><upnp:album>??9?</upnp:album><upnp:genre></upnp:genre></item><item id="2" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="10107524">http://192.168.123.200:49152/files/2</res><upnp:class>object.item.audioItem.musicTrack</upnp:class><dc:title>??K?</dc:title><upnp:artist></upnp:artist><upnp:genre></upnp:genre></item><item id="3" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="4389407">http://192.168.123.200:49152/files/3</res><upnp:class>object.item.audioItem.musicTrack</upnp:class><dc:title>Aaliyah_-_Rock The Boat.mp3</dc:title><upnp:artist>??2?</upnp:artist><upnp:genre></upnp:genre></item><item id="4" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="3176000">http://192.168.123.200:49152/files/4</res><upnp:class>object.item.audioItem.musicTrack</upnp:class><dc:title>Atomic Kitten_-_Its Ok.mp3</dc:title><upnp:artist>u:Browse</upnp:artist><upnp:genre></upnp:genre></item><item id="5" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="5485320">http://192.168.123.200:49152/files/5</res><upnp:class>object.item.audioItem.musicTrack</upnp:class><dc:title>Ben feat. Gim_-_Engel.mp3</dc:title><upnp:artist></upnp:artist><upnp:genre>??7?</upnp:genre></item><item id="6" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="4039285">http://192.168.123.200:49152/files/6</res><upnp:class>object.item.audioItem.musicTrack</upnp:class><dc:title>B?hse Onkelz_-_Onkelz 2000.mp3</dc:title><upnp:artist>u:Browse</upnp:artist><upnp:genre>??6 </upnp:genre></item><item id="7" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="5614991">http://192.168.123.200:49152/files/7</res><upnp:class>object.item.audioItem.musicTrack</upnp:class><dc:title>??9?</dc:title><upnp:artist></upnp:artist><upnp:genre><http://192.168.123.5:49152/></upnp:genre></item><item id="8" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="6825984">http://192.168.123.200:49152/files/8</res><upnp:class>object.item.audioItem.musicTrack</upnp:class><dc:title>??F?</dc:title><upnp:artist></upnp:artist><upnp:album></upnp:album><upnp:genre>?T?`?T? </upnp:genre></item><item id="9" parentID="0" restricted="true"><res protocolInfo="http-get:*:audio/mpeg:*" size="7397692">http://192.168.123.200:49152/files/9</res><upnp:class>object.item.audioItem.musicT
[D] new DIDLObject : item : id='1' title='A-HA_-_Lifelines.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='2' title='??K?' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='3' title='Aaliyah_-_Rock The Boat.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='4' title='Atomic Kitten_-_Its Ok.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='5' title='Ben feat. Gim_-_Engel.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='6' title='B?hse Onkelz_-_Onkelz 2000.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='7' title='??9?' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='8' title='??F?' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='9' title='?c??' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='10' title='??M?' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='11' title='Marylin Manson_-_Tainted Love.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='12' title='?Fv`' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='13' title='?Fu ' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='14' title='s' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='15' title='??,?' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='16' title='Otto Walkes_-_Saufen.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='17' title='Filter' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='18' title='Shakira_-_Underneath Your Clothes.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='19' title='Sylver_-_In Your Eyes.mp3' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='20' title='??'`' class='object.item.audioItem.musicTrack'
[D] new DIDLObject : item : id='21' title='X-Perience - Return To Paradise.mp3' class='object.item.audioItem.musicTrack'
[D] fuse browse : looking for '/.debug' ...
[D] matched '' left '.debug'
[D] GetDevicesNames
[D] matched '.debug' left ''
[D] GetDevicesNames
sieht schon mal gut aus

jetz hab ich unter mnt/pic
einen ordner .debug einen GMediaServer on I-Drive_200 und eine datei devices.
jetz kam noch meine fritzbox fon 7170 dazu :) aber da ist nix dran
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

wenn ich den ordner GMediaServer on I-Drive_200 mit audioplayer abspiele, dann zeigt der alle titel wunderbar an. spielt einen titel ab. beim sprung auf den neuen titel gehts nicht weiter, und der rattert die titel der reihe nach durch. der ordner GMediaServer on I-Drive_200 ist verschwunden :( deshalb findet der nix mehr.

Code: Alles auswählen

...
D] GetHttp url 'http://192.168.123.200:49152/files/4' size 4096 offset 3170304 (file_size 3176000)
[D] GetHttp url 'http://192.168.123.200:49152/files/4' size 4096 offset 3174400 (file_size 3176000)
[D] GetHttp truncate to size 1600
[D] fuse browse : looking for '/GMediaServer on I-Drive_200' ...
[D] matched '' left 'GMediaServer on I-Drive_200'
[D] GetDevicesNames
[D] fuse browse => error -2 (No such file or directory) : path='/GMediaServer on I-Drive_200', stops at='GMediaServer on I-Drive_200'
[D] fuse browse : looking for '/GMediaServer on I-Drive_200' ...
[D] matched '' left 'GMediaServer on I-Drive_200'
[D] GetDevicesNames
[D] fuse browse => error -2 (No such file or directory) : path='/GMediaServer on I-Drive_200', stops at='GMediaServer on I-Drive_200'
[D] fuse browse : looking for '/GMediaServer on I-Drive_200' ...
[D] matched '' left 'GMediaServer on I-Drive_200'
[D] GetDevicesNames
[D] fuse browse => error -2 (No such file or directory) : path='/GMediaServer on I-Drive_200', stops at='GMediaServer on I-Drive_200'
[D] fuse browse : looking for '/GMediaServer on I-Drive_200' ...
[D] matched '' left 'GMediaServer on I-Drive_200'
Zuletzt geändert von mb405 am Donnerstag 22. Februar 2007, 10:30, insgesamt 1-mal geändert.
PT-1
Moderator english
Beiträge: 2458
Registriert: Donnerstag 20. Dezember 2001, 00:00

Beitrag von PT-1 »

Haettest du da mal ein komplett Image oder wenigstens eine Anleitung
wie man das selber mit Newmake soweit bauen kann wie du jetzt bist weil
ich einen Twonky Media Server laufen habe und meine XBox mit dem
neuesten XBMC jetzt auch als Upnp Server laufen kann oder Nero ..?
Zuletzt geändert von PT-1 am Donnerstag 22. Februar 2007, 10:54, insgesamt 1-mal geändert.
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

ich nehm normales make. kein newmake
PT-1
Moderator english
Beiträge: 2458
Registriert: Donnerstag 20. Dezember 2001, 00:00

Beitrag von PT-1 »

Koenntest du dann eventuell ein Image ohne Ucodes etc hochladen ?

Dann koennten andere Upnp Server getestet werden

Oder hat jemand Info wie man das in Newmake bekommt ?
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

houdini hat alles online gestellt, was man dazu braucht
fuse.o
djmount
fuseermount

ausser mknod -> busybox rein
ich hab alles nach /var/bin geschmissen(dank sd-mmc geht das :) )
und das start_upnp vom cvs auf meine gegebenheit angepasst.
PT-1
Moderator english
Beiträge: 2458
Registriert: Donnerstag 20. Dezember 2001, 00:00

Beitrag von PT-1 »

Ist das http://cvs.tuxbox-cvs.sourceforge.net/l ... 00006.html hier ...?

Wenn ja wie laeuft das dann in newmake ..?
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

das ist doch auch alles schon in newmake drin
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

ja im normalen make vermisse ich die flash rules :(
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

@mb405
schalte mal den debug-log aus, der verbraucht seeehr viel Zeit
PT-1
Moderator english
Beiträge: 2458
Registriert: Donnerstag 20. Dezember 2001, 00:00

Beitrag von PT-1 »

Houdini hat geschrieben:das ist doch auch alles schon in newmake drin
--enable ????
CarstenW
Erleuchteter
Erleuchteter
Beiträge: 416
Registriert: Mittwoch 17. Januar 2007, 16:47

Beitrag von CarstenW »

in /tuxbox-cvs/cdk ein flash-upnp

sollte auch gehen

Carsten
Grüße ...........Carsten


FAQ-Bereich | Anfängerfragen | Boardregeln | Images | Das Wiki
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

ja aber nicht im "oldmake"

also ich bekomm immer nur 1 titel abgespielt.
sobald der titel anfängt abzuspielen, dann löscht es den ordner auf der box, das ergebnis, weitere titel werden nicht gefunden.
CarstenW
Erleuchteter
Erleuchteter
Beiträge: 416
Registriert: Mittwoch 17. Januar 2007, 16:47

Beitrag von CarstenW »

@mb405,

es war auch für PT-1 gemeint, mir ist es ja nicht einmal mit "oldmake" gelungen ein Image zu bauen, daher keine Ahnung :-(


Carsten
Grüße ...........Carsten


FAQ-Bereich | Anfängerfragen | Boardregeln | Images | Das Wiki
Brevheart
Interessierter
Interessierter
Beiträge: 48
Registriert: Donnerstag 22. Februar 2007, 20:54

Das läuft ja wirklich! :)

Beitrag von Brevheart »

Hi, ich beobachte schon länger die Entwicklung vom UPNP Client für die Dbox2 und muß sagen, es wird langsam! :)
Twonkyserver auf NAS findet die DBOX (auch die UPNP Fritz Boxen). Muß noch etwas am Server verändern weil er mir sonst über 2000 Titel ins /tmp/fuse verlinkt! Dank djmount-static und fusermount-static hat es geklappt! Abspielen erste Sahne, nur während des scrollens zu anderen Titel wird die Box etwas überfordert (auch ohne ddebug)! Aber war schon ein Akt das hinzubasteln (linken), testweise!
Ein großes Dankeschön an Houdini und die Mitwirken!
Da ich kein Programmier-Freak :) bin, versuch mich aber mal reinzuhängen, wäre es geil wenn ich es in mein lieblings Image basteln könnte! VIDEOS gehen ja leider noch nicht, aber hoffentlich demnächst.:)
Movieplayer Extended, den brauchen wir.

Grüße Brevheart
PT-1
Moderator english
Beiträge: 2458
Registriert: Donnerstag 20. Dezember 2001, 00:00

Beitrag von PT-1 »

@Brevheart

Koenntest du einen kurzen 3 zeiler schreiben wie du es hinbekommen hast und welche Variante von twonky ..?

Dann koennte ich auch mal testen
Brevheart
Interessierter
Interessierter
Beiträge: 48
Registriert: Donnerstag 22. Februar 2007, 20:54

Beitrag von Brevheart »

Hi 3 Zeiler :), O.K. ich versuche es.

Meine Vorraussetzung NAS Server Fujitsu Siemens Storagebird LAN2 mit Twonkyvision 3.1.3 FS Version am laufen. Dann ein jffs2 Image genommen! Vom Streamboard eine Busybox welches Mknod enthält gesaugt und dann....

1. djmount-static und , fusermount-static ins / tmp kopieren (Rechte setzen), fuse Ordner in /tmp anlegen

2. Link setzen von /tmp aus "ln- s fusermount-static /bin/fusermount"
(fusermount muss irgendwo im Pfad sein (/bin) bzw link von /bin/fusermount auf /tmp/fusermount-static)

3. fuse.o gehört nach /lib/modules/2.4.32-dbox2/kernel/fs/fuse
telnet Konsole "insmod fuse.o" eingeben
4. libfuse nach /lib kopieren
5. busybox nach /tmp kopieren (Rechte setzen) und verlinken
-> ln -s /tmp/busybox mknod
6. mknod /dev/fuse -m 0666 c 10 229 # eingeben
7. Müßte jetzt laufen -> cd /tmp -> ./djmount-static /tmp -ddebug

Seit 1.Stunde läuft die Gurke mit MP3 (extrem zapping) und kein Absturz, schon mal ein Anfang!:)
Grüße Brevheart
PT-1
Moderator english
Beiträge: 2458
Registriert: Donnerstag 20. Dezember 2001, 00:00

Beitrag von PT-1 »

Fuer was braucht man denn dies: 0666 c 10 229 ???
Brevheart
Interessierter
Interessierter
Beiträge: 48
Registriert: Donnerstag 22. Februar 2007, 20:54

Beitrag von Brevheart »

Status der connenction:

Device "SBLAN2" (expires in 1810 seconds)
|
+- Discovered on = Mon Feb 26 21:24:04 2007 (4608 seconds ago)
+- UDN = uuid:89665984-7466-0008-54e2-2ad1366580
+- DeviceType = urn:schemas-upnp-org:device:MediaServer:1
+- DescDocURL = http://192.168.0.100:9000/DeviceDescription.xml
+- FriendlyName = SBLAN2
+- PresURL = http://192.168.0.100:9000/configpage/index.htm
+- talloc memory = 8759 blocks / 200962 bytes
|
+- Service
| |
| +- Class = Service
| +- Object Name = Service
| +- ServiceType = urn:schemas-upnp-org:service:ConnectionManager:1
| +- ServiceId = urn:upnp-org:serviceId:ConnectionManager
| +- EventURL = http://192.168.0.100:9000/ConnectionManager/Event
| +- ControlURL = http://192.168.0.100:9000/ConnectionManager/Control
| +- ServiceStateTable
| | +- SourceProtocolInfo = http-get:*:audio/mpeg:*,http-get:*:audio/wav:*,http-get:*:audio/mp4:*,http-get:*:image/jpeg:*,http-get:*:video/mpeg:*,http-get:*:video/avi:*
| | +- SinkProtocolInfo = (null)
| | +- CurrentConnectionIDs = 0
| +- Last Action = (null)
| +- SID = uuid:4daf76a8-1dd2-11b2-99c5-f25ed4f86704
|
+- Service
|
+- Class = ContentDir
+- Object Name = ContentDir
+- ServiceType = urn:schemas-upnp-org:service:ContentDirectory:1
+- ServiceId = urn:upnp-org:serviceId:ContentDirectory
+- EventURL = http://192.168.0.100:9000/ContentDirectory/Event
+- ControlURL = http://192.168.0.100:9000/ContentDirectory/Control
+- ServiceStateTable
| +- SystemUpdateID = 13
| +- ContainerUpdateIDs = (null)
| +- TransferIDs = (null)
+- Last Action = Browse
| +- Result = 0 (UPNP_E_SUCCESS)
+- SID = uuid:4dbd1a4c-1dd2-11b2-99c5-f25ed4f86704
+- Cache size = 1024
+- Cached entries = 0 (0%)
+- Cache timeout = 60 seconds
+- Cache access = 23024
+- hits = 22803 (99%)
+- collide = 0 (0%)
+- expired = 135 (0%)
Brevheart
Interessierter
Interessierter
Beiträge: 48
Registriert: Donnerstag 22. Februar 2007, 20:54

Beitrag von Brevheart »

Sollte houdini beantworten können!

Ein Device mit diesen Paramtern wird angelegt! Kann aber zu den Parametern nix sagen! Aber erst dann lief es, kannst es ja auch ohne Parameter mal testen.

Gruß Brevheart
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

über diese node kommuniziert djmount/fusermount mit dem fuse kernel modul

0666 - Rechte
c - character device
10 - Major number
229 - Minor number