Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
11-11-2018, 00:16
Post: #1
Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
Hi@all,

sitting here and playing with a friends new Oppo Sonica DAC. We are using MinimServer 0.8.5.3 update 126 on a Synology DS214play.
Normally we are transcoding all our flac files to wav24 with the following stream.transcode options flac:wav24,alac:wav24,mp3:wav24,dsf(128):wav24;176
The Sonica DAC is able to play all formats except dsf to wav24 or any other output format. DSD64 can be played natively. DSD128 cannot be played natively neither with the selected transcoding option. I also gambled around with BubblePlayer and FFMPEG transcoding and had a hit with L16 96. Directly transcoded with MinimStreamer I had no chance to get this working.
If I play native 24/176.4 KHz flac, converted to wav24, everything is fine with the DAC. Any Idea what is going wrong?
@SimonCN: Any Logs I can provide you with for debugging?
Thank you all for your assistance.

Regards
Tobias
Find all posts by this user
Quote this message in a reply
11-11-2018, 21:28
Post: #2
RE: Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
I have tried this on a DS713+ (similar CPU to the DS214play) and it works OK with my DAC.

Transcoding can alter the timing of the audio data packets and some DACs are sensitive to this. Please produce a debug log by doing the following:

1) From the MinimWatch minim icon, select Show log
2) In the log window, change the logging level to Debug
3) Leave the logging window open
4) Try to play a transcoded DSF128 file
5) After 20 seconds, click 'Save as' in the log window and save the log data to a file
6) Zip the log file and attach the zipped file as a file attachment to a post here (see this post for instructions)

I will look at the log file and let you know what I find.
Find all posts by this user
Quote this message in a reply
12-11-2018, 11:52
Post: #3
RE: Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
Hey Simon,
this seems to be specific for the Sonica. Transcoding the same content and playing it with my Naim and my fathers T+A works pretty fine too. I'll get you the debug logs asap.
Regards
Tobias

(11-11-2018 21:28)simoncn Wrote:  I have tried this on a DS713+ (similar CPU to the DS214play) and it works OK with my DAC.

Transcoding can alter the timing of the audio data packets and some DACs are sensitive to this. Please produce a debug log by doing the following:

1) From the MinimWatch minim icon, select Show log
2) In the log window, change the logging level to Debug
3) Leave the logging window open
4) Try to play a transcoded DSF128 file
5) After 20 seconds, click 'Save as' in the log window and save the log data to a file
6) Zip the log file and attach the zipped file as a file attachment to a post here (see this post for instructions)

I will look at the log file and let you know what I find.
Find all posts by this user
Quote this message in a reply
12-11-2018, 20:43
Post: #4
RE: Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
Simon,
find the log attached.
Regards
Tobias

(12-11-2018 11:52)tbe2013 Wrote:  Hey Simon,
this seems to be specific for the Sonica. Transcoding the same content and playing it with my Naim and my fathers T+A works pretty fine too. I'll get you the debug logs asap.
Regards
Tobias

(11-11-2018 21:28)simoncn Wrote:  I have tried this on a DS713+ (similar CPU to the DS214play) and it works OK with my DAC.

Transcoding can alter the timing of the audio data packets and some DACs are sensitive to this. Please produce a debug log by doing the following:

1) From the MinimWatch minim icon, select Show log
2) In the log window, change the logging level to Debug
3) Leave the logging window open
4) Try to play a transcoded DSF128 file
5) After 20 seconds, click 'Save as' in the log window and save the log data to a file
6) Zip the log file and attach the zipped file as a file attachment to a post here (see this post for instructions)

I will look at the log file and let you know what I find.


Attached File(s)
.zip  oppo-dsd128-log-20181117.zip (Size: 31.04 KB / Downloads: 3)
Find all posts by this user
Quote this message in a reply
13-11-2018, 18:17
Post: #5
RE: Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
PM sent.
Find all posts by this user
Quote this message in a reply
13-11-2018, 20:40
Post: #6
RE: Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
New Logs attached.
_2 plays without interruption.

(13-11-2018 18:17)simoncn Wrote:  PM sent.


Attached File(s)
.zip  oppo-dsd128-log-20181113.zip (Size: 61.94 KB / Downloads: 1)
Find all posts by this user
Quote this message in a reply
19-11-2018, 20:50
Post: #7
RE: Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
New logs 20181119
(13-11-2018 20:40)tbe2013 Wrote:  New Logs attached.
_2 plays without interruption.

(13-11-2018 18:17)simoncn Wrote:  PM sent.


Attached File(s)
.zip  20181119.zip (Size: 41.82 KB / Downloads: 1)
Find all posts by this user
Quote this message in a reply
20-11-2018, 15:37 (This post was last modified: 20-11-2018 15:53 by simoncn.)
Post: #8
RE: Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
Thanks for these logs. I have checked them and everything looks fine, so it seems that my changes have fixed the problems.

The problems were caused by MinimStreamer not handling some byte-range requests correctly when doing transcoding. Byte-range requests are used by some renderers but not others and this is why you only saw these problems when using the OPPO Sonica DAC.

The fix is now available in MinimStreamer 0.7.9 for automatic update and manual installation. Thanks for your help with diagnosing and fixing the problem.
Find all posts by this user
Quote this message in a reply
21-11-2018, 22:01
Post: #9
RE: Problems transcoding/playing DSF(128) - WAV24;176 on OPPO Sonica DAC
Hey Simon,
thank you again for your outstanding support. Your assistance is highly appreciated. Keep going!
Regards
Tobias
(20-11-2018 15:37)simoncn Wrote:  Thanks for these logs. I have checked them and everything looks fine, so it seems that my changes have fixed the problems.

The problems were caused by MinimStreamer not handling some byte-range requests correctly when doing transcoding. Byte-range requests are used by some renderers but not others and this is why you only saw these problems when using the OPPO Sonica DAC.

The fix is now available in MinimStreamer 0.7.9 for automatic update and manual installation. Thanks for your help with diagnosing and fixing the problem.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)