Audio loops first .5sec of audio in flash/vlc, but not mplayer, cmus

Also after closing vlc, the glitchloop will sometimes persist, and htop shows vlc as still alive. Similar to having to 'killall firefox' occasionally, which I've gotten used to but which may have a shared reason. This happens when playing mp3s in vlc also, but not in cmus. Started about a week ago, didn't do any major changes that I recall.

Sorry for threadjacking hope you dont mind, here's my output for rhythmbox:
(rhythmbox:3267): Rhythmbox-WARNING **: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
(rhythmbox:3267): GConf-WARNING **: Directory `/apps/rhythmbox/state/podcast' was not being monitored by GConfClient 0x94e88a8

Similar Messages

  • AVI File's audio working in VLC, but not in Premier

    Hello all,
    I recently recorded some video game footage with a capture software called D3Dgear. I have included an image of my recording settings below.  So, I recorded said footage w/ audio as well as microphone input in audacity separately. Microphone input audio works fine, but when I input the video file, the game audio is not audible. The track isn't muted or the volume isn't low at all.  When played in VLC the game audio is audible so i am incredibly confused by this.  Thank you in advance for your help!
    -Michael
    ^^ My video settings

    Hello Sir,
    I received your replies and I'm extremely sorry for the inconvieniences you have faced with the mail server. From now on I will use this forum for any of my queries. I sincerely apologies you and this is what i received from your mail
    I'm assuming you've installed WSDD. From that install directory:
    wsdd5.0\ive-2.2\runtimes\palmos50\arm\midp20\prc\
    You need to hotsync:
    J9JavaVMMidp20.prc
    pimop.prc
    You can't use the 'ia32' versions of the PRCs. The large PRC listed above will decompress into the correct separate PRC's on the device. This is done because we had to get
    around the 64k hotsync limitations and also to install the ARM natives.
    OK, as you have suggested I navigated to the following directory
    \wsdd5.0\ive-2.2\runtimes\palmos50\arm\midp20\prc
    There I have found some more PRC files in addition to what you have suggested. OK, Do I need to HotSink only the following PRC files to my device or do i have to HotSink some more PRC files along with the following. If so, please let me know which one are they and from where to get them from WSDD 5.7.1 (either from ARM or IA32)
    1. J9JavaVMMidp20.prc (under ARM)
    2. pimop.prc (Under ARM)
    Regards,
    -Hemant

  • How do I get the audio playback from the source monitor to work? I have the trial version of the latest premiere and the audio works in that but not cs6

    I have the trial version of the latest premiere and the audio works in that but not cs6

    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840
    -especially your sound hardware, and the details of your video

  • HT5517 I am using apple tv to connect slingbox to tv via iphone.  I get the audio to the tv but not the video.

    I am using apple tv to send slingbox picture from iphone to tv.  I get the audio to the tv but not the video.  What setting am I missing?
    Thanks

    Why is a slingbox needed?
    Connect the ATV directly to the tv.
    Keep in mind that all not all apps on iOS device allow sending of video via AirPlay to the ATV.
    Also, AirPlay does not require or have anything to do with slingbox, it is entirely iDevice to ATV.

  • Why is it I can drag audio in landscape orientation but not in portrait orientation?

    Why is it I can drag audio in landscape orientation but not in portrait orientation?

    Because landscape is the default layout mode.
    Portrait, which is book--optional, is for editing already added content, basically.
    Get your audio in and then test to learn how elements operate, and see Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do 

  • Sort of flash intro but not!

    Hey everyone!
    I am new(ish) to Flash and I have MX 2004
    I would really like help when it comes to making a flash
    intro. It is sort of like a flash intro but not.
    I want the elements of the website to start moving in then
    when they have all stopped moving, the site to be TML/PHP again.
    This would only happen for the index page, and only the first time
    they came to the site, so it only happened once.
    You can see an example of the sort of thing at
    this website but the whole
    thing is made in Flash.
    Is this possible, if it is can someone help me?
    The site need help with is
    HERE
    If anyone could email me of reply here I would be really
    grateful.
    Thanks!
    - Sarah

    Sarsie -
    Yes, it is possible to do this (i.e.Run Once when they come
    to the page). I expect that if you use a cookie, you could even
    tell it to only run the first time they come to the page. Most
    definitely you can have it on only one page. See my web site for an
    example of the latter.

  • Flex mobile 4.6 app works inside flash builder but not in android emulator

    Originally posted on stackoverflow: http://stackoverflow.com/questions/8663892/flex-mobile-4-6-app-works-inside-flash-builder- but-not-in-android-emulator
    I have a basic flex mobile 4.6 app and it works fully fine in the flash builder built-in emulator using an android device profile like aria...
    It also launches fine in the android emulator but one particular view shows blank (and this view works fine in flash builder).
    Before I get in to many details of the view are there any categorical gotchas that can be causing this?
    I can't seem to get the trace statements from the app to show in 'adb logcat'. It seems I need to compile a debug version of the apk but I don't know how to do this. I use the 'Export Release Build' from the Project menu in flash builder and it doesn't seem to have an option for debug=true.
    The problematic/blank view basically uses the stagewebview and iotashan's oauth library to call linkedin rest apis... A different (and working) view can make restful web service calls in the emulator fine, so it doesn't seem to be an internet permission.
    The source code contained in the problematic/blank view is almost identical to the tutorial found at:http://www.riagora.com/2011/01/air-and-linkedin/
    The differences are: a) The root tag is a View b) I use StageWebView instead of HtmlContainer c) I use my own linkedin key and tokens.
    I would appreciate it if someone can provide me with some pointers on how to troubleshoot this situation. Perhaps someone can tell me how to debug the app while running in the emulator (I think I need the correct adt command arguments for this which matches the 'Export Release Build' menu but adds the debug param?)
    Thanks for your help in advance.
    Comment Added:
    I suspect that this has to do with connections to https:// api.linkedin.com and https:// www.linkedin.com. The only reason I can think of that the same code is not having issues inside of Flex Builder but indeed having issues in the Android emulator is something to do with certificates. Any ideas?

    Thanks er453r,
    I have created a project that clearly reproduces the bug.  Here are the steps:
    1) Create a UrlLoader and point it to https://www.google.com (HTTPS is important because http works but HTTPS does not)
    2) Load it
    3) Run in Flash Builder 4.6/Air 3.1 and then run in Android emulator.  The former works with an http status 200.  The latter gives you an ioerror 2032.  I am assuming what works in Flash Builder is supposed to work in the Android Emulator and what what works in the emulator is supposed to work in a physical device (plus or minus boundary conditions).
    I see a certificate exception in adb logcat but not sure if it's related...
    Here is the self contained View code which works with a TabbedViewNavigatorApplication:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        xmlns:mx="library://ns.adobe.com/flex/mx"
                        xmlns:ns1="*"
                        xmlns:local="*"
                        creationComplete="windowedapplication1_creationCompleteHandler(event) "
                        actionBarVisible="true" tabBarVisible="true">
              <fx:Script>
                        <![CDATA[
                                  import mx.events.FlexEvent;
                                  protected var requestTokenUrl:String = "https://www.google.com";
                                  protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void
                                            var loader:URLLoader = new URLLoader();
                                            loader.addEventListener(ErrorEvent.ERROR, onError);
                                            loader.addEventListener(AsyncErrorEvent.ASYNC_ERROR, onAsyncError);
                                            loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
                                            loader.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, httpResponseStatusHandler);
                                            loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
                                            var urlRequest:URLRequest = new URLRequest(requestTokenUrl);
                                            loader.load(urlRequest);
                                  protected function requestTokenHandler(event:Event):void
                                  protected function httpResponse(event:HTTPStatusEvent):void
                                            label.text += event.status;
                                            // TODO Auto-generated method stub
                                  private function completeHandler(event:Event):void {
                                            label.text += event.toString();
                                            trace("completeHandler data: " + event.currentTarget.data);
                                  private function openHandler(event:Event):void {
                                            label.text +=  event.toString();
                                            trace("openHandler: " + event);
                                  private function onError(event:ErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("onError: " + event.type);
                                  private function onAsyncError(event:AsyncErrorEvent):void {
                                            label.text += event.toString();
                                            trace("onAsyncError: " + event);
                                  private function onNetStatus(event:NetStatusEvent):void {
                                            label.text += event.toString();
                                            trace("onNetStatus: " + event);
                                  private function progressHandler(event:ProgressEvent):void {
                                            label.text += event.toString();
                                            trace("progressHandler loaded:" + event.bytesLoaded + " total: " + event.bytesTotal);
                                  private function securityErrorHandler(event:SecurityErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("securityErrorHandler: " + event);
                                  private function httpStatusHandler(event:HTTPStatusEvent):void {
                                            label.text += event.toString();
                                            //label.text += event.responseHeaders.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function httpResponseStatusHandler(event:HTTPStatusEvent):void {
                                            label.text +=  event.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function ioErrorHandler(event:IOErrorEvent):void {
                                            label.text +=  event.toString();
                                            label.text += event.text;
                                            trace("ioErrorHandler: " + event);
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
              <s:Label id="label" y="185" width="100%" color="#0A0909" horizontalCenter="0" text=""/>
    </s:View>

  • Spartan support Flash Player but not silverlight!.

    why spartan(0.11.10061.0), support Flash player but not silverlight?

    Chrome supports flash natively.
    I guess they don't want consumers to move to Chrome because some web sites work on Chrome and not Spartan.
    Spartan is supposed to be a cut down super lightweight super fast browser.
    Running Silverlight/ActiveX in the browser is considered low priority by Microsoft.
    I think the idea is you use IE11 if you want Silverlight.
    http://blogs.msdn.com/b/ie/archive/2015/01/22/project-spartan-and-the-windows-10-january-preview-build.aspx
    Should you work in one of those enterprise companies.
    Or want to use Netflix, SkyGo etc etc.
    Hope that helps.
    Technet articles: Uneventful MVVM;
    All my Technet Articles

  • Since upgrading to v6, I have lost audio on many websites. but not all.

    YouTube and Pandora specifically. the Video plays properly, but not audit. I have uninstalled FF, along with addons and plugins, and then reinstalled. still have the same issue. Using chrome or (blech) IE, the media plays correctly.
    i downloaded latest versions of plugins and extensions as needed. for the reinstall. (did it twice BTW).
    Im suspicious of some leftover registry key issues. but not knowing which ones to edit, I aint going in there yet!
    Any ideas and help are GREATLY appreciated!

    Not sure what you mean, Ernie? All my libraries are back where they were before the install on an external Firewire disk. The only difference is it resides one folder deeper than previously.
    Aperture and the libraries are functioning as normal, but resources like the iTunes music library is unavailable for use when making a slideshow, for example. Clicking on the music button in Slideshow creator opens Aperture Audio, with no link to iTunes visible. Even the Aperture Help menu doesn't open Aperture Help. And iPhoto Browser shows nothing available.

  • Final Cut will audio insert to Digibeta but not to Beta SP BVW-75?

    Final Cut 5.1.4(Mac Quad Pro) will do audio inserts on a Digibeta deck but not a 75. We're using a Decklink HD EXtreme and have tried different "known good" BVW 75's. I thought 422 control was the same across Sony decks. What's different?

    I selected the analog audio inserts on the Digibeta and it worked. However I do believe you can have no inputs to a 75 and the 422 control will turn on video or audio inserts. All of our BVW 75 analog decks work with other systems i.e. Smoke, Flame, Xpri, Adrenaline and they also work with two other other Final Cut systems. The other two Final Cuts are on MAC G5's and have different Decklink cards that work...a Decklink SP and Decklink Extreme. It is looking like an incompatibility of the Decklink HD Extreme to fully talk to BVW-75......

  • Air play gives audio from itunes (sometimes) but not browser

    Apple TV used to work fine from all devices on all apps/browsers.  Now I get video but not audio from my Firefox browser via Air Play & if the settings are just right then I can get audio from iTunes ONLY.  HELP!

    UPDATE:
    Well, the nice folks at AJA were kind enough to send another card out.
    It just arrived today. I swapped it out with the older card, and then -  - - - - the problems still persist.
    The computer revved up into turbo mode, and there are still a few glitchy things happening with some basic functions in OSX. (I even did a re-install before putting the new card in).
    Checked / updated the firmware / etc.
    Starting to think this is a MAC issue, but dont' know how to proceed.
    Thanks so much for the help already, but I'd sure love to see this problem resolved once and for all somehow...
    Ideas?

  • Swf works in Flash App but not online!

    Hi Guys,
    I am sitting with a situation I cannot figure out.
    In The Flash Application, my gallery is working as it is meant to. Yet, when I upload the swf to the live site, the first image, text and movie of my gallery works but it refuses to scroll to the next item in my XML.
    I have given it an absolute path to that server which works in Flash but not when it is online.
    Has someone come across this anomaly before? I don't even know where to begin debugging.
    Thanks!

    Hi,
    Better u check the XML image names and the image path are correct.
    becoz case sensitive in online..
    Saransoft

  • Scroll script works in Flash 6, but not in 9

    I have a simple scroller script that works fine for scrolling
    a movieclip in Flash 6, but when I publish in anything later, it no
    longer scrolls. Both are set to AS2. Is there an obvious reason
    that anyone can see of why this should be? When I test the script
    syntax in the actions panel, it says there are no errors in the
    script. By tracing I can see that there's no trouble with targeting
    the up and down buttons or scroll slider, and the slider still
    drags, but the content MC doesn't move as it should. Thank you very
    much for your help, in advance. Here's the script, in case the
    answer isn't obvious from the description:

    You were right! It works now, even as posted above. I just
    remembered I had fixed an upper/lower case inconsistency just for
    neatness since I last tested, never thinking that would fix the
    problem! I just tested again and to my surprise, it works great. I
    guess neatness does count!!! Thanks again, kglad!

  • Flash installs but not recognized

    Flash player successfully downloads and installs but websites subsequently clicked state that Flash Player is not installed. Websites are reputable such as CNN. IE states that Flash is installed and Enabled.  Windows 7, IE recent versions, Flash 15.  I have reviewed and attempted Adobe's proposed solutions.

    http://forums.adobe.com/thread/944238

  • LoadMovie working in Flash Player, but not when posted online

    I have built a website
    utilizing Dreamweaver and Flash. This page:
    http://www.tonystubbs.com/print.html
    has a link under "print" called "catalog". It is supposed to load a swf file when clicked. It works when I view it in Flash Player, but when I import it into Dreamweaver and post it, it isn't working.

    It is likely an issue with file location/targeting since you appear to be loading the swf into the html page from a separate folder.  When you do that, any files that the swf file loads need to be targeted as if that swf is in the same folder as the html file.  So if your other swf is also in the images folder, then when you specify to load it in the Flash file you need to include the images folder in the path.

Maybe you are looking for