Onkyo TX-NR717

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
rasa
Posts: 4
Joined: Mon Sep 09, 2013 8:10 am

Re: Onkyo TX-NR717

Post by rasa »

Hi,

I'm trying create profile for Onkyo AVR and add support for all possible audio files.

GetProtocolInfo response from receiver:

Code: Select all

http-get:*:audio/L16;rate=48000;channels=2:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=48000;channels=1:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=44100;channels=2:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=44100;channels=1:DLNA.ORG_PN=LPCM,
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMABASE,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMAFULL,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMALSL,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMDRM_WMABASE,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMDRM_WMAFULL,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMDRM_WMALSL,
http-get:*:audio/vnd.dlna.adts:DLNA.ORG_PN=AAC_ADTS_320,
http-get:*:audio/mp4:DLNA.ORG_PN=AAC_ISO_320,
http-get:*:audio/3gpp:DLNA.ORG_PN=AAC_ISO_320,
http-get:*:audio/wav:*,
http-get:*:audio/flac:*,
http-get:*:application/ogg:*,
http-get:*:audio/ogg:*
My profile:

Code: Select all

#----------------------------------------------------------------------------
# Profile for Onkyo AVR.
# See PS3.conf for a description of all possible configuration options.
#

RendererName = Onkyo AVR
RendererIcon = onkyo.png
UserAgentSearch = Mediabolic-IMHTTP/1.8.225
Video = true
Audio = true
Image = false
SeekByTime = true
MediaInfo = true
TranscodeAudio = WAV
TranscodeAudioTo441kHz = false

# Supported audio formats:
Supported = f:aac v:und a:aac|alac m:audio/mp4
Supported = f:flac a:flac m:audio/flac
Supported = f:mp3|mpa a:mp3|mpa m:audio/mpeg
Supported = f:ogg a:ogg m:application/ogg
Supported = f:wav a:lpcm m:audio/wav
Supported = f:wma a:wma m:audio/x-ms-wma
Option video is set to true for audio files with extensions: 3g2, 3gp, mp4

With this configuration I have problem with AAC files (3g2, 3gp, aac, m4a, mp4). I get message "Cannot Play" on receiver.
Debug log:

Code: Select all

INFO  2013-09-08 22:50:27.946 [pool-6-thread-1] Renderer Onkyo AVR found on this address: 192.168.1.3
DEBUG 2013-09-08 22:50:27.958 [pool-6-thread-1] Starting ping -n 3 -l 64000 192.168.1.3
DEBUG 2013-09-08 22:50:27.992 [Thread-14] 
DEBUG 2013-09-08 22:50:27.992 [Thread-14] Pinging 192.168.1.3 with 64000 bytes of data:
TRACE 2013-09-08 22:50:29.240 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:29.244 [New I/O worker #2] Opened request handler on socket /192.168.1.3:37548
TRACE 2013-09-08 22:50:29.244 [New I/O worker #2] Request: HTTP/1.1 : POST : upnp/control/content_directory
TRACE 2013-09-08 22:50:29.244 [New I/O worker #2] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:29.244 [New I/O worker #2] Received on socket: Connection: close
TRACE 2013-09-08 22:50:29.244 [New I/O worker #2] Received on socket: Content-Length: 695
TRACE 2013-09-08 22:50:29.244 [New I/O worker #2] Received on socket: Content-Type: text/xml; charset=utf-8
TRACE 2013-09-08 22:50:29.245 [New I/O worker #2] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:29.245 [New I/O worker #2] Received on socket: SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"
TRACE 2013-09-08 22:50:29.245 [New I/O worker #2] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:29.245 [New I/O worker #2] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:29.245 [New I/O worker #2] HTTP: upnp/control/content_directory / 0-0
TRACE 2013-09-08 22:50:29.245 [New I/O worker #2] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:29.249 [New I/O worker #2] Matched format M4A to "D:\DLNA\alac.m4a"
TRACE 2013-09-08 22:50:29.292 [New I/O worker #2] Parsing results: alac.m4a / container: aac / bitrate: 2467093 / size: 9029561 / codecV: und / duration: 00:00:29.00 / width: 0 / height: 0 / frameRate: null / thumb size : 0 / muxingMode: null
	audio: id=0 / lang: und / flavor: null / codec: alac / sf:96000 / na: 2 / bs: 24
TRACE 2013-09-08 22:50:29.293 [New I/O worker #2] Adding alac.m4a / class: net.pms.dlna.RealFile
TRACE 2013-09-08 22:50:29.293 [New I/O worker #2] Getting player for alac.m4a
TRACE 2013-09-08 22:50:29.294 [New I/O worker #2] player: Audio High Fidelity, enabled: true, compatible: false
TRACE 2013-09-08 22:50:29.295 [New I/O worker #2] player: FFmpeg Audio, enabled: true, compatible: true
TRACE 2013-09-08 22:50:29.299 [New I/O worker #2] End of analysis for D:\DLNA
TRACE 2013-09-08 22:50:29.300 [New I/O worker #2] Network debugger: ALAC http-get:*:audio/mp4:DLNA.ORG_OP=01 duration=00:00:29.00 size=9029561 http://192.168.1.2:5001/get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:29.301 [New I/O worker #2] Sent to socket: Content-Length: 1088
TRACE 2013-09-08 22:50:29.301 [New I/O worker #2] Sent to socket: Content-Type: text/xml; charset="utf-8"
TRACE 2013-09-08 22:50:29.301 [New I/O worker #2] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
DEBUG 2013-09-08 22:50:29.958 [SpeedStats Failsafe] Stopping process: ping-0
TRACE 2013-09-08 22:50:35.019 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.042 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.064 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.085 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.151 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.176 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.210 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:35.214 [New I/O worker #3] Opened request handler on socket /192.168.1.3:37549
TRACE 2013-09-08 22:50:35.214 [New I/O worker #3] Request: HTTP/1.1 : GET : get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:35.214 [New I/O worker #3] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:35.214 [New I/O worker #3] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:35.214 [New I/O worker #3] Received on socket: Range: bytes=0-
TRACE 2013-09-08 22:50:35.214 [New I/O worker #3] Received on socket: transferMode.dlna.org: Streaming
TRACE 2013-09-08 22:50:35.214 [New I/O worker #3] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:35.215 [New I/O worker #3] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:35.215 [New I/O worker #3] HTTP: get/0$1$1/alac.m4a / 0--1
TRACE 2013-09-08 22:50:35.215 [New I/O worker #3] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:35.215 [New I/O worker #3] discover 0$1 refresh forced: false
TRACE 2013-09-08 22:50:35.215 [New I/O worker #3] Asked stream chunk : TimeRange [start=null, end=null] of alac.m4a and player null
TRACE 2013-09-08 22:50:35.218 [New I/O worker #3] Sending 9029561 bytes.
INFO  2013-09-08 22:50:35.218 [StartPlaying Event] Started playing alac.m4a on your Onkyo AVR
DEBUG 2013-09-08 22:50:35.220 [StartPlaying Event] The full filename of which is: D:\DLNA\alac.m4a and the address of the renderer is: 192.168.1.3
TRACE 2013-09-08 22:50:35.222 [New I/O worker #3] Sent to socket: Accept-Ranges: bytes
TRACE 2013-09-08 22:50:35.222 [New I/O worker #3] Sent to socket: Connection: keep-alive
TRACE 2013-09-08 22:50:35.222 [New I/O worker #3] Sent to socket: Content-Length: 9029561
TRACE 2013-09-08 22:50:35.222 [New I/O worker #3] Sent to socket: Content-Range: bytes 0-9029560/9029561
TRACE 2013-09-08 22:50:35.222 [New I/O worker #3] Sent to socket: Content-Type: audio/mp4
TRACE 2013-09-08 22:50:35.222 [New I/O worker #3] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
TRACE 2013-09-08 22:50:35.222 [New I/O worker #3] Sent to socket: TransferMode.DLNA.ORG: Streaming
TRACE 2013-09-08 22:50:35.238 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] Opened request handler on socket /192.168.1.3:37550
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] Request: HTTP/1.1 : GET : get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] Received on socket: Range: bytes=2-256
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] Received on socket: transferMode.dlna.org: Streaming
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] HTTP: get/0$1$1/alac.m4a / 2-256
TRACE 2013-09-08 22:50:35.240 [New I/O worker #4] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:35.242 [New I/O worker #4] discover 0$1 refresh forced: false
TRACE 2013-09-08 22:50:35.242 [New I/O worker #4] Asked stream chunk : ByteRange [start=2, end=256] of alac.m4a and player null
TRACE 2013-09-08 22:50:35.243 [New I/O worker #4] Using size-limiting stream (255 bytes)
TRACE 2013-09-08 22:50:35.243 [New I/O worker #4] Sending 255 bytes.
TRACE 2013-09-08 22:50:35.245 [New I/O worker #4] Sent to socket: Accept-Ranges: bytes
TRACE 2013-09-08 22:50:35.245 [New I/O worker #4] Sent to socket: Connection: keep-alive
TRACE 2013-09-08 22:50:35.245 [New I/O worker #4] Sent to socket: Content-Length: 255
TRACE 2013-09-08 22:50:35.245 [New I/O worker #4] Sent to socket: Content-Range: bytes 2-256/9029561
TRACE 2013-09-08 22:50:35.246 [New I/O worker #4] Sent to socket: Content-Type: audio/mp4
TRACE 2013-09-08 22:50:35.246 [New I/O worker #4] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
TRACE 2013-09-08 22:50:35.246 [New I/O worker #4] Sent to socket: TransferMode.DLNA.ORG: Streaming
TRACE 2013-09-08 22:50:35.345 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.377 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.404 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.428 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.449 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
TRACE 2013-09-08 22:50:35.476 [UPNPHelper] Receiving a NOTIFY from [192.168.1.3:1900]
INFO  2013-09-08 22:50:39.247 [StopPlaying Event] Stopped playing alac.m4a on your Onkyo AVR
DEBUG 2013-09-08 22:50:39.249 [StopPlaying Event] The full filename of which is: D:\DLNA\alac.m4a and the address of the renderer is: 192.168.1.3
TRACE 2013-09-08 22:50:39.409 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:39.415 [New I/O worker #5] Opened request handler on socket /192.168.1.3:37551
TRACE 2013-09-08 22:50:39.415 [New I/O worker #5] Request: HTTP/1.1 : POST : upnp/control/content_directory
TRACE 2013-09-08 22:50:39.415 [New I/O worker #5] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:39.415 [New I/O worker #5] Received on socket: Connection: close
TRACE 2013-09-08 22:50:39.415 [New I/O worker #5] Received on socket: Content-Length: 695
TRACE 2013-09-08 22:50:39.416 [New I/O worker #5] Received on socket: Content-Type: text/xml; charset=utf-8
TRACE 2013-09-08 22:50:39.416 [New I/O worker #5] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:39.416 [New I/O worker #5] Received on socket: SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"
TRACE 2013-09-08 22:50:39.416 [New I/O worker #5] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:39.416 [New I/O worker #5] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:39.416 [New I/O worker #5] HTTP: upnp/control/content_directory / 0-0
TRACE 2013-09-08 22:50:39.416 [New I/O worker #5] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:39.417 [New I/O worker #5] discover 0$1 refresh forced: true
TRACE 2013-09-08 22:50:39.418 [New I/O worker #5] End of analysis for D:\DLNA
TRACE 2013-09-08 22:50:39.419 [New I/O worker #5] Network debugger: ALAC http-get:*:audio/mp4:DLNA.ORG_OP=01 duration=00:00:29.00 size=9029561 http://192.168.1.2:5001/get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:39.421 [New I/O worker #5] Sent to socket: Content-Length: 1088
TRACE 2013-09-08 22:50:39.421 [New I/O worker #5] Sent to socket: Content-Type: text/xml; charset="utf-8"
TRACE 2013-09-08 22:50:39.421 [New I/O worker #5] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
TRACE 2013-09-08 22:50:39.496 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:39.506 [New I/O worker #6] Opened request handler on socket /192.168.1.3:37552
TRACE 2013-09-08 22:50:39.507 [New I/O worker #6] Request: HTTP/1.1 : GET : get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:39.507 [New I/O worker #6] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:39.507 [New I/O worker #6] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:39.507 [New I/O worker #6] Received on socket: Range: bytes=0-
TRACE 2013-09-08 22:50:39.507 [New I/O worker #6] Received on socket: transferMode.dlna.org: Streaming
TRACE 2013-09-08 22:50:39.507 [New I/O worker #6] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:39.507 [New I/O worker #6] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:39.507 [New I/O worker #6] HTTP: get/0$1$1/alac.m4a / 0--1
TRACE 2013-09-08 22:50:39.508 [New I/O worker #6] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:39.508 [New I/O worker #6] discover 0$1 refresh forced: false
TRACE 2013-09-08 22:50:39.508 [New I/O worker #6] Asked stream chunk : TimeRange [start=null, end=null] of alac.m4a and player null
TRACE 2013-09-08 22:50:39.509 [New I/O worker #6] Sending 9029561 bytes.
INFO  2013-09-08 22:50:39.509 [StartPlaying Event] Started playing alac.m4a on your Onkyo AVR
DEBUG 2013-09-08 22:50:39.511 [StartPlaying Event] The full filename of which is: D:\DLNA\alac.m4a and the address of the renderer is: 192.168.1.3
TRACE 2013-09-08 22:50:39.513 [New I/O worker #6] Sent to socket: Accept-Ranges: bytes
TRACE 2013-09-08 22:50:39.513 [New I/O worker #6] Sent to socket: Connection: keep-alive
TRACE 2013-09-08 22:50:39.513 [New I/O worker #6] Sent to socket: Content-Length: 9029561
TRACE 2013-09-08 22:50:39.513 [New I/O worker #6] Sent to socket: Content-Range: bytes 0-9029560/9029561
TRACE 2013-09-08 22:50:39.513 [New I/O worker #6] Sent to socket: Content-Type: audio/mp4
TRACE 2013-09-08 22:50:39.514 [New I/O worker #6] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
TRACE 2013-09-08 22:50:39.514 [New I/O worker #6] Sent to socket: TransferMode.DLNA.ORG: Streaming
TRACE 2013-09-08 22:50:39.528 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:39.543 [New I/O worker #7] Opened request handler on socket /192.168.1.3:37553
TRACE 2013-09-08 22:50:39.543 [New I/O worker #7] Request: HTTP/1.1 : GET : get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:39.543 [New I/O worker #7] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:39.543 [New I/O worker #7] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:39.543 [New I/O worker #7] Received on socket: Range: bytes=2-256
TRACE 2013-09-08 22:50:39.543 [New I/O worker #7] Received on socket: transferMode.dlna.org: Streaming
TRACE 2013-09-08 22:50:39.543 [New I/O worker #7] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:39.544 [New I/O worker #7] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:39.544 [New I/O worker #7] HTTP: get/0$1$1/alac.m4a / 2-256
TRACE 2013-09-08 22:50:39.544 [New I/O worker #7] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:39.544 [New I/O worker #7] discover 0$1 refresh forced: false
TRACE 2013-09-08 22:50:39.544 [New I/O worker #7] Asked stream chunk : ByteRange [start=2, end=256] of alac.m4a and player null
TRACE 2013-09-08 22:50:39.545 [New I/O worker #7] Using size-limiting stream (255 bytes)
TRACE 2013-09-08 22:50:39.545 [New I/O worker #7] Sending 255 bytes.
TRACE 2013-09-08 22:50:39.547 [New I/O worker #7] Sent to socket: Accept-Ranges: bytes
TRACE 2013-09-08 22:50:39.548 [New I/O worker #7] Sent to socket: Connection: keep-alive
TRACE 2013-09-08 22:50:39.548 [New I/O worker #7] Sent to socket: Content-Length: 255
TRACE 2013-09-08 22:50:39.548 [New I/O worker #7] Sent to socket: Content-Range: bytes 2-256/9029561
TRACE 2013-09-08 22:50:39.548 [New I/O worker #7] Sent to socket: Content-Type: audio/mp4
TRACE 2013-09-08 22:50:39.549 [New I/O worker #7] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
TRACE 2013-09-08 22:50:39.549 [New I/O worker #7] Sent to socket: TransferMode.DLNA.ORG: Streaming
INFO  2013-09-08 22:50:43.550 [StopPlaying Event] Stopped playing alac.m4a on your Onkyo AVR
DEBUG 2013-09-08 22:50:43.553 [StopPlaying Event] The full filename of which is: D:\DLNA\alac.m4a and the address of the renderer is: 192.168.1.3
TRACE 2013-09-08 22:50:43.638 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:43.642 [New I/O worker #8] Opened request handler on socket /192.168.1.3:37554
TRACE 2013-09-08 22:50:43.642 [New I/O worker #8] Request: HTTP/1.1 : POST : upnp/control/content_directory
TRACE 2013-09-08 22:50:43.643 [New I/O worker #8] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:43.643 [New I/O worker #8] Received on socket: Connection: close
TRACE 2013-09-08 22:50:43.643 [New I/O worker #8] Received on socket: Content-Length: 695
TRACE 2013-09-08 22:50:43.643 [New I/O worker #8] Received on socket: Content-Type: text/xml; charset=utf-8
TRACE 2013-09-08 22:50:43.643 [New I/O worker #8] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:43.644 [New I/O worker #8] Received on socket: SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"
TRACE 2013-09-08 22:50:43.644 [New I/O worker #8] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:43.644 [New I/O worker #8] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:43.644 [New I/O worker #8] HTTP: upnp/control/content_directory / 0-0
TRACE 2013-09-08 22:50:43.644 [New I/O worker #8] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:43.645 [New I/O worker #8] discover 0$1 refresh forced: true
TRACE 2013-09-08 22:50:43.646 [New I/O worker #8] End of analysis for D:\DLNA
TRACE 2013-09-08 22:50:43.647 [New I/O worker #8] Network debugger: ALAC http-get:*:audio/mp4:DLNA.ORG_OP=01 duration=00:00:29.00 size=9029561 http://192.168.1.2:5001/get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:43.648 [New I/O worker #8] Sent to socket: Content-Length: 1088
TRACE 2013-09-08 22:50:43.649 [New I/O worker #8] Sent to socket: Content-Type: text/xml; charset="utf-8"
TRACE 2013-09-08 22:50:43.649 [New I/O worker #8] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
TRACE 2013-09-08 22:50:43.710 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:43.712 [New I/O worker #1] Opened request handler on socket /192.168.1.3:37555
TRACE 2013-09-08 22:50:43.713 [New I/O worker #1] Request: HTTP/1.1 : GET : get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:43.713 [New I/O worker #1] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:43.713 [New I/O worker #1] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:43.713 [New I/O worker #1] Received on socket: Range: bytes=0-
TRACE 2013-09-08 22:50:43.713 [New I/O worker #1] Received on socket: transferMode.dlna.org: Streaming
TRACE 2013-09-08 22:50:43.713 [New I/O worker #1] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:43.713 [New I/O worker #1] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:43.714 [New I/O worker #1] HTTP: get/0$1$1/alac.m4a / 0--1
TRACE 2013-09-08 22:50:43.714 [New I/O worker #1] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:43.714 [New I/O worker #1] discover 0$1 refresh forced: false
TRACE 2013-09-08 22:50:43.714 [New I/O worker #1] Asked stream chunk : TimeRange [start=null, end=null] of alac.m4a and player null
TRACE 2013-09-08 22:50:43.715 [New I/O worker #1] Sending 9029561 bytes.
INFO  2013-09-08 22:50:43.716 [StartPlaying Event] Started playing alac.m4a on your Onkyo AVR
DEBUG 2013-09-08 22:50:43.717 [StartPlaying Event] The full filename of which is: D:\DLNA\alac.m4a and the address of the renderer is: 192.168.1.3
TRACE 2013-09-08 22:50:43.719 [New I/O worker #1] Sent to socket: Accept-Ranges: bytes
TRACE 2013-09-08 22:50:43.719 [New I/O worker #1] Sent to socket: Connection: keep-alive
TRACE 2013-09-08 22:50:43.720 [New I/O worker #1] Sent to socket: Content-Length: 9029561
TRACE 2013-09-08 22:50:43.720 [New I/O worker #1] Sent to socket: Content-Range: bytes 0-9029560/9029561
TRACE 2013-09-08 22:50:43.720 [New I/O worker #1] Sent to socket: Content-Type: audio/mp4
TRACE 2013-09-08 22:50:43.720 [New I/O worker #1] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
TRACE 2013-09-08 22:50:43.720 [New I/O worker #1] Sent to socket: TransferMode.DLNA.ORG: Streaming
TRACE 2013-09-08 22:50:43.737 [New I/O server boss #9] Creating new pipeline
TRACE 2013-09-08 22:50:43.743 [New I/O worker #2] Opened request handler on socket /192.168.1.3:37556
TRACE 2013-09-08 22:50:43.744 [New I/O worker #2] Request: HTTP/1.1 : GET : get/0$1$1/alac.m4a
TRACE 2013-09-08 22:50:43.744 [New I/O worker #2] Matched media renderer "Onkyo AVR" based on address /192.168.1.3
TRACE 2013-09-08 22:50:43.744 [New I/O worker #2] Received on socket: Host: 192.168.1.2:5001
TRACE 2013-09-08 22:50:43.744 [New I/O worker #2] Received on socket: Range: bytes=2-256
TRACE 2013-09-08 22:50:43.744 [New I/O worker #2] Received on socket: transferMode.dlna.org: Streaming
TRACE 2013-09-08 22:50:43.744 [New I/O worker #2] Received on socket: User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50
TRACE 2013-09-08 22:50:43.744 [New I/O worker #2] Recognized media renderer: Onkyo AVR
TRACE 2013-09-08 22:50:43.744 [New I/O worker #2] HTTP: get/0$1$1/alac.m4a / 2-256
TRACE 2013-09-08 22:50:43.745 [New I/O worker #2] discover 0 refresh forced: false
TRACE 2013-09-08 22:50:43.745 [New I/O worker #2] discover 0$1 refresh forced: false
TRACE 2013-09-08 22:50:43.745 [New I/O worker #2] Asked stream chunk : ByteRange [start=2, end=256] of alac.m4a and player null
TRACE 2013-09-08 22:50:43.745 [New I/O worker #2] Using size-limiting stream (255 bytes)
TRACE 2013-09-08 22:50:43.746 [New I/O worker #2] Sending 255 bytes.
TRACE 2013-09-08 22:50:43.748 [New I/O worker #2] Sent to socket: Accept-Ranges: bytes
TRACE 2013-09-08 22:50:43.748 [New I/O worker #2] Sent to socket: Connection: keep-alive
TRACE 2013-09-08 22:50:43.748 [New I/O worker #2] Sent to socket: Content-Length: 255
TRACE 2013-09-08 22:50:43.748 [New I/O worker #2] Sent to socket: Content-Range: bytes 2-256/9029561
TRACE 2013-09-08 22:50:43.748 [New I/O worker #2] Sent to socket: Content-Type: audio/mp4
TRACE 2013-09-08 22:50:43.749 [New I/O worker #2] Sent to socket: Server: Windows_7-amd64-6.1, UPnP/1.0, UMS/3.0.0-a5
TRACE 2013-09-08 22:50:43.749 [New I/O worker #2] Sent to socket: TransferMode.DLNA.ORG: Streaming
DEBUG 2013-09-08 22:50:47.414 [UPNP-AliveMessageSender] Sending ALIVE...
TRACE 2013-09-08 22:50:47.568 [UPNP-AliveMessageSender] Sending message from multicast socket on network interface: name:null
TRACE 2013-09-08 22:50:47.569 [UPNP-AliveMessageSender] Multicast socket is on interface: /0.0.0.0
TRACE 2013-09-08 22:50:47.569 [UPNP-AliveMessageSender] Socket Timeout: 0
TRACE 2013-09-08 22:50:47.569 [UPNP-AliveMessageSender] Socket TTL: 32
TRACE 2013-09-08 22:50:47.569 [UPNPHelper] Receiving a NOTIFY from [192.168.1.2:64426]
TRACE 2013-09-08 22:50:47.571 [UPNPHelper] Receiving a NOTIFY from [192.168.1.2:64426]
TRACE 2013-09-08 22:50:47.571 [UPNPHelper] Receiving a NOTIFY from [192.168.1.2:64426]
TRACE 2013-09-08 22:50:47.571 [UPNPHelper] Receiving a NOTIFY from [192.168.1.2:64426]
TRACE 2013-09-08 22:50:47.571 [UPNPHelper] Receiving a NOTIFY from [192.168.1.2:64426]
INFO  2013-09-08 22:50:47.750 [StopPlaying Event] Stopped playing alac.m4a on your Onkyo AVR
DEBUG 2013-09-08 22:50:47.752 [StopPlaying Event] The full filename of which is: D:\DLNA\alac.m4a and the address of the renderer is: 192.168.1.3
AAC files can be played from uShare dlna server.
ADTS (AAC) files are not recognized (can be played manually using Device Spy):

Code: Select all

TRACE 2013-09-08 20:24:22.215 [New I/O worker #2] Matched format M4A to "D:\DLNA\adts.aac"
TRACE 2013-09-08 20:24:22.227 [New I/O worker #2] Parsing results: adts.aac / container: und / bitrate: 0 / size: 1183028 / codecV: und / duration: null / width: 0 / height: 0 / frameRate: null / thumb size : 0 / muxingMode: null
	audio: id=0 / lang: und / flavor: null / codec: aac / sf:48000 / na: 2 / bs: 16
INFO  2013-09-08 20:24:22.227 [New I/O worker #2] The file D:\DLNA\adts.aac could not be parsed. It will be hidden
To fix problem with ADTS files we need to add support in LibMediaInfoParser.java:

Code: Select all

} else if (value.equals("m4a") || value.equals("40") || value.equals("a_aac") || value.equals("aac") || value.equals("adts")) {
After that files are recognized and can be played without problems. This is strange because other AAC files are not played.

There is also problem with ogg files. They are visible in file browser but I'm not able to start playing. I think that this is problem with "application/ogg" mime (files with this mime can be played manually using Device Spy, mime "audio/ogg" not is supported).

WMA Pro/Voice files are not supported (Standard and Lossless are supported). Is there any configuration parameter to set up this?

It will be nice to see FLAC available to set in TranscodeAudio parameter :)

Regards,
rasa
Attachments
Onkyo AVR
Onkyo AVR
onkyo.png (20.54 KiB) Viewed 9012 times
danielt
Posts: 43
Joined: Sun Jan 13, 2013 4:17 pm

Re: Onkyo TX-NR717

Post by danielt »

I had trouble with AAC files with rev 3.0 of UMS. 2.x seems to work fine. I took easy way and turned on transcoding for AAC files.
I've done very little troubleshooting since.
danielt
Posts: 43
Joined: Sun Jan 13, 2013 4:17 pm

Re: Onkyo TX-NR717

Post by danielt »

OK, I've updated my original file and converted to use the MediaInfo and Supported fields instead of hardcoding the stream/transcode file types. The AAC files I have that are downloaded from iTunes are transcoding currently. Other file types are not. I'll keep researching to find out more info if I can.
I also recently purchased a NR818 for my home theater and will test/confirm if the settings work for it as well.


EDIT: scratch all that, my file is broken... Will try and fix this weekend. :oops:
Dweebus
Posts: 4
Joined: Wed May 07, 2014 6:06 am

Re: Onkyo TX-NR717

Post by Dweebus »

Hey guys, I've just started using UMS. I have not fully tested it yet, but I hope it will eliminate the problem I was facing using Serviio (playback stopping after 30-45 minutes).

Anyway, I've had the Onkyo TX-NR717 for quite a while now, but I was wondering if it is possible to also playback videos using UMS with the TX-NR717.
Currently I can access the UMS folder structure on the receiver and see all the files, including video files like .MKV. But it cannot seem to play them. (Same for using Serviio btw.)

(Somewhat strange since the receiver, out of the box, also has a folder named "Video" (or something similar) ;) )

If it isn't possible, I guess I'll be simply using UMS on my Philips TV, atleast that works :)



Also, my Onkyo Bluray player (BD-SP309) recognizes UMS, but can't find any playable files. Eventhough there are also some standard .MP3 files currently shared by UMS.
Any ideas on how to change that?


Thanks in advance.
danielt
Posts: 43
Joined: Sun Jan 13, 2013 4:17 pm

Re: Onkyo TX-NR717

Post by danielt »

None of the onkyo receivers can stream video, only audio
If the bluray player is dlna compliant you should be able to stream to it. Check out the ps3.conf file in the renderer folder to see all the configuration options. You will most likely need to build a custom conf file.
danielt
Posts: 43
Joined: Sun Jan 13, 2013 4:17 pm

Re: Onkyo TX-NR717

Post by danielt »

Looking at the owners manual for the bluray player, it might be able to play mkv and avi video files. I don't know if it can support streaming from a server like UMS, or only by making a windows share of your video files and accessing those directly.
Again, you will need to make a custom conf file for it.
Post Reply