If you know how to check out source code with SVN, patch and compile it (or are keen to learn), then perhaps try this:
viewtopic.php?f=15&t=6930&start=180#p38045
It won't really work without the patches. The patch I posted above works nicely for me. IMHO its worth following the steps and learning how to patch and compile the server.
You can try Patters' binary here:
http://dl.dropbox.com/u/1188556/pms-set ... BDP-v4.exe
It's somewhat different to the one I posted and might play enough formats for you. Please let us know how you get on.
Has this patch made into 412 build?WorldOfHurt wrote:Ok, I have fixed the problem.
I have successfully tested this with MP3 audio, MPEG video and JPEG photos.
Attached is a r410 patch, I would be grateful if people could give it a try on their system, and see if it causes any problems?
The bug is also reported (#822) on the PS3MS Sourceforge
Enjoy
This patch doesn't apply against r412. I just pulled r412 from SVN and tried to apply the patch and I get all hunks failed:grolschie wrote:Here is a patch which incorporates WorldOfHurt's Content Range and Content Length patches, but also works for internet tv streaming via pmsencoder 1.1.0:
EDIT: Patch code text replaced with this zip file. The config below is also included in the file.
It should work with a fresh svn checkout of 410, 411 and 412. However, my code tweaks are hacks which may break things for other DLNA players. PMS.conf needs: "http_engine_v2=true".
A simple config modified from Patters' config:
- Code: Select all
# 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=LPCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
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
It seems to play most things nicely so far.
...
A ps3mediaserver-r412/ps3mediaserver/.settings/org.eclipse.jdt.core.prefs
A ps3mediaserver-r412/ps3mediaserver/.settings/org.eclipse.core.resources.prefs
Checked out revision 412.
$ cd ps3mediaserver-r412/ps3mediaserver
$ patch -p0 < sony-bdp-s570-ps3ms/BDP-Sx70.patch
(Stripping trailing CRs from patch.)
patching file net/pms/configuration/RendererConfiguration.java
Hunk #1 FAILED at 305.
1 out of 1 hunk FAILED -- saving rejects to file net/pms/configuration/RendererConfiguration.java.rej
(Stripping trailing CRs from patch.)
patching file net/pms/dlna/DLNAMediaInfo.java
Hunk #1 FAILED at 68.
1 out of 1 hunk FAILED -- saving rejects to file net/pms/dlna/DLNAMediaInfo.java.rej
(Stripping trailing CRs from patch.)
patching file net/pms/dlna/DLNAResource.java
Hunk #1 FAILED at 48.
Hunk #2 FAILED at 725.
Hunk #3 FAILED at 935.
Hunk #4 FAILED at 948.
4 out of 4 hunks FAILED -- saving rejects to file net/pms/dlna/DLNAResource.java.rej
(Stripping trailing CRs from patch.)
patching file net/pms/dlna/RealFile.java
Hunk #1 FAILED at 273.
1 out of 1 hunk FAILED -- saving rejects to file net/pms/dlna/RealFile.java.rej
(Stripping trailing CRs from patch.)
patching file net/pms/dlna/WebStream.java
Hunk #1 FAILED at 54.
1 out of 1 hunk FAILED -- saving rejects to file net/pms/dlna/WebStream.java.rej
(Stripping trailing CRs from patch.)
patching file net/pms/encoders/MEncoderVideo.java
Hunk #1 FAILED at 1080.
Hunk #2 FAILED at 1093.
2 out of 2 hunks FAILED -- saving rejects to file net/pms/encoders/MEncoderVideo.java.rej
(Stripping trailing CRs from patch.)
patching file net/pms/io/SizeLimitInputStream.java
(Stripping trailing CRs from patch.)
patching file net/pms/network/RequestV2.java
Hunk #1 FAILED at 227.
Hunk #2 FAILED at 509.
2 out of 2 hunks FAILED -- saving rejects to file net/pms/network/RequestV2.java.rej
Return to Alternative Media Renderers
Users browsing this forum: No registered users and 4 guests