INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Video stutters in build 74  (Read 1000 times)

mhwlng

  • Regular Member
  • World Citizen
  • ***
  • Posts: 235
  • nothing more to say...
Video stutters in build 74
« 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...

Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41953
  • Shoes gone again!
Video stutters in build 74
« Reply #1 on: November 12, 2013, 12:25:23 pm »

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.
Logged
Matt Ashland, JRiver Media Center

mhwlng

  • Regular Member
  • World Citizen
  • ***
  • Posts: 235
  • nothing more to say...
Video stutters in build 74
« Reply #2 on: November 12, 2013, 12:36:34 pm »

Quote
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.

Logged

mhwlng

  • Regular Member
  • World Citizen
  • ***
  • Posts: 235
  • nothing more to say...
Re: Video stutters in build 74
« Reply #3 on: November 17, 2013, 09:46:34 am »

I did some more tests and the problem is related to these :

Code: [Select]
<img src="http://192.168.1.1:52198/MCWS/v1/Browse/Image?ID=1038&amp;Width=300&amp;Height=428&amp;Pad=1&amp;Format=png&amp;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.


Logged
Pages: [1]   Go Up