Alright, I'm kind of stuck right now. I'll quote my post on another forum:
Substitute FUPPES with your DLNA server of choice - I need to be able to a. serve the avc stream as-is, b. transcode the dts stream to something multichannel compatible (maybe pcm).
I have an m2ts file that I was able to get FUPPES to recognize after adding the following:
Code:<file ext="m2ts"> <type>VIDEO_ITEM</type> <mime_type>video/mpeg</mime_type> </file>
The video itself is an h264/AVC stream which plays fine without transcoding for the PS3, however there is no audio.
The audio is a DTS stream - DTS can't be streamed via DLNA.
My question is this: Can I somehow tell FUPPES to serve the video while transcoding the DTS stream to something like mp3 or pcm? If so, what would the config entry for that look like?
Substitute FUPPES with your DLNA server of choice - I need to be able to a. serve the avc stream as-is, b. transcode the dts stream to something multichannel compatible (maybe pcm).