Page 1 of 1

Music playback stops

PostPosted: Sun Nov 13, 2016 4:18 am
by jgreenb2
I have Serviio 1.7.1 installed on an iMac running MacOS 10.12.1. I'm trying to use it to stream 24bit/96kbps FLAC files to my Oppo BDP103. My problem is the music playback frequently (i.e. every 10 minutes or so) stops. Sometimes it restarts on it's own. Other times it skips to the next song. But most of the time it just goes dead until I intervene. It often appears that the server is dying and has to restart although I can't verify this directly. But the interface on the Oppo acts as if the server has disappeared for a while.

Checking the serviio log file, I always see the same sort of error. Here's a sample:

  Code:
2016-11-12 18:15:03,186 INFO  [PlaybackEventsManager] Playback of media item 274 has started at 0% on Identifier=192.168.123.197, Profile=Generic DLNA profile, Name=OPPO BDP-103
2016-11-12 18:19:07,308 INFO  [PlaybackEventsManager] Playback of media item 274 has stopped at 100% on Identifier=192.168.123.197, Profile=Generic DLNA profile, Name=OPPO BDP-103
2016-11-12 18:19:12,633 INFO  [PlaybackEventsManager] Playback of media item 275 has started at 0% on Identifier=192.168.123.197, Profile=Generic DLNA profile, Name=OPPO BDP-103
2016-11-12 18:23:11,133 ERROR [ActionNode] Cannot retrieve results of action command: Cannot execute library command for single item: For input string: "121/A Case Of You"
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for single item: For input string: "121/A Case Of You"
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:178)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.executeRetrieveItemAction(ActionNode.java:190)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveDirectoryObject(ActionNode.java:92)
   at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.browse(ContentDirectoryEngine.java:105)
   at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:164)
   at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:253)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:93)
   at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:65)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:66)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:423)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:78)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:341)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:204)
Caused by: java.lang.NumberFormatException: For input string: "121/A Case Of You"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Long.parseLong(Long.java:589)
   at java.lang.Long.<init>(Long.java:965)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:74)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:32)
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:173)
   ... 15 more


I have no idea how to interpret this error or what steps to take to rectify it. Any help would be appreciated!!

-- Jeff

Re: Music playback stops

PostPosted: Tue Nov 15, 2016 11:14 am
by jgreenb2
FWIW, I've verified that network bandwidth is not causing this. I can place the same FLAC files on a network share and simply point my player to them. They play fine that way. I'd still prefer to use a DLNA server however, since it allows a metadata-centric view of my library rather than a folder-centric one. But Serviio doesn't appear reliable for this application.

Has anyone else seen an issue like this?


Sent from my iPad using Tapatalk