when running the upnp server I get the following error.
docker run --name=rygel -it --rm --net=host \
> -v /home/core/media/music:/music \
> -v /home/core/media/pictures:/pictures \
> -v /home/core/media/videos:/videos \
> sameersbn/rygel:latest
libdc1394 error: Failed to initialize libdc1394
Rygel-Message: Rygel v0.24.2 starting?
Rygel-Message: New plugin 'MediaExport' available
MediaExport-Message: 'file:///videos' harvested
MediaExport-Message: 'file:///pictures' harvested
(rygel:1): libmediaart-CRITICAL **: Could not connect to the D-Bus session bus, Cannot spawn a message bus without a machine-id: Unable to load /var/lib/dbus/machine-id or /etc/machine-id: Failed to open file '/var/lib/dbus/machine-id': No such file or directory
(rygel:1): Rygel-WARNING **: rygel-media-art-store.vala:47: No media art available: Cannot spawn a message bus without a machine-id: Unable to load /var/lib/dbus/machine-id or /etc/machine-id: Failed to open file '/var/lib/dbus/machine-id': No such file or directory
(rygel:1): Rygel-CRITICAL **: rygel_media_art_store_add: assertion 'self != NULL' failed
(rygel:1): Rygel-CRITICAL **: rygel_media_art_store_add: assertion 'self != NULL' failed
^C
** (rygel:1): CRITICAL **: gupnp_device_info_get_resource_factory: assertion 'GUPNP_IS_DEVICE_INFO (info)' failed
** (rygel:1): CRITICAL **: gupnp_device_info_get_resource_factory: assertion 'GUPNP_IS_DEVICE_INFO (info)' failed
** (rygel:1): CRITICAL **: gupnp_device_info_get_resource_factory: assertion 'GUPNP_IS_DEVICE_INFO (info)' failed
** (rygel:1): CRITICAL **: gupnp_device_info_get_resource_factory: assertion 'GUPNP_IS_DEVICE_INFO (info)' failed
** (rygel:1): CRITICAL **: gupnp_device_info_get_resource_factory: assertion 'GUPNP_IS_DEVICE_INFO (info)' failed
** (rygel:1): CRITICAL **: gupnp_device_info_get_resource_factory: assertion 'GUPNP_IS_DEVICE_INFO (info)' failed
it seems libdc1394 is a driver for camera hardware. It seems weird that a uPNP server would need sunch a driver.
is there a way to fix this error?
when running the upnp server I get the following error.
it seems libdc1394 is a driver for camera hardware. It seems weird that a uPNP server would need sunch a driver.
is there a way to fix this error?