After update, flash plugin playing video too fast or too slow

1,265

The problem of videos playing/stuttering very quickly, like a fast-forward VHS, might be solved by disabling pulseaudio.

Trypulseaudio -k in terminal. You should see all sound die for a second or two. See if the video plays correctly right after that. If that fixes it, it will probably start having issues again later. I used this guide to replace pulseaudio with the alsa audio component, and it's worked fine for me ever since. (Ubuntu 12.04)

Share:
1,265

Related videos on Youtube

Art
Author by

Art

Updated on September 18, 2022

Comments

  • Art
    Art almost 2 years

    I'm following this Facebook tutorial: Using the Share Dialog on Android.

    I have imported the Facebook Android SDK 3.5.2 and added code snippets from the tutorial to use a Share a link function.

    The problem is that Eclipse shows error: "Callback cannot be resolved to a variable". As I'm new to this I need some help resolving this error and some guidance how to implement needed callback.

    • ytjohn
      ytjohn over 11 years
      Well.. after 2 reboots, everything started working again. The system became practically unresponsive, forcing me to do a hard reboot. When it came up, flash seemed to be working properly, but no sound (in fact, sound settings was not showing any audio hardware). A graceful reboot later, and everything seems to be working again. I'd say the two threads I linked to should work for most people, and I had some transient error.
    • Himanshu Joshi
      Himanshu Joshi over 10 years
      did you import facebook Session?
    • Art
      Art over 10 years
      @Droid Thanks for the tip. But now I'm getting this error: "Argument applicationID cannot be null". I have defined <meta-data android:name="com.facebook.sdk.Applicationid" android:value="@string/app_id" /> in AndroidManifest.xml. I also have app_id set in strings.xml. Any idea how to fix this?
    • Himanshu Joshi
      Himanshu Joshi over 10 years
      are you defing the meta-data under the application tag?
    • Himanshu Joshi
      Himanshu Joshi over 10 years
      is your problem resolved?
  • ytjohn
    ytjohn over 11 years
    Thanks for the info. Actually my system started working again after 2 reboots (see comment on question).
  • Art
    Art over 10 years
    Thanks. The problem was that I used a small letter "i" in "ApplicationID". It worked fine in previouse Facbook SDK 3.0 when I used it to measure mobile install ads.