PS3 DLNA question (m2ts w/ AVC+DTS)

xatnys

Regular
Alright, I'm kind of stuck right now. I'll quote my post on another forum:
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).
 
There seems to be a new cross platform mediaserver solution made just for ps3. So introducing PS3 media server. From what I have been reading that server seems to trump tversity & co in features and usability. Haven't tried yet that myself. Has anyone else experience with that mediaserver yet? Latest version seems to support even streaming dvd content from .iso images :)
 
PS3 Media Server v1.0.2 available

http://ps3mediaserver.blogspot.com/

- New features

Auto-updater, default configuration, cleanups and windows/linux build scripts (thanks to Tim Cox)
Media library (also act as a parsing cache): you can sort your files by date, ID3 tags, etc.
Playlists (m3u/pls) support
Preliminary album art support, better audio (flac) and tags parsing
New options for video resolution, deinterlace filter, and archives browsing
Video settings with an easier virtual menu (A/V sync, deinterlace, ...)
Windows service installer (working on 32 bits only)
New image parsing library: Better performance / EXIF support (sort photos by camera model, etc.)
DVR-MS addon

- Fixes

A/V out of sync issues with some ISOs and medias / codecs support improvement (flv, rmvb, hdmov, mp4, multichannels avi, etc.)
External subtitles not always loaded
Upnp advertising issue in search reply to the ps3 (thanks to Daniel Pedersen)
SkipLoopFilter is now disabled by default
Regression since 0.98, server would not start on some machines
Newest builds of ffmpeg/mplayer/mencoder for win32
Usual bunch of fixes
 
Back
Top