Still no joy, heres my conf:
- Code: Select all
RendererName=Samsung Wiselink
RendererIcon=bravia.png
UserAgentSearch=wiselink
Video=true
Audio=true
Image=true
TranscodeVideo=MPEGAC3
TranscodeAudio=MP3
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
SeekByTime=true
MimeTypesChanges=audio/wav=audio/L16|video/x-matroska=video/avi
TranscodeExtensions=mov,m4a
StreamExtensions=mp3,mp4,avi,mkv
I guess that there's a problem with ffmpeg based on the trace:
- Code: Select all
New I/O server worker #2-1] TRACE 19:56:22.612 Starting transcode/remux of 01 Mulder And Scully.m4a
[osx/ffmpeg] TRACE 19:56:23.338 Process /Applications/PS3 Media Server.app/Contents/Resources/Java/osx/ffmpeg has a return code of 1! Maybe an error occured... check the log file
[New I/O server worker #2-1] TRACE 19:56:30.294 Starting transcode/remux of 02 Game On.m4a
[osx/ffmpeg] TRACE 19:56:30.485 Process /Applications/PS3 Media Server.app/Contents/Resources/Java/osx/ffmpeg has a return code of 1! Maybe an error occured... check the log file
Not sure where to start...
Should I be seeing something in the "Audio Files Engines" in "Transcode Settings"? Its blank...
Here's a likely looking fragment from debug.log:
- Code: Select all
[pool-28-thread-2] DEBUG 19:56:18.658 Media info of : /Users/jonathantrevor/Music/iTunes/iTunes Music/Catatonia/International Velvet/05 Johnny Come Lately.m4a / mimeType: audio/mp4 / container: null / bitrate: 256 / size: 8903374 / codecV: null / duration: 00:04:36.00 / width: 0 / height: 0 / frameRate: null / thumb size : 0
audio: id=0 / lang: null / codec: aac / sf:44100
[pool-28-thread-1] DEBUG 19:56:18.659 <<<
[pool-28-thread-1] INFO 19:56:18.659 error in parsing unimportant metadata: For input string: "7/12"
Jonathan