Mon Jul 08, 2013 7:30 pm by akajester
Hello, I've had this problem with all my Sony Bluray players. I rip all blurays to mkv's using makemkv. I don't re-encode them. In my experimenting I found out that any mkv's that have over 15000 bitrate will stutter streamed over DLNA to sony players, no matter what you do. For instance, if you re-encoded one of those with handbrake and dropped the bitrate down to like 10000 it'll play no problems. That's why dvd's work, because typically they don't have bitrates over 8000, as most dvd players in the past would have problems with that.
In the end, I enabled transcoding and fixed it by modifying the profile.xml.
I don't have the code in front of me right now, but basically I found the entry for the Sony's I had and found the piece that tells serviio to transcode certain file types, and added an entry for mkv's there. I also modified the heading to add a max bitrate command with 10000 maximum. Unfortunately that means I'm re-encoded everything that's an mkv file and streamed, but because 90% of my files are high bitrate (15000 or higher) direct bluray remux's, it's essential to get the sony players to play without stuttering. I don't notice the quality drop on our 40-ish inch tv's, so it's not a big deal really. My serviio box is a quad core amd and handles the load just fine.
I hope this helps you out. I can post the exact code if you need it, just let me know.