INTERACT FORUM
More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: mhwlng on November 12, 2013, 12:20:01 pm
-
With this version 19.0.74
when I'm playing a movie and I call various MCWS functions (e.g. MCWS/v1/Browse, MCWS/v1/Browse/Image etc.) the playing video starts stuttering while the MCWS function is being executed.
version 19.0.67 (any earlier version) doesn't have this problem...
-
when I'm playing a movie and I call various MCWS functions (e.g. MCWS/v1/Browse, MCWS/v1/Browse/Image etc.) the playing video starts stuttering while the MCWS function is being executed.
How many concurrent calls are you making? Older versions would take turns on the same function and newer versions let them all run at once.
-
How many concurrent calls are you making
Just one call at a time...
e.g. I browse for a list of all tv shows and then find,load and display the artwork for each.
that takes a couple of seconds, during which time the video stutters.
-
I did some more tests and the problem is related to these :
<img src="http://192.168.1.1:52198/MCWS/v1/Browse/Image?ID=1038&Width=300&Height=428&Pad=1&Format=png&Token=xsdgH5yo" />
The web page contains about 60 images. I assume that the web browser (chrome on android) makes the calls concurrently.
when I change from png to jpeg format or reduce the width/height, then the stuttering will stop.