DTS WAV audio music via hdmi passthrough
#1
Hello
I try to play dts audio file (wav or dts extension) but nothing heppend.
I see the player work (time of play is screening) but on hdmi extrernal decoder (amplituner Onkyo) not recognize stream.
What i can do to play dst music?
On mkv dts audio is ok, ac3 too.
On music file no.

raspbmc, Pi B.
Regards
Reply
#2
to my knowledge this file format is not supported
Reply
#3
See this post

You can also try to add these in advancedsettings.xml as either video or audio.
Quote:<musicextensions>
<add>.dts</add>
</musicextensions>
or
Quote:<videoextensions>
<add>.dts</add>
</videoextensions>
I guess you want to force this to play as video, since the same audiotracks work when the videoplayer plays them
Reply
#4
(2013-03-08, 16:26)Kibje Wrote: See this post

You can also try to add these in advancedsettings.xml as either video or audio.
Quote:<musicextensions>
<add>.dts</add>
</musicextensions>
or
Quote:<videoextensions>
<add>.dts</add>
</videoextensions>
I guess you want to force this to play as video, since the same audiotracks work when the videoplayer plays them

hmm, interesting Wink will try this and thanks for the direction
Reply
#5
so far no luck with it
@Kibje does it actually works for you ? I tried to play by all players but no luck
Reply
#6
Today 17:00
Post: #20
so
Some files work, some not.
eg.

not work

Format : Wave
File size : 43.9 MiB
Duration : 4mn 21s
Overall bit rate mode : Constant
Overall bit rate : 1 411 Kbps

Audio
Format : DTS
Format/Info : Digital Theater Systems
Mode : 14
Format settings, Endianness : Little
Codec ID : 1
Duration : 4mn 21s
Bit rate mode : Constant
Bit rate : 1 411.2 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 44.1 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 43.9 MiB (100%)

not work:
Format : Wave
File size : 42.0 MiB
Duration : 4mn 9s
Overall bit rate mode : Constant
Overall bit rate : 1 411 Kbps

Audio
Format : DTS
Format/Info : Digital Theater Systems
Mode : 14
Format settings, Endianness : Little
Codec ID : 1
Duration : 4mn 9s
Bit rate mode : Constant
Bit rate : 1 411.2 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 44.1 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 42.0 MiB (100%)


Work:
Format : DTS
Format/Info : Digital Theater Systems
Format profile : 96/24 / Core
File size : 51.7 MiB
Duration : 4mn 47s
Overall bit rate mode : Constant
Overall bit rate : 1 510 Kbps

Audio
Format : DTS
Format/Info : Digital Theater Systems
Format profile : 96/24 / Core
Mode : 16
Format settings, Endianness : Big
Duration : 4mn 47s
Bit rate mode : Constant
Bit rate : 1 510 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 96.0 KHz / 48.0 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 51.7 MiB (100%)


AC3 files work fine..

This file decode stereo..:
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 129 MiB
Duration : 4mn 8s
Overall bit rate mode : Variable
Overall bit rate : 4 350 Kbps
Album : Greatest Hits
Album/Performer : The Cure
Track name : Lullaby
Track name/Position : 10
Performer : The Cure

Audio
Format : FLAC
Format/Info : Free Lossless Audio Codec
Duration : 4mn 8s
Bit rate mode : Variable
Bit rate : 4 350 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Back: L R, LFE
Sampling rate : 44.1 KHz
Bit depth : 24 bits
Stream size : 129 MiB (100%)
Writing library : libFLAC 1.2.1 (UTC 2007-09-17)


I added:
<musicextensions>
<add>.dts</add>
</musicextensions>

in advancedsettings.xml un userdata folder

and
<playercorefactory>
<players>
<!-- These are compiled-in as re-ordering them would break scripts
The following aliases may also be used:
audiodefaultplayer, videodefaultplayer, videodefaultdvdplayer
<player name="DVDPlayer" audio="true" video="true" />
<player name="DVDPlayer" /> placeholder for MPlayer
<player name="PAPlayer" audio="true" />
-->
</players>

<rules>
<rule protocols="rtv" player="DVDPlayer" />
<rule protocols="hdhomerun|myth|cmyth|rtmp" player="DVDPlayer" />
<rule protocols="lastfm|shout" player="PAPlayer" />

<!-- dvdplayer can play standard rtsp streams -->
<rule protocols="rtsp" filetypes="!(rm|ra)" player="PAPlayer" />

in playercorefactory.xml

..


So, what is wrong?

next info the dts file LE/14 not work too...
how to make this to work pass via hdmi?

log from xbmc:

00:19:54 T:3037777920 NOTICE: COMXPlayer: Opening: /media/New Volume/dts audio/BJORK - GREATEST HITS dts/01 - All Is Full Of Love.dts
00:19:55 T:2889880640 NOTICE: Thread COMXPlayer start, auto delete: false
00:19:55 T:2889880640 NOTICE: Creating InputStream
00:19:55 T:2889880640 NOTICE: Creating Demuxer
00:19:55 T:2889880640 NOTICE: Opening audio stream: 0 source: 256
00:19:55 T:2889880640 NOTICE: Creating audio thread
00:19:55 T:2806223936 NOTICE: Thread COMXPlayerAudio start, auto delete: false
00:19:55 T:2889880640 WARNING: CDVDMessageQueue(video):Tongueut MSGQ_NOT_INITIALIZED
00:19:55 T:2806223936 WARNING: Previous line repeats 1 times.
00:19:55 T:2806223936 NOTICE: OMXClock using audio as reference
00:19:55 T:2806223936 ERROR: COMXCoreComponent::SetParameter - OMX.broadcom.audio_render failed with omx_err(0x80001005)
00:20:01 T:2889880640 NOTICE: COMXPlayer::OnExit()
00:20:01 T:2889880640 NOTICE: OMXPlayer: closing audio stream

I uptaded Pi from this site:
https://sites.google.com/site/semilleroa...spberry-pi
no helps..

Error:
00:19:55 T:2806223936 ERROR: COMXCoreComponent::SetParameter - OMX.broadcom.audio_render failed with omx_err(0x80001005)
Reply
#7
nobody has the same problem like me?
hmmSad
Reply
#8
Hi,
I have the same problem and can not get it to work either. So far I used the PS3 for dts-wav files and I remember the initial problem getting it to work there was the sampling rate. It seems all your files that are 44,1kHz dont work. I tried just right klicking the file and tried out all the players and none of the players work.
I think the trick would be to get the pi to stream the file completely unaltered to the reciever so that it can deal with it. I just dont know how to do that Sad
Reply

Logout Mark Read Team Forum Stats Members Help
DTS WAV audio music via hdmi passthrough0