1

I am using jwplayer to display videos on my websites but cannot manage to make them running smoothly. They stutter, especially in full screen, although I wait for the video to fully load.

I tried decreasing the video quality from by decreasing the bitrate from 3000k to 1800k (I use ffmpeg to convert the videos). The resolution of the videos is 1280x720 (HD).

Any tips what should I try next? Thanks

== EDIT ==
I tried displaying the same videos forcing jwplayer to use flash instead of html5, and with flash the videos played fine - so the problem is not with the videos themselves.

6
  • ffmpeg command and complete console output is missing. ffmpeg command-line usage questions should be asked at Super User since Stack Overflow is limited to programming questions. I voted for migration so please do not cross-post a duplicate question in Super User.
    – llogan
    Commented Oct 24, 2013 at 18:31
  • @LordNeckbeard I don't think your comment is really relevant to this specific question. Commented Oct 24, 2013 at 18:57
  • @jadarnel27 Which comment and why?
    – llogan
    Commented Oct 24, 2013 at 19:05
  • 1
    @jadarnel27 My comment consisted of two parts (request for ffmpeg info and mention of off-topic). I was unclear as to which you were referring to. As for the stuttering the output was created by ffmpeg (so it is a major factor in this issue) the question uses the ffmpeg tag, and "any tips" were requested; which in this case requires the ffmpeg command and complete console output.
    – llogan
    Commented Oct 24, 2013 at 19:20
  • 2
    The same on Chrome and Firefox?
    – JasonXA
    Commented Jun 19, 2015 at 22:34

2 Answers 2

1

If using Flash, toggle the hardware acceleration to see if it helps:

  1. Navigate to the Find Flash Player Version page.
  2. Verify that you are in the section titled "Find Flash Player version type and capabilities (Flash developers only)"
  3. Right click on your Player version and select "Settings"
  4. The Settings dialog will appear, change the tab at the bottom to display (if not already there) and uncheck (or if you'd like to enable, check) the "Enable hardware acceleration" checkbox.
  5. Close the dialog and restart your browser.

Source with screenshots: http://forums.adobe.com/thread/891337?tstart=0

0

There might be tons of reasons for your problem; to name the few:

  • limited bandwidth
  • web server issues (congestion, throttling)
  • low memory on client
  • bad flash/browser compatibility
  • bad video encoding

Each of them requires checking and then the whole question can be asked with more detail - you might even stumble on the solution by going through the checklist.

1
  • I added some details in the question. I don't think the problem is with limited bandwidth or congestion because, as I mentioned, the stuttering continues even when the video is completely downloaded. Bad video encoding also drops, because the videos work fine when played with flash.
    – Adi Ulici
    Commented Oct 25, 2013 at 8:28

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .