http_engine_v2=true
folders =
hostname =
port =
language =
thumbnails = true
thumbnail_seek_pos = 1
nbcores = 2
turbomode = false
minimized = false
hidevideosettings = false
usecache = false
charsetencoding = 850
engines = mencoder,avsmencoder,tsmuxer,mplayeraudio,ffmpegaudio,tsmuxeraudio,vlcvideo,mencoderwebvideo,mplayervideodump,mplayerwebaudio,vlcaudio,ffmpegdvrmsremux
autoloadsrt = true
avisynth_convertfps = true
avisynth_script = #AviSynth script is now fully customisable !\u0001#You must use the following variables (\"clip\" being the avisynth variable of the movie):\u0001#<movie>: insert the complete DirectShowSource instruction [ clip=DirectShowSource(movie, convertfps) ]\u0001#<sub>: insert the complete TextSub\/VobSub instruction if there's any detected srt\/sub\/idx\/ass subtitle file\u0001#<moviefilename>: variable of the movie filename, if you want to do all this by yourself\u0001#Be careful, the custom script MUST return the clip object\u0001<movie>\u0001<sub>\u0001return clip
transcode_block_multiple_connections = false
tsmuxer_forcefps = true
tsmuxer_preremux_pcm = false
tsmuxer_preremux_ac3 = false
audiochannels = 6
audiobitrate = 384
maximumbitrate = 0
skiploopfilter = false
enable_archive_browsing = false
mencoder_fontconfig = false
mencoder_font =
mencoder_forcefps = false
mencoder_usepcm = false
mencoder_intelligent_sync = true
mencoder_decode =
mencoder_encode = keyint=1:vqscale=1:vqmin=2
mencoder_vobsub_subtitle_quality = 3
mencoder_nooutofsync = true
mencoder_audiolangs = fre,jpn,ger,eng
mencoder_sublangs = fre,eng
mencoder_audiosublangs =
mencoder_subfribidi = false
mencoder_ass_scale = 1.0
mencoder_ass_margin = 10
mencoder_ass_outline = 1
mencoder_ass_shadow = 1
mencoder_noass_scale = 3
mencoder_noass_subpos = 2
mencoder_noass_blur = 1
mencoder_noass_outline = 1
mencoder_subcp = cp1252
mencoder_ass = true
mencoder_disablesubs = false
mencoder_yadif = false
mencoder_scaler = false
mencoder_scalex = 0
mencoder_scaley = 0
ffmpeg = -g 1 -qscale 1 -qmin 2
# ps3mediaserver renderer profile for Sony Bluray Disc Players (2010 Bravia Internet Video-enabled models)
# Refer to PS3.conf for help
RendererName=Sony Bluray BDP-Sx70
RendererIcon=bravia.png
UserAgentSearch=UPnP/1.0 DLNADOC/1.50
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=(cn="Sony Corporation"; mn="Blu-ray Disc Player")
Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGAC3
TranscodeAudio=WAV
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
CustomMencoderOptions=-vf softskip,expand=::::1:16\/9:2
MimeTypesChanges=audio/wav=audio/mpeg|audio/mp3=audio/mpeg|video/x-matroska=video/avi|video/mpeg=video/avi|video/mp4=video/avi|video/x-ms-wmv=video/avi|video/wmv=video/avi
DLNALocalizationRequired=true
StreamExtensions=mp3,avi,divx,mpeg,jpg,mpg
grolschie wrote:EDITED: 26 March 2011
Here is a patch which incorporates WorldOfHurt's Content Range and Content Length patches and some stuff from infidel and patters. It works nicely for internet TV streaming via pmsencoder 1.5.5, and also Chanel plugin.
It should work with a fresh svn checkout of recent revisions e.g. 514. However, these code tweaks are hacks which may break things for other DLNA players.
patching file net/pms/dlna/DLNAResource.java
missing header for unified diff at line 57 of patch
can't find file to patch at input line 57
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|,7 +902,12 @@
| }
| else
| dlnaspec = "DLNA.ORG_PN=" + getMPEG_PS_PALLocalizedVa
lue(c);
|- } else if (mime.equals("image/jpeg"))
|+ }
|+ //**HACK**
|+ else if (mime.equals("video/vnd.dlna.mpeg-tts"))
|+ dlnaspec = "DLNA.ORG_PN=" + getMPEG_TS_SD_EULocalized
Value(c);
|+ //**HACK**
|+ else if (mime.equals("image/jpeg"))
| dlnaspec = "DLNA.ORG_PN=JPEG_LRG";
| else if (mime.equals("audio/mpeg"))
| dlnaspec = "DLNA.ORG_PN=MP3";
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file net/pms/dlna/RealFile.java
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354Return to Alternative Media Renderers
Users browsing this forum: No registered users and 8 guests