Playhead not moving, but audio is playing

I think I have a compatibility issue that I need some advice on.
I'm running Audition CS6 on Windows 7 and have an Mbox2 mini that I use for recording.
I have downloaded the latest standalone driver for the Mbox2 from Avid (9.0.2.65) and almost everthing is now working in Audition.
I can record and play, but the playhead never moves.  This is obviously annoying as you can't see where you are in the track.
I'm guessing it's a driver issue and that Audition isn't getting the time location, but not really sure.
Please let me know if you have any ideas how to resolve this.
Thanks.
Tim

Although with Avid anything's possible.

Similar Messages

  • The video picture is hang but audio keeps playing

    We are using FMS3.5 for VOD streaming. It’s spotted that when we are using Flash Player Version = WIN 10.0.42.34/10,0,45,2, it is encountered that the video picture is hang but audio keeps playing after our commercial break point. we will first pause the video content and then use the same object to play the instream ad. After that, the video is resume when instream ad complete.
    Thanks for helping!

    Hi,
    Can you pls pass me the client side code?
    Need to check if you are doing the right thing.
    Let me know the type of VOD and ad contents you are using.
    You can write me at [email protected]
    Regards,
    Janaki L

  • Hi i;m using macbook pro . magic mouse pointer not moving, but do all the rest of things

    hi i;m using macbook pro . magic mouse pointer not moving, but do all the rest of things

    thank you, i have tried you suggestion but it is still just prompting me to restart rather than allowing me to install the os from the os boot disk. the problem began when the macbook was just showing me a folder icon with a question mark on it rather than starting normally. reading through forums lead me to replace the hard drive and hard drive data cable to try and resolve the issue. however, even after having done this the folder with the question mark is still appearing. i cannot get the os istall disk to boot properly. it recognises that the disk is in the drive but continually prompts me to restart and wont allow me to boot from the disk. sorry if my previouse discription wasnt accurate. does this soun familliar and can you help with this more detailed discription of the problem? thank you.

  • Playhead not moving forward

    Hello
    The clip shows up in the canvas but the playhead is not moving forward in the timeline making it impossible to edit.
    Thanks for your help!

    Here's the info-
    Type: clip
    Creator Quick Time Player
    Source Macintosh HD:Users
    Size 516.7 mb
    Tracks Iv 2 a
    Vid rate: 59.94 fps
    Frame size 720x 480
    Compressor MPEG-4 video
    Data rate 310.0 k/sec
    Pixel NTSC  ccir 601
    Field Dominace: None
    Alpha None/Ignore
    Composite Normal
    Audio 1 stereo
    Aud Rate 48.0 khz
    Aud Format 32 - bit floating point
    Sequence Properties
    Tracks
    1V, 2A
    Vid rate 29.97 fps
    Frame Size 720x480
    Compressor DV/DVSPRO - NTSC
    Pixel Aspect NTSC - CCIR 601
    Field Dominance Lower (Even)
    Audio 2 Outputs
    Aud Rate 48.0 KHZ
    Aud Format 32 Bit Floating Rate
    I expiremented and "Toasted" the files to DV and now the playhead is moving forward. Is it because FCE perfers DV files?
    Thanks for your help and any info is appreciated.

  • Premiere Pro CC freezes on a frame during playback, but audio keeps playing?

    Hi,
    First time poster, long time visitor to the boards. Running a new Mac "Pony Keg" (I think calling it a "trash can" invites bad performance ) with OSX 10.9.5.  Here's a recurring issue: I am playing back a sequence and then it will freeze on a frame (different everytime) and the audio keeps playing. I can stop the playback and it will continue to play, but the frame is locked in. Next, I'll quit out of the app, and try to reopen, but nothing happens because Premiere never actually quit. I'll pull up Force Quit window and it reads as "not responding." I'll Force Quit, relaunch the project and things will work again for a while, and then I need to do a whole reboot.  Any thoughts on what might be causing this freeze frame issue or why Premiere won't actually quit? I've seen these posts in some various threads, but not these two issues in the same thread. Thanks in advance for any help and insights offered!
    Best,
    Tracy

    Hi Tracy,
    I would suggest these things:
    Do this first: Premiere Pro CC, CC 2014, or 2014.1 freezing on startup or crashing while working (Mac OS X 10.9, and later)
    If that doesn't help, Change the Video Renderer to Mercury Playback Engine software only under File > Project settings > General. Delete previews after clicking on OK.
    If nothing helps, try this:
    Go to the following locations:
    Location 1: When in Finder, click on Go > Go to Folder > ~/Library/Application Support/Adobe
    Location 2: Go > Go to Folder > ~/Library/Preferences/Adobe
    Location 3: Documents > Adobe
    In all the locations, rename the 'Adobe' folders to 'OldAdobe'
    Launch Premiere, accept the License Agreement and see if it works.
    Note: You will lose your customized workspaces, keyboard shortcuts and media cache.
    Thanks,
    Rameez

  • RemoveChild() but audio still plays

    Hy!
    I have a flash website where different pages are movieclips which are added or removed from the main stage, depending on which buttons are clicked.
    The problem is that I have a 'video' page where a YouTube player is embedded. The video plays as soon as the movieclip loads, but when I remove the child from the stage and I add another movieclip on top of it, the audio still plays.
    I have tried using the SounMixer.stopAll() but it works only when I test swf in Flash. When I open the swf separately from the folder it is in, it doesn't work anymore.
    Can somebody please help me?
    Thanks a lot!

    It is not a FLVPlayback control, it is a YouTube ActionScript 3.0 Player API.
    Here is the code :
    // The player SWF file on www.youtube.com needs to communicate with your host
    // SWF file. Your code must call Security.allowDomain() to allow this
    // communication.
    Security.allowDomain("www.youtube.com");
    // This will hold the API player instance once it is initialized.
    var player:Object;
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.INIT, onLoaderInit);
    loader.load(new URLRequest("http://www.youtube.com/apiplayer?version=3")); //load the embedded player
    play_btn.addEventListener(MouseEvent.CLICK, playVid);
    pause_btn.addEventListener(MouseEvent.CLICK, pauseVid);
    video1_btn.addEventListener(MouseEvent.CLICK,playVid1);
    video2_btn.addEventListener(MouseEvent.CLICK,playVid2);
    video3_btn.addEventListener(MouseEvent.CLICK,playVid3);
    mute_btn.addEventListener(MouseEvent.CLICK,muteVideo);
    unmute_btn.addEventListener(MouseEvent.CLICK,unmuteVideo);
    function onLoaderInit(event:Event):void {
        addChild(loader);
        loader.content.addEventListener("onReady", onPlayerReady);
        loader.content.addEventListener("onError", onPlayerError);
        loader.content.addEventListener("onStateChange", onPlayerStateChange);
        loader.content.addEventListener("onPlaybackQualityChange", onVideoPlaybackQualityChange);
    function onPlayerReady(event:Event):void {
        // Event.data contains the event parameter, which is the Player API ID
      trace("player ready:", Object(event).data);
      player = loader.content;
              player.loadVideoByUrl("http://www.youtube.com/v/v6oJ5rw9mys",0);
        // Set appropriate player dimensions an its position
      player.setSize(480, 360);
              player.x=50;
              player.y=220;
              video_title.text="Multiplying Sevens-Times Table";
    function onPlayerError(event:Event):void {
        // Event.data contains the event parameter, which is the error code
        trace("player error:", Object(event).data);
    function onPlayerStateChange(event:Event):void {
        // Event.data contains the event parameter, which is the new player state
        trace("player state:", Object(event).data);
    function onVideoPlaybackQualityChange(event:Event):void {
        // Event.data contains the event parameter, which is the new video quality
        trace("video quality:", Object(event).data);
    I have taken this code from its YouTube ActionScript 3.0 Player API Reference

  • When playing video, video pauses but audio keeps playing

    When I am watching a movie, using VLC player, the video randomly pauses. I can still hear the audio playing but the image does not change. I am not running any applications at the same time.
    Anyone else have this issue?
    Any idea on what could be causing it.

    I had something similar happen when transferring and converting tv shows off my Tivo to my iPod using Tivo desktop.  Found out that some channels allow insertion of local ads which messes up the time stream and from that point on the video would stop but audio would continue.
    My solution was to burn the shows that do that to DVD and then use Xilisoft DVD ripper to convert them to files I can import into iTunes.

  • Package not moved but assigned objects moved to quality.

    In our project, Transport request containing the Package creation is not moved to Quality system, but Classes/Webdynpro components/programs assigned to that Package is moved to quality through different Transport request without any errors.
    Strange point is that all is working fine in quality.  I just want to confirm is this normal behaviour or there will be some issues in production.
    Regards,
    Mandeep

    You should move the package as well for consistency reasons. The programs can be executed without it, but there is probably errors or warnings in extended program checks, import logs, etc.
    Thomas

  • I removeChild but audio still plays

    I have as3 script that loads an external swf which contains flv video:
    var eventInitialLoader:Loader = new Loader();
    var eventInitialURL:String = parent['eventPath'+ie];
    var eventInitialRequest:URLRequest = new URLRequest(eventInitialURL);
    eventInitialLoader.load(eventInitialRequest);
    eventOdd.addChild(eventInitialLoader);
    ...And some script later on that removes it:
    eventOdd.removeChild(eventInitialLoader);
    The movie clip is removed but the audio continues to play. Why is this? What can I do to make sure the audio is removed also?
    Thank You!

    Hey BrianatArean I have the same problem . Were you using the Video class? I user this code to kill everything but the audio still plays:
    public function stopIt()
                video.clear();
                ns.close();
            public function killIt()
                 trace("VideoHandler.killIt() called");
                 stopIt();
                 _stage.removeChild(video);
                 nc.removeEventListener (NetStatusEvent.NET_STATUS,checkConnect);
                 ns.removeEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
                 nc.close();
                 video = null;
                 ns = null;
                 nc = null;
                 flag_Running =false;

  • Mouse cursor is stuck top left corner of screen.  It will not move.  Tried both my Bluetooth mouse, and a USB mouse. Not moving but will click

    Tried un pairing the Bluetooth mouse and reconnecting it.  No change.  Tried both those resets people suggested to others in the forums, that didn't help either.  Borrowed my friends USB mouse for his Mac, the same thing.  Cursor will not move, but the click works.(this is what is happening for both)
    If you are kind enough to offer help, please be aware of the following: this is my first Mac.  I really know nothing about them. 

    Yes, once when I first noticed it, and each time I tried both the pram reset, and when I did the other reset (holding down p&r and the other two buttons before the grey screen, and waited for it to reboot from there).  Can't remember what that reset was called

  • Black Screen for .avi format but audio does play

    Hello
    I have just imported an avi video file that i recently converted from flash... the convert format is:
    H.264/AVC
    Bit rate: 4500
    Frame Rate : 30
    The video plays fine in windows media player so i then file> import and I get just audio only. I have not installed any special codec packs, given it worked in media player i assumed i already have the codec... am i wrong in this assumption?
    I don't really know how to debug the problem ?
    Hope you can give me some advice here!

    H.264 will not work inside an AVI wrapper http://forums.adobe.com/thread/854115
    -Says VLC will convert in reply #6 http://forums.adobe.com/thread/1172956

  • Videos not displaying but audio is working

    I am trying to access videos online.  I have done all updates I can think of.  I have restarted the machine numerous times.  I have exhausted my knowledge of fixes.  When accessing videos via youtube, or other media sites, I am unable to view them cleanly.  They are very choppy, they skip, and sometimes just dont show at all.  However, the audio works perfectly.  I have no problem hearing the video, it is just viewing.  I have also noticed the advertisements on the edges of most websites seem to do the same thing; they will either flicker or not show up at all.  Does anyone know how to repair this problem?
    Also, do I update to Mac OS X (10.6.8)?

    My guess is that you're trying to watch HD YouTube videos with a less than satisfactory connection speed.  When I'm at home, YouTube works perfectly with my overpriced internet connection.  If I'm staying at a hotel, with bad speed, I get choppy video.
    Also, Flash has terrible memory leaks.  If you don't force quit Flash every once in a while it starts to use up so much memory that it might cause an issue.  I go into Activity Monitor and kill Flash every time I think there's a problem.

  • No Video (mimetype error) but audio

    I'm trying to post a video. I have it as an mp4, ogv, webm, and flv. And I have the following tags in my page
    <pre><nowiki> <video src="MYVIDEO.mp4" width="683" height="480" controls="controls" autoplay="autoplay">
    <video src="MYVIDEO.ogv" width="683" height="480" controls="controls" autoplay="autoplay">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="683" height="480" </nowiki></pre>
    . . . A WHOLE BUNCH OF FLASH CRUD.
    When I have the videos in this order, Firefox (18.0.2, Mac) will display the following message:
    Video format or MIME type is not supported
    but it will play the audio.
    If I reverse the two video tags Firefox, will play fine. But, then Safari shows no video (but, plays sound). Since I want the mp4 as the primary, what could be causing Firefox NOT to skip the first (mp4) video tag and move on to the ogg one?
    I'm confident my MIME types are correct. This is my .htaccess file:
    <pre><nowiki>AddType text/xml .xml
    AddType video/mp4 .mp4 .m4v
    AddType video/mpeg .mpeg .mpg
    AddType video/quicktime .mov
    AddType video/ogg .ogv
    AddType video/webm .webm
    AddType audio/mp4 .m4a .m4b .m4r
    AddType audio/mpeg .mp3
    AddType audio/playlist .m3u
    AddType audio/x-scpls .pls
    AddType audio/ogg .ogg
    AddType audio/wav .wav</nowiki></pre>
    Thanks!!

    You can place the two files in one video tag and use the source tag to specify the various formats.
    If it is encoded as WebM, why don't you give it a .webm file extension or specify the type as video/ogg if you use an ogg container?
    *https://developer.mozilla.org/en-US/docs/HTML/Element/video
    *https://developer.mozilla.org/en-US/docs/HTML/Element/source
    Also make sure that the ogv video is encoded with a supported codec, try to open the file directly in a tab to see if that works.
    *https://developer.mozilla.org/en-US/docs/HTML/Supported_media_formats
    <pre><nowiki><video width="683" height="480" controls autoplay >
    <source src="MYVIDEO.mp4" type="video/mp4" >
    <source src="MYVIDEO.webm" type="video/webm" >
    <source src="MYVIDEO.ogv" type="video/ogg" >
    </video></nowiki></pre>

  • Audio file - play once

    My client wants an audio file to play once automatically on
    page load; but when they navigate off the page and then return,
    they do not want the audio to play again. I know that this might
    annoy the viewers, but if that is what they want, I need to show
    them that it works.
    Can some one point me to a script or a way to setup cookies
    that will do this?
    Regards,
    Bill Schaepe

    You need iTunes on the computer. With the iPod connected to the copmputer yo have to go to the iTunes U pane (it is one of the panes like Music, Podcast, Apps, Summary, Info that shows what is/can be on the iPod). At the top of the pane is a check box y have to check to sync iTunes U media.

  • Adobe Audition does not playback any audio file. He opens it but does not react on the play key.

    Adobe Audition CC does not playback any audio file. He opens it but does not react on the play key. It is after use audio hardware usb wi-fi headphone and return to build-it out. The program don't react now.
    I see problem:
    I am unable to get playback at all in CS6 on Mac. The play button or spacebar will not move the playhead or make sound come out of the foamy things with the magnets. The play button toggles back and forth between green and white, but it isn't working. This is true in both multi track and waveform view.
    Anyone have ideas on what the issue could be? Thanks!
    Some Info:
    MacBook Pro 2.2 i7, 16GB RAM, 512GB SSD
    Mac OS 10.8.3
    Audition CS6 5.0.2 Build 5
    and reply:
    Best bet would be to go into Preferences > Audio Hardware, verify your input and output devices are correct, and probably switch your Master Clock to the opposite setting.  If that fails, we can continue troubleshooting.
    I have the same problem as the author writes. But these actions do not help

    Unfortunately I believe that requires purchasing the new version, and I do
    not have budget approval for such a purchase.
    On Tue, Jan 27, 2015 at 11:34 AM, Charles VW <[email protected]>

Maybe you are looking for

  • IMac, external monitor flicker/blink blue

    I have an external monitor hooked up to my iMac and I have had no problems until today. It's the mini-DVI to VGA style connector. During the day, I jarred my desk with my knee. The iMac and external monitor both blinked about four times, becoming blu

  • Controlling - Cost Center Determination Problem - MM

    Hi everyone, I have a problem concerning Cost Center determination. My Valuation Area is company code and I use division in order to input to diferent Plants. I filled all the fields on the OMJ7 transaction. I also filled all the data in the OKB9 tra

  • How to work with checkbox in a table

    hi im working with a table than shows SQL result and i put a column with checkboxes in the table how can i handle the rows with the checkbox in true ? i want to do it with a button thanks

  • How to know a variable is accessed ??

    Hi all, I have two Java Classes as follows : public class A { public int a =5; and -- public class B { public static void main(String[] args) { System.out.println(new A().a); Now i want to generate a log file (when the execution of main() method of c

  • Dynamic mapping

    Hi, how to make dynamic mapping? Is it possible to make mapping at runtime? Thanks a lot. Regards, Jorge Luiz