expecting transcode to mp3 but playing native
I have a DS413j, and it doesn't look powerful enough to transcode audio from AC3 to AAC, so zip told me to try mp3.
My videofiles are AVC HD video with AC3 audio, my DLNA renderer can play the video but it does not do AC3. I want the video to stay untouched, but transcode the audio to mp3. The profile that I'm using:
- Code:
<Transcoding>
<Video targetContainer="mpegts" targetACodec="mp3" >
<Matches container="*" aCodec="ac3" />
<Matches container="*" aCodec="wmav2" />
<Matches container="*" aCodec="wmapro" />
<Matches container="*" aCodec="flac" />
<Matches container="*" aCodec="vorbis" />
<Matches container="*" aCodec="truehd" />
<Matches container="*" aCodec="amrnb" />
<Matches container="*" aCodec="real" />
<Matches container="*" aCodec="dca" />
</Video>
<Audio targetContainer="mp3" aBitrate="320" >
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="adts" />
<Matches container="mp2" />
<Matches container="wavpack" />
<Matches container="mpc" />
<Matches container="ape" />
</Audio>
</Transcoding>
I'm assuming that it would transcode the audio, but when I put logging to DEBUG and try to play a file, this is what I see:
- Code:
2014-01-12 15:57:12,018 DEBUG [ServiioHttpService] Incoming request from /192.168.0.62:56802: HEAD /resource/273/MEDIA_ITEM/AVC_TS_MP_HD_AC3_T-0/ORIGINAL HTTP/1.1, headers = [FriendlyName.dlna.org: ADB 5810CX,HOST: 192.168.0.115:8895,X-RequestID: 12415]]
2014-01-12 15:57:12,019 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.62
2014-01-12 15:57:12,021 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.62
2014-01-12 15:57:12,024 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'Identifier=192.168.0.62, Profile=Telenet Yelo TV marnik mp3-2'
2014-01-12 15:57:12,025 DEBUG [ResourceDeliveryProcessor] Request for resource 273 and type 'MEDIA_ITEM' received
2014-01-12 15:57:12,025 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 273 (local)
2014-01-12 15:57:12,026 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 273)
2014-01-12 15:57:12,029 DEBUG [VideoDAOImpl] Reading a Video (id = 273)
2014-01-12 15:57:12,034 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 273, format AVC_TS_MP_HD_AC3_T and profile Telenet Yelo TV marnik mp3-2
2014-01-12 15:57:12,035 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 18677760,Date: Sun, 12 Jan 2014 14:57:12 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.4,Cache-control: no-cache,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2014-01-12 15:57:12,051 DEBUG [ServiioHttpService] Incoming request from /192.168.0.62:56802: GET /resource/273/MEDIA_ITEM/AVC_TS_MP_HD_AC3_T-0/ORIGINAL HTTP/1.1, headers = [FriendlyName.dlna.org: ADB 5810CX,GetContentFeatures.dlna.org: 1,HOST: 192.168.0.115:8895,Range: bytes=0-,TransferMode.dlna.org: Streaming,X-RequestID: 12416]]
2014-01-12 15:57:12,051 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.62
2014-01-12 15:57:12,054 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.62
2014-01-12 15:57:12,056 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'Identifier=192.168.0.62, Profile=Telenet Yelo TV marnik mp3-2'
2014-01-12 15:57:12,056 DEBUG [ResourceDeliveryProcessor] Request for resource 273 and type 'MEDIA_ITEM' received
2014-01-12 15:57:12,057 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 273 (local)
2014-01-12 15:57:12,057 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 273)
2014-01-12 15:57:12,059 DEBUG [VideoDAOImpl] Reading a Video (id = 273)
2014-01-12 15:57:12,062 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 273, format AVC_TS_MP_HD_AC3_T and profile Telenet Yelo TV marnik mp3-2
2014-01-12 15:57:12,063 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 273 (local)
2014-01-12 15:57:12,063 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 273)
2014-01-12 15:57:12,065 DEBUG [VideoDAOImpl] Reading a Video (id = 273)
2014-01-12 15:57:12,069 DEBUG [VideoDeliveryEngine] Delivering item '273' for client 'Identifier=192.168.0.62, Profile=Telenet Yelo TV marnik mp3-2'
2014-01-12 15:57:12,069 DEBUG [VideoDeliveryEngine] Delivering file '00086.MTS' in native format
2014-01-12 15:57:12,069 DEBUG [MediaItemDAOImpl] Getting file of media item 273
2014-01-12 15:57:12,072 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 273) as read
2014-01-12 15:57:12,160 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2014-01-12 15:57:12,161 DEBUG [GETMethodProcessor] Stream entity has length: 18677760
2014-01-12 15:57:12,163 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 18677760,Date: Sun, 12 Jan 2014 14:57:12 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.4,Cache-control: no-cache,Content-Range: bytes 0-18677759/18677760,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_MP_HD_AC3_T;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
It says "delivering file in native format. Any ideas on what I'm doing wrong? Should I not see some audio transcode logging?
Thanks,
Marnik