FAQ  •  Register  •  Login

Internet Radio Profile?

<<

beta

Serviio newbie

Posts: 19

Joined: Thu Aug 23, 2012 8:36 am

Post Fri Sep 07, 2012 3:49 pm

Internet Radio Profile?

I own this 'internet radio' with dlna support:
http://www.sagemcom.com/UK/products/ima ... rm-50.html
Music-Streaming from minidlna (NAS) or fritzbox (router with usb) works fine.
But it can't stream music from serviio.
Can i do something with profiles, or is it in the core of serviio?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Sep 07, 2012 7:43 pm

Re: Internet Radio Profile?

Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

beta

Serviio newbie

Posts: 19

Joined: Thu Aug 23, 2012 8:36 am

Post Fri Sep 14, 2012 7:54 pm

Re: Internet Radio Profile?

Hope this helps:
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=10;DLNA.ORG_FLAGS=8D100000000000000000000000000000,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMABASE;DLNA.ORG_OP=10;DLNA.ORG_FLAGS=8D100000000000000000000000000000,
http-get:*:audio/mp4:DLNA.ORG_PN=AAC_ISO_320;DLNA.ORG_OP=10;DLNA.ORG_FLAGS=8D100000000000000000000000000000,
http-get:*:audio/3gpp:DLNA.ORG_PN=AAC_ISO_320;DLNA.ORG_OP=10;DLNA.ORG_FLAGS=8D100000000000000000000000000000
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sat Sep 15, 2012 9:50 am

Re: Internet Radio Profile?

beta wrote:Hope this helps:

According to protocolInfo, if you select generic profile on serviio console, you should see :
MP3, AAC_ISO_320

for WMA, you have to change mime-type:
<MediaFormatProfiles>
<MediaFormatProfile mime-type="audio/x-ms-wma" name="WMABASE">WMA_BASE</MediaFormatProfile>
</MediaFormatProfiles>

All other have to be transcoded:
<Transcoding>
<Audio targetContainer="mp3">
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="lpcm" />
<!--<Matches container="adts" /> -->
<!--<Matches container="mp4" /> -->
<!--<Matches container="asf" /> -->
</Audio>
</Transcoding>

With INTEL Upnp tool, could you provide device description xml file ? (need modelname and other...)
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

beta

Serviio newbie

Posts: 19

Joined: Thu Aug 23, 2012 8:36 am

Post Sat Sep 15, 2012 7:09 pm

Re: Internet Radio Profile?

I've selected 'Generic Profile', but if i select a file to play, the device shows 'currently unavailable'.
Only MP3, no WMA or other formats.

  Code:
   <?xml version="1.0" encoding="UTF-8"?>
   <root xmlns="urn:schemas-upnp-org:device-1-0" xmlns:dlna="urn:schemas-dlna-org:device-1-0">
      <specVersion>
         <major>1</major>
         <minor>0</minor>
      </specVersion>
      <device>
      <deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType>
      <dlna:X_DLNADOC>DMR-1.50</dlna:X_DLNADOC>
      <dlna:X_DLNACAP/>
      <UDN>uuid:56076f6e-6b79-4d65-6469-000b6b02f7a2</UDN>
      <friendlyName>[ACII] PVConnect DMR</friendlyName>
      <manufacturer>PacketVideo</manufacturer>
      <manufacturerURL>http://www.pv.com/</manufacturerURL>
      <modelName>TwonkyRenderer</modelName>
      <modelNumber>4.5.26</modelNumber>
      <modelURL>http://www.pv.com/</modelURL>
      <modelDescription>PacketVideo Media Renderer</modelDescription>
      <serialNumber>4.5.26</serialNumber>
      <UPC/>
      <presentationURL/>
      <iconList>
         <icon>
         <mimetype>image/jpeg</mimetype>
            <height>48</height>
            <width>48</width>
            <depth>24</depth>
            <url>/TMRDeviceDescription/Icon/0</url>
         </icon>
         <icon>
            <mimetype>image/png</mimetype>
            <height>48</height>
            <width>48</width>
            <depth>24</depth>
            <url>/TMRDeviceDescription/Icon/1</url>
         </icon>
      </iconList>
   <serviceList>
      <service>
         <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
         <serviceId>urn:upnp-org:serviceId:urn:schemas-upnp-org:service:ConnectionManager</serviceId>
            <SCPDURL>/ConnectionManager.xml</SCPDURL>
            <eventSubURL>/ConnectionManager/Event</eventSubURL>
            <controlURL>/ConnectionManager/Control</controlURL>
      </service>
         <service>
         <serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>
         <serviceId>urn:upnp-org:serviceId:AVTransport</serviceId>
         <SCPDURL>/AVTransport.xml</SCPDURL>
         <eventSubURL>/AVTransport/Event</eventSubURL>
         <controlURL>/AVTransport/Control</controlURL>
      </service>
      <service>
         <serviceType>urn:schemas-upnp-org:service:RenderingControl:1</serviceType>
         <serviceId>urn:upnp-org:serviceId:urn:schemas-upnp-org:service:RenderingControl</serviceId>
         <SCPDURL>/RenderingControl.xml</SCPDURL>
         <eventSubURL>/RenderingControl/Event</eventSubURL>
         <controlURL>/RenderingControl/Control</controlURL>
      </service>
   </serviceList>
   </device>
   </root>
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sun Sep 16, 2012 8:19 am

Re: Internet Radio Profile?

Could you enable detailed logging (see signature link)?
Could you add this profile section at the end of profiles.xml file (before </Profiles> element) ?
Then restart serviio service and post log file.
  Code:
   <Profile id="CustomBeta" name="Internet Radio RM-50" extendsProfileId="1">
      <!-- Internet Radio RM-50 -->
      <Detection>
         <UPnPSearch>
            <FriendlyName>[ACII] PVConnect DMR</FriendlyName>
            <Manufacturer>PacketVideo</Manufacturer>
         </UPnPSearch>
      </Detection>
      <MediaFormatProfiles>
         <!-- rename native WMA formats to those supported by the device -->
         <MediaFormatProfile mime-type="audio/x-ms-wma" name="WMABASE">WMA_BASE</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
         <!-- unsupported audio will be transcoded into mp3 audio -->
         <Audio targetContainer="mp3" forceInheritance="true">
            <Matches container="lpcm" />
            <Matches container="flac" />
            <Matches container="ogg" />
            <Matches container="flv" />
            <Matches container="rtp" />
            <Matches container="rtsp" />
         </Audio>
      </Transcoding>
   </Profile>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

beta

Serviio newbie

Posts: 19

Joined: Thu Aug 23, 2012 8:36 am

Post Sun Sep 16, 2012 11:08 pm

Re: Internet Radio Profile?

Here is a part of the log:
  Code:
2012-09-17 01:02:10,006 DEBUG [WebServer] Incoming connection from /192.168.178.22:55724
2012-09-17 01:02:10,012 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:10,018 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.178.22:
2012-09-17 01:02:10,019 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:10,528 DEBUG [ContentDirectory] Browse() called for renderer TwonkyRenderer (profile CustomBeta) with parameters: objectID = A_F^FOL_R2$F155, browseFlag = BrowseDirectChildren, filter = dc:title,upnp:class,res, startIndex = 0, count = 4, sortCriteria =
2012-09-17 01:02:10,528 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2012-09-17 01:02:10,597 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder 155 [No_Restriction]
2012-09-17 01:02:10,734 DEBUG [FolderDAOImpl] Getting list of sub-Folders in folder 155 (from=0, count=4) [No_Restriction]
2012-09-17 01:02:10,928 DEBUG [FolderDAOImpl] Getting number of AUDIO sub-folders and media items in folder 156 (filter: ALL) [No_Restriction]
2012-09-17 01:02:11,375 DEBUG [FolderDAOImpl] Getting number of AUDIO sub-folders and media items in folder 157 (filter: ALL) [No_Restriction]
2012-09-17 01:02:11,666 DEBUG [FolderDAOImpl] Getting number of AUDIO sub-folders and media items in folder 158 (filter: ALL) [No_Restriction]
2012-09-17 01:02:11,980 DEBUG [MusicTrackDAOImpl] Retrieving list of music tracks for folder 155 (from=0, count=1) [No_Restriction]
2012-09-17 01:02:12,167 DEBUG [FolderDAOImpl] Getting number of AUDIO sub-folders and media items in folder 155 (filter: ALL) [No_Restriction]
2012-09-17 01:02:12,296 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2012-09-17 01:02:12,522 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-09-17 01:02:12,545 DEBUG [WebServer] Incoming connection from /192.168.178.22:55725
2012-09-17 01:02:12,546 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:12,549 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.178.22:
2012-09-17 01:02:12,550 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:12,794 DEBUG [ContentDirectory] Browse() called for renderer TwonkyRenderer (profile CustomBeta) with parameters: objectID = A_F^FOL_R2$F155, browseFlag = BrowseDirectChildren, filter = dc:title,upnp:class,res, startIndex = 0, count = 4, sortCriteria =
2012-09-17 01:02:12,794 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2012-09-17 01:02:12,796 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2012-09-17 01:02:12,812 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-09-17 01:02:15,117 DEBUG [WebServer] Incoming connection from /192.168.178.22:55726
2012-09-17 01:02:15,122 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:15,131 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.178.22:
2012-09-17 01:02:15,131 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:15,356 DEBUG [ContentDirectory] Browse() called for renderer TwonkyRenderer (profile CustomBeta) with parameters: objectID = A_F^FOL_R2$F155$F156, browseFlag = BrowseDirectChildren, filter = dc:title,upnp:class,res, startIndex = 0, count = 4, sortCriteria =
2012-09-17 01:02:15,356 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2012-09-17 01:02:15,358 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder 156 [No_Restriction]
2012-09-17 01:02:15,446 DEBUG [MusicTrackDAOImpl] Retrieving list of music tracks for folder 156 (from=0, count=4) [No_Restriction]
2012-09-17 01:02:15,760 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 1161)
2012-09-17 01:02:15,878 DEBUG [GenreDAOImpl] Reading a Genre (id = 105)
2012-09-17 01:02:15,953 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 7521
2012-09-17 01:02:16,564 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7521)
2012-09-17 01:02:16,626 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7521 and profile Internet Radio RM-50
2012-09-17 01:02:16,650 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 2748)
2012-09-17 01:02:16,819 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 1161)
2012-09-17 01:02:16,821 DEBUG [GenreDAOImpl] Reading a Genre (id = 105)
2012-09-17 01:02:16,822 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 7522
2012-09-17 01:02:16,827 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7522)
2012-09-17 01:02:16,829 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7522 and profile Internet Radio RM-50
2012-09-17 01:02:16,830 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 2749)
2012-09-17 01:02:16,861 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 1161)
2012-09-17 01:02:16,863 DEBUG [GenreDAOImpl] Reading a Genre (id = 105)
2012-09-17 01:02:16,865 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 7523
2012-09-17 01:02:16,872 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7523)
2012-09-17 01:02:16,875 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7523 and profile Internet Radio RM-50
2012-09-17 01:02:16,875 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 2750)
2012-09-17 01:02:16,883 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 1162)
2012-09-17 01:02:16,885 DEBUG [GenreDAOImpl] Reading a Genre (id = 105)
2012-09-17 01:02:16,887 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 7524
2012-09-17 01:02:16,895 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7524)
2012-09-17 01:02:16,897 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7524 and profile Internet Radio RM-50
2012-09-17 01:02:16,898 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 2751)
2012-09-17 01:02:16,901 DEBUG [FolderDAOImpl] Getting number of AUDIO sub-folders and media items in folder 156 (filter: ALL) [No_Restriction]
2012-09-17 01:02:16,964 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2012-09-17 01:02:17,026 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-09-17 01:02:17,050 DEBUG [WebServer] Incoming connection from /192.168.178.22:55727
2012-09-17 01:02:17,053 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:17,056 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.178.22:
2012-09-17 01:02:17,057 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:17,273 DEBUG [ContentDirectory] Browse() called for renderer TwonkyRenderer (profile CustomBeta) with parameters: objectID = A_F^FOL_R2$F155$F156, browseFlag = BrowseDirectChildren, filter = dc:title,upnp:class,res, startIndex = 0, count = 4, sortCriteria =
2012-09-17 01:02:17,274 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2012-09-17 01:02:17,276 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2012-09-17 01:02:17,316 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-09-17 01:02:18,710 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth4 (Realtek PCIe GBE Family Controller) and address 192.168.178.4, timeout = 0
2012-09-17 01:02:18,714 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c4f81389-f411-3c2e-9d97-2acd29344dcd
2012-09-17 01:02:20,520 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:44
2012-09-17 01:02:23,071 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-09-17 01:02:23,071 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2012-09-17 01:02:40,763 DEBUG [WebServer] I/O error: Connection reset
2012-09-17 01:02:53,854 DEBUG [WebServer] Incoming connection from /192.168.178.22:55728
2012-09-17 01:02:53,855 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:53,856 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.178.22:
2012-09-17 01:02:53,857 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.178.22
2012-09-17 01:02:54,511 DEBUG [ContentDirectory] Browse() called for renderer TwonkyRenderer (profile CustomBeta) with parameters: objectID = A_F^FOL_R2$F155$F156, browseFlag = BrowseDirectChildren, filter = dc:title,upnp:class,res, startIndex = 4, count = 4, sortCriteria =
2012-09-17 01:02:54,512 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2012-09-17 01:02:54,515 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder 156 [No_Restriction]
2012-09-17 01:02:54,517 DEBUG [MusicTrackDAOImpl] Retrieving list of music tracks for folder 156 (from=4, count=4) [No_Restriction]
2012-09-17 01:02:54,702 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 1163)
2012-09-17 01:02:54,705 DEBUG [GenreDAOImpl] Reading a Genre (id = 107)
2012-09-17 01:02:54,708 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 7525
2012-09-17 01:02:54,714 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7525)
2012-09-17 01:02:54,716 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7525 and profile Internet Radio RM-50
2012-09-17 01:02:54,717 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 2752)
2012-09-17 01:02:54,741 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 1164)
2012-09-17 01:02:54,742 DEBUG [GenreDAOImpl] Reading a Genre (id = 108)
2012-09-17 01:02:54,744 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 7526
2012-09-17 01:02:54,748 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7526)
2012-09-17 01:02:54,750 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7526 and profile Internet Radio RM-50
2012-09-17 01:02:54,751 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 2753)
2012-09-17 01:02:54,756 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 1161)
2012-09-17 01:02:54,757 DEBUG [GenreDAOImpl] Reading a Genre (id = 105)
2012-09-17 01:02:54,758 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 7527
2012-09-17 01:02:54,762 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7527)
2012-09-17 01:02:54,763 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7527 and profile Internet Radio RM-50
2012-09-17 01:02:54,764 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 2754)
2012-09-17 01:02:54,768 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 1161)
2012-09-17 01:02:54,769 DEBUG [GenreDAOImpl] Reading a Genre (id = 105)
2012-09-17 01:02:54,770 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 7528
2012-09-17 01:02:54,775 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 7528)
2012-09-17 01:02:54,778 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 7528 and profile Internet Radio RM-50
2012-09-17 01:02:54,778 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 2755)
2012-09-17 01:02:54,782 DEBUG [FolderDAOImpl] Getting number of AUDIO sub-folders and media items in folder 156 (filter: ALL) [No_Restriction]
2012-09-17 01:02:54,817 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2012-09-17 01:02:54,848 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-09-17 01:03:00,834 DEBUG [ActionsServerResource] Action with name 'stopServer' was requested
2012-09-17 01:03:00,836 DEBUG [DiscoveryManager] UPNP device c4f81389-f411-3c2e-9d97-2acd29344dcd (192.168.178.4) is unavailable
2012-09-17 01:03:00,836 DEBUG [WebServer] Socket closed
2012-09-17 01:03:00,837 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2012-09-17 01:03:00,837 DEBUG [DiscoverySSDPMessageListener] Socket closed: socket closed
2012-09-17 01:03:00,838 INFO  [WebServer] WebServer shutting down
2012-09-17 01:03:00,838 DEBUG [DiscoverySSDPMessageListener] Socket closed: socket closed
2012-09-17 01:03:00,838 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2012-09-17 01:03:00,838 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2012-09-17 01:03:00,839 INFO  [EventDispatcher] Leaving EventDispatcher
2012-09-17 01:03:05,200 INFO  [RendererExpirationChecker] Leaving RendererExpirationChecker
2012-09-17 01:03:07,239 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP byebye using interface eth4 (Realtek PCIe GBE Family Controller) and address tv-PC, timeout = 0
2012-09-17 01:03:09,994 DEBUG [ActionsServerResource] Action with name 'exitServiio' was requested
2012-09-17 01:03:10,016 WARN  [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2012-09-17 01:03:10,022 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-09-17 01:03:10,022 WARN  [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2012-09-17 01:03:10,130 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-09-17 01:03:10,222 INFO  [FeedUpdaterThread] Finished looking for online resources information
2012-09-17 01:03:10,323 INFO  [PluginCompilerThread] Finished looking for plugins
2012-09-17 01:03:10,427 INFO  [DatabaseManager] Shutting down database
2012-09-17 01:03:10,428 DEBUG [DBConnectionPool] Closed connection for pool Serviio DB Pool
2012-09-17 01:03:10,429 DEBUG [DBConnectionPool] Closed connection for pool Serviio DB Pool
2012-09-17 01:03:10,429 DEBUG [DBConnectionPool] Closed connection for pool Serviio DB Pool
2012-09-17 01:03:10,820 DEBUG [DatabaseManager] DB shutdown returned: Derby system shutdown.
2012-09-17 01:03:10,820 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-09-17 01:03:10,822 DEBUG [AbstractTranscodingDeliveryEngine] Deleting temporary transcoded files from: C:\Windows\TEMP\Serviio
2012-09-17 01:03:12,196 DEBUG [RepositoryView] Instructing LibraryCheckingThread to stop
2012-09-17 01:03:12,197 INFO  [ServiioConsole] Leaving Serviio Console
<<

beta

Serviio newbie

Posts: 19

Joined: Thu Aug 23, 2012 8:36 am

Post Fri Sep 21, 2012 8:00 pm

Re: Internet Radio Profile?

Hmm ...
No Idea?
<<

beta

Serviio newbie

Posts: 19

Joined: Thu Aug 23, 2012 8:36 am

Post Tue Jan 08, 2013 4:16 pm

Re: Internet Radio Profile?

Didn't work with 1.1. :cry:
Hope for a fix.

Return to General discussion

Who is online

Users browsing this forum: No registered users and 25 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.