its possibly the bitrate of the movie is to high for the tv
what is the format of the media in question mkv mp4?
you have a samsing right?
or possibly the twonky streambuffer
the is what is use currently on WHS it helps with blueray buffering for multiple clients
streambuffer=131072 (128MB)
note: its all about how much ram one has, the WD mbl has 256MB
you should be able easily increase it, try testing with these values 32768, 49152, 65536
you have to restart the server for it to take effect
# buffer size in KB used for streaming (16MB)
streambuffer=16384
Here are some quick rpc calls to do just that
Code: Select all
http://mybooklive:9000/rpc/set_option?streambuffer=32768
http://mybooklive:9000/rpc/restart
Code: Select all
http://mybooklive:9000/rpc/set_option?streambuffer=49152
http://mybooklive:9000/rpc/restart
Code: Select all
http://mybooklive:9000/rpc/set_option?streambuffer=65536
http://mybooklive:9000/rpc/restart