[SOLVED] FLASH and Mplayer automatic fasforward playing with no sound

Hi,
This has been the second time it happened.
When I was playing some video at the background with SMplayer. All in a sudden, the playing stopped. I closed and restarted it:
last time: the video  fast-forwarded automatically without any sound, same problem with VLC;  [the problem got "fixed" only after I rebooted my host Window 7; restarting the archlinux guest didn't help.]
this time: VLC (there was an update in between) can play at a normal speed, but still no sound; as for smplayer, no sound, fastforwading automatically.
And, in both times, flash in firefox fast-forwarded automatically with no sound.
I have Archlinux/Xfce4 in virtualbox hosted by Windows 7. I have been using it for about one month. The problem occurred in last two days.
Thanks,
Last edited by hellolj (2014-01-16 12:21:30)

damn!
solved.
restarted alsa in terminal.
Last edited by hellolj (2014-01-16 12:33:57)

Similar Messages

  • [SOLVED] MPD and Mplayer don't play nice

    At the moment, I have to kill the MPD process in order to get MPlayer to play sound, otherwise a 'resource is busy' type message comes up.
    I'm using alsa and using self compiled Mplayer (from svn).
    Any suggestions?
    Last edited by dyscoria (2008-03-03 16:28:34)

    oliwer wrote:
    I had the same problem
    In /etc/mpd.conf, go to the "audio_output" section and comment the lines "device" and "format" (thoses lines are marked as optionnal).
    Now restart mpd, and it will work as any other alsa application.
    Ah worked like a charm! Thanks bud
    *MPD wiki edited*

  • I have a iPhone 4S and when watching videos on the internet sound cuts out as the video is playing. The rest of the video plays with no sound. Sometimes when I pause It and play again sound comes back but not all the time. can anyone help?

    I have a iPhone 4S and when watching videos on the internet sound cuts out as the video is playing. The rest of the video plays with no sound. Sometimes when I pause It and play again sound comes back but not all the time. can anyone help?

    The "restore disk" is built into the Mac. See About Recovery.
    Need more specifics about what error messages you got while installing Adobe Flash.
    However, you can almost avoid Flash altogether by setting YouTube to play the HTML5 version instead.
    Click the Try something new! link at the bottom of the YouTube page.
    I don't know about the sound issue. Might be hardware as you think. Try other headphones to check.

  • I spilled some pop on the back of my iPad. I cleaned it off and everything seems to be going good but when I play music it will either play with no sound or play then continue with no sound. What can I do to fix this (without being costly, it's a iPad 2)

    I spilled some pop on the back of my iPad. I cleaned it off and everything seems to be going good but when I play music it will either play with no sound or play then continue with no sound. What can I do to fix this (without being costly, it's a iPad 2) this happens with other music apps too. Please I need help!

    You can try resetting your iPad by simultaneously pressing and holding the Home and Sleep/Wake buttons until you see the Apple Logo. This can take up to 15 seconds so be patient and don't release the buttons until the logo appears.
    Try again to see if the problem persists. If it doesn't work, there isn;t much anyone here can do for you. It may be a physical problem with your speakers.

  • Getting a flv file to start playing with no sound

    Hello,
    I am trying to get my flv file to start playing when the page is loaded with no sound, but I am have no luck. The flv file starts playing fine with the sound on, and I can turn the sound off with my volume controller, but I need it to start playing with no sound. Please help.
    var restartTimer:Timer = new Timer(19000,1);
    restartTimer.addEventListener(TimerEvent.TIMER, startTimer)
    var myImage:mcImage = new mcImage;
    var myReplayBtn:mcReplayBtn = new mcReplayBtn;
    //--------------------Video Controls---------------------
    var videoConnection:NetConnection = new NetConnection();
    videoConnection.connect(null);
    var videoStream:NetStream = new NetStream(videoConnection);
    videoStream.play("sebring09.flv")
    var metaListener:Object = new Object();
    metaListener.onMetaData = onMetaData;
    videoStream.client = metaListener;
    var video:Video = new Video(195,132);
    video.attachNetStream(videoStream);
    addChild(video)
    swapChildren(whiteOutline, video)
    video.mask = myMask
    video.x = 7.5;
    video.y = 3;
    function onMetaData(data:Object):void
    //------------------------Timer---------------------
    function startTimer(event:TimerEvent):void
    addChild(myImage)
    myImage.x = 9;
    myImage.y = 20;
    addChild(myReplayBtn)
    myReplayBtn.x = stage.stageWidth/2;
    myReplayBtn.y = stage.stageHeight/2 - 12;
    myReplayBtn.addEventListener(MouseEvent.CLICK, replayMovie)
    myReplayBtn.buttonMode = true;
    function replayMovie(event:MouseEvent):void
    videoStream.play("09_Sebring_incar_Cut.flv");
    removeChild(myImage)
    removeChild(myReplayBtn)
    restartTimer.start();
    restartTimer.start();
    //-------------------------Audio Controls---------------------------------
    var soundVol:SoundTransform = new SoundTransform();
    var soundVolume:Number = 1;
    // Code that handles the volume slider
    var trackBounds:Rectangle = track_mc.getBounds(track_mc);
    var xPos:Number = trackBounds.x;
    var yPos:Number = trackBounds.y;
    var widthPos:Number = trackBounds.width-track_mc.slider_mc.width;
    var heightPos:Number = 0;
    var bounds:Rectangle = new Rectangle(xPos,yPos,widthPos,heightPos);
    track_mc.slider_mc.x = widthPos;
    track_mc.mouseEnabled = false;
    track_mc.slider_mc.buttonMode = true;
    track_mc.slider_mc.addEventListener(MouseEvent.MOUSE_DOWN,dragSlider);
    stage.addEventListener(MouseEvent.MOUSE_UP,stopSlider);
    function dragSlider(event:MouseEvent):void {
    event.target.startDrag(false,bounds);
    addEventListener(Event.ENTER_FRAME,setVolume);
    function stopSlider(event:MouseEvent):void {
    track_mc.slider_mc.stopDrag();
    removeEventListener(Event.ENTER_FRAME, setVolume);
    function setVolume(event:Event):void {
    soundVolume = track_mc.slider_mc.x/widthPos;
    soundVol.volume = soundVolume;
    SoundMixer.soundTransform = soundVol;

    you can use the soundmixer's soundtransform to control all volume but, unless you have multiple sounds, you should probably use the netstream's soundtransform.
    in either case, to start your video with no sound, assign the volume property in you onMetaData function:
    function onMetaData(data:Object):void {
    var st:SoundTransform = videoStream.soundTransform;
    st.volume = 0;
    videoStream.soundTransform = st;

  • My sleep/wake button is now not working and than I faced problems with my sound, now my iphone speakers aren't working? What shall I do?

    My sleep/wake button is now not working and than I faced problems with my sound, now my iphone speakers aren't working? What shall I do?

    The problem isn't solved after the restore, shall I bring my phone to the AppStore? Will they give me a new one? Or I should pay for that. Warranty is until December 2013;)

  • Videos play with no sound!!!!

    All the videos that I have in itunes play with no sound. the picture is fine, Just no sound! This seems to be the way it is for videos that I have imported, and videos that I have purchased from the music store.

    Holy Cow,
    I think I figured my problem out. Go here -
    http://docs.info.apple.com/article.html?artnum=93610
    Do the exact opposite, uncheck the box. When I unchecked it, the sound problems disappeared, I can hear everything, the voices sync up with the video again, and it seems to work.
    We'll see how long this lasts...
    Good luck!

  • The charger is showing green but the laptop will not turn on. The stand-by light is flashing and the laptop is making a bleeping sound. Any suggestions?

    the charger is showing green but the laptop will not turn on. The stand-by light is flashing and the laptop is making a bleeping sound. Any suggestions?

    Could be bad ram or logic board. Take it to an Apple store or AASP.

  • I am trying to open an interactive chart but I am getting a message saying i need flash and it is not compatible with the iPad, is this correct or is there some way around it. Thank you.

    I am trying to open an interactive chart but I am getting a message saying I need to install flash but it is not compatible with iPad, is this correct or is there some way around it. Thank you.

    Flash is not supported on the iPad - and as Adobe have never managed to make a version of their flash player that works on iOS devices, and they have recently announced that they are stopping development on all mobile versions of it, it probably never will be
    Browser apps such as Skyfire, iSwifter, Puffin and Photon 'work' on some sites, but judging by their reviews not all sites. Also some websites, especially news sites, have their own apps in the App Store.

  • I have a macbook pro retina display and a gaming mouse and i can't play with it

    I have this gaming mouse not an apple mouse and when i try to play with the mouse i don't move but i can walk with the WASD but with the mouse i can't move and i've had trouble for a while and i really want to know how to fix this can anyone help me, my mac is a macbook pro retina display late 2013.

    Hello abmorgan646
    Check out the article below to try out a few things to resolve issues with the flickering display on your MacBook Pro Retina. You may need to reset the NVRAM, if it does not resolve the issue, then there are links fur further assistance.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Regards,
    -Norm G.

  • [solved]flash and java in firefox

    Hello:)
    what packages should I install to have java and flash in firefox?
    how to add this plugins in firefox?do I must some symlinks?
    when I search flash and java in repositories(pacman -Ss) I find a few packages with this plugins but I don't know which is good:)
    Last edited by piotrk (2008-10-01 15:10:15)

    http://wiki.archlinux.org/index.php/Fla … er_plugins

  • I have uninstalled and reinstalled flash and im trying to play games on facebook and it still is not

    i have uninstalled and reinstalled adobe flash and it still will not let me play my facebook games... does anyone know how to fix my issue??

    i have windows xp 5.1
    windows internet explorer 8
    abobe flash player10 ative x

  • Playing with no sound via Airport Express

    Several posts over the past year have been archived with no answer to this question:
    Why does iTunes 7.0.2 stop playings songs when both the computer and an Airtunes Remote (in my case connected via a base station) are selected for output?
    Stops between songs
    Plays a random number of songs between 1 and maybe 30
    The next song is playing according to song progress bar
    Pause and play restarts
    Other sound (Quicktime movie or Safari sourced) plays
    Audio MIDI Setup Line Out set to 44100 Hz (often changed by MPlayer which is not the self-billed greatest)
    Computer is not trying to go to sleep
    Aiport Admin Utility Wireless Options Multicast set to 2 (experimenting with 1) and Interference Robustness enabled (experimenting without)
    Boot ROM MP11.005C.B04
    Best guess: downstream of iTunes the audio output hardware negotiates with the network but when it gets a no-go flag clamps the stream from iTunes keeping it from even playing through the line out port. Possibly a firmware bug.
    Refer to
    http://discussions.apple.com/thread.jspa?messageID=3374124&#3374124
    http://discussions.apple.com/thread.jspa?messageID=1800071&#1954731

    Not using Front Row.
    The real issue here is that audio and video stream at different speeds and it is hard to maintain sync. You know how when you hit play within iTunes it takes a while for the song to start through the speakers? It's the same with the DVD. So you'd need to work an offset into the audio when playing a DVD and it's not an exact science.
    You can download VLC player and mess around with the offset, then you'll also need a program like Airfoil to be able to force audio through the airport express.
    Good luck!

  • TS1424 my recent downloaded songs play for about 1 min then they stop sound file continues to play with no sound

    song plays but the sound stops on recent downloaded songs, i did delete and redownload with no luck

    Try again. If the problem persists contact the iTunes Store support staff through the report a problem links in your account history, or via Contact Support.
    tt2

  • Playing with loopback: sound level doubled.

    I've already bought Mainstage (version 2.2) and the loopback plugin is great! I've just one issue: when I record using loopback there are 2 signals in the output so the volume is higher, but when the loopback is playing there's only 1 output and so the sound level is lower.
    This is my situation:
    In one channel strip there's EVP88
    In another auxiliary channel strip there's the loopback plugin assigned to the Bus1.
    In the first channel strip I put a send to the bus1 in which there's the loopback. The "send level" is 0.0. The channel strip levels are all on 0 dB.
    The problem is that doing in this way the level of the evp88 is doubled when it pass through the loopback.
    Because in the Output I have the evp88 (at -6dB for example), then the sound goes through the bus1 in which there's the loopback channel strip who sends again the sound to the output (again at -6dB).
    So the result is that when I play something during recording on loopback the sound I hear is for example at 0dB (because in the output there are 2 signals). When i stop playing and the loopback is playing the recorder track, the sound is less than 0dB (Because there's only the signal from the loopback).
    How can i solve this issue?
    Thanks guys

    Hi
    Within the Loopback GUI, there is an option for Monitoring
    CCT

Maybe you are looking for

  • Marketing Attributes BP relationship Table

    HI CRm Experts, Can you please help me in knowing table in which Marketing attributes and BP relationship gets stored. I am aware of all table for Marketing attributes my requirement is when a marketing attributes is assigned to a BP what table it ge

  • Use of Application Server

    Hi, I am trying to know the difference between Application Server and Web Server.I did lot of research on this..and found the below thread on the same..But..I didnt get it cleared. http://forum.java.sun.com/thread.jspa?forumID=31&threadID=759556 It i

  • I changed my Airport Extreme network name and password, now I can't access my Airport Express speakers.  Help please.

    I changed the network name and password associated with my Airport Extreme and now my system is not recognizing my Airport Express speakers. Can someone help me get my speakers and sound system back online? Thanks in advance for any assistance.

  • Automating Complex jobs - advice needed (all are welcome)

    Hi all, We have successfully implemented XMl workflow with fully automated through script which will place all tables and images as per citation etc. and its working fine (this jobs are one time script writing since its a same style and same layout)

  • Trying to reinstall Lightroom 5 on a new computer

    Purchased Lightroom 5 in 2013. Now trying to install on a new laptop and it says my serial number is invalid contact support. As per above (opps) From the creative cloud all I can download is a 30 day trail.