Audio/video are sync in the fms live stream

Almost every teleconference has video/audio sync issue of anywhere between 2-10 seconds (i.e. the audio and video feeds are not synchronized).
Question - any suggestions on how this can be corrected, either client or server side?

Pretty sure I solved my own problem...
The mp3 is 44khz, but in all of my exports I had it set at 48khz. At least with the H264 format, exporting it with the audio set properly at 44khz seems to have fixed my issue!
edit: I lied. Still getting some synchronizationg problems. I *think* that helped a little bit, but it's strange that it would only help a bit and not completely remove all the problems.

Similar Messages

  • HT4914 My wife and I both have iPhones and iPads. Can we both have access to the same iTunes Match library or do we have to have separate subscriptions?  Our devices are synced to the same computer and we currently download titles from the same library.

    My wife and I both have iPhones and iPads. Can we both have access to the same iTunes Match library or do we have to have separate subscriptions?  Our devices are synced to the same computer and we currently download titles from the same library.  We both use separate apple id's on our devices.

    You need to reconfigure your phone for use with your Apple ID. I suggest you restore yours as new then reconfigure it with your information and Apple ID. Be sure to disable Find My Phone, if it's enabled, before proceeding.
    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    A
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    7. iOS - Unable to update or restore
    Forgotten Restrictions Passcode Help
                iPad,iPod,iPod Touch Recovery Mode
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    You can restore from a backup if you have one from BEFORE you set the restrictions passcode.
    Also, see iTunes- Restoring iOS software.

  • Youtube suggested videos are showing over the video playing??

    When i go to youtube, i can't see the video playing properly and can't see the quality settings icon for the youtube suggested videos are showing over the video playing. Really annoying, i have to double click to fullscreen to change the quality settings.  How do i fix this?

    These installations and settings work for me:
    How to view/hear pretty much everything:
    Assuming you already run OS 10.4.9 or above and have Quicktime 7.2, and are using Safari 2 or 3, download and install (or re-install even if you already had them) the latest versions, suitable for your flavor of Mac, of:
    RealPlayer from http://uk.real.com/player/
    Flip4Mac WMV Player from http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx (Windows Media Player for the Mac is no longer supported, even by Microsoft)
    Perian from http://perian.org/
    Adobe FlashPlayer from http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    In Quicktime Preferences, under advanced, UNcheck Enable Flash, and under Mime settings/Miscellananeous only check Quicktime HTML (QHTM).
    In Macintosh HD/Library/Quicktime/ delete any files relating to DivX (Perian already has them).
    The world should now be your oyster!
    You should also have the free VLC Player from http://www.videolan.org/ in your armory, as this plays almost anything that DVD Player might not.

  • What happens if 2 ipods are synced to the same itunes?

    What happens if 2 ipods are synced to the same itunes?

    The earth reverses it's rotation.
    What do you mean "what happens"?  Nothing "happens".
    You can sync as many ipods/iphones/ipads as you like to the same itunes.

  • TS3999 My iPad is not syncing calendar events via iCloud that I enter on my iPhone 5, but events entered on the iPad are syncing with the iPhone.

    My iPad is not syncing calendar events via iCloud that I enter on my iPhone 5, but events entered on the iPad are syncing with the iPhone.

    On you phone, go to Settings>Mail,Contacts,Calendars>Default Calendar and make sure you have selected a calendar listed under your iCloud account as your default.  If not, make this change, then enter a new event on your phone and see if it syncs properly now.
    If your settings are already correct, or if after changing them it still isn't syncing properly, make sure all the calendar events on your phone are in your iCloud calendar.  If not, enter any missing events either on your iPad, or on icloud.com from your computer.  Then, after your iCloud calendar is up to date, go to Settings>iCloud on your phone and turn Calendars to Off.  When prompted, choose Delete from My iPhone.  After a minute or so, turn Calendars back to On to sync your iCloud calendar back to your phone.  Then try adding a new event on your phone and see if it syncs properly now.

  • HT201272 My hard drive had some issues and all of my music videos are gone.  The itunes store is charging to download them.  How do I get them re-downloaded?

    My hard drive had some issues and all of my music videos are gone.  The itunes store is charging to download them.  How do I get them re-downloaded?

    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    Also see this migrate iTunes library post by turingtest2

  • How to handle the shared LIVE stream on Facebook that already became a VOD streaming file?

    Hi all,
    I can share a embedded MP4 file on Facebook with facebook OG tag so that people can view the video with inline video player.
    Streaming from FMS 4.5, the embedded LIVE streaming link can be http://<mydomain>/VideoID.f4m
    When internet user viewing/sharing the same link on their facebook, the view the link stream as well.
    When the LIVE event has been completed, the recorded MP4 file would be work as VOD streaming, link like http://<mydomain>/hds-vod/VideoID.f4m
    The problem is that when people click on the previously shared link on facebook, the embedded link is the "http://<mydomain>/VideoID.f4m" that do not exist.
    How can i redirect the f4m to the VOD f4m address? Thanks.

    You could use the Flash server Administrator API getLiveStreams() and read the xml the server throws you with actionscript on your flash
    http://localhost:1111/admin/getLiveStreams?auser=username&apswd=password&appInst=application
    http://help.adobe.com/en_US/flashmediaserver/configadmin/WS5b3ccc516d4fbf351e63e3d119f2926 33e-7ff8.html
    I would thow something like this.
    <result>
    <level>status</level>
    <code>NetConnection.Call.Success</code>
    <timestamp>7/13/2011 10:52:05 AM</timestamp>
    <name>_defaultRoot_:_defaultVHost_:::_1</name>
    <data>
    <_0>live1</_0>
    <_1>live2</_1>
    </data>
    </result>
    Then read the data node and get the number of streams. use some actionscript if data# >= 100
    then trace a message.
    I haven't tried this. but i think is posible.

  • FMS Live Stream Timeout

    Can someone please advise on how to create a timeout to a FMS
    Live stream when using the FLVPlayback component in Flash. The
    FLVPlayback connects to a FMS Live stream that takes a live feed
    from a webcam, in order to preserve clients bandwidth, what would
    be the best, most reliable way of creating a timeout and
    disconnecting the live stream after a set period of say 30 minutes
    to stop clients leaving the stream permanently connected - server
    side on FMS (how?) or in the .swf or using code in the web page
    containing the .swf object.
    Many thanks.

    Can't you just create a timer in the client player and then
    disconnect the user when it hits 30 mins?

  • Premiere Elements 11 Audio & Video are not in sync

    I am using Premiere Elements 11 for editing sermons, and recently I have noticed that in all of the finalized videos the audio and video are out of sync about half-way through the sermon. I know it is not the DVDs since they have no issues when running in a DVD player or with Windows Media Player.  The DVD's that are formated after service break the sermon into three files. The files, after importing them to Premiere, read  "VTS_01_1. VOB,  VTS_01_2. VOB,  VTS_01_3.VOB" The first file runs fine with no delay, but the last two consistently are off.  When I first installed this program I had no trouble with this so I am wondering did I change something or is there a better way to do this.

    terriCCC
    Is your Premiere Elements 11 on Windows 7 or 8 64 bit?
    How are you getting those VOBs to the Expert workspace Timeline?
    Are you placing your DVD in the DVD burner tray, opening Premiere Elements 11 to use its Add Media/"DVD Camera or Computer Drive"/Video Importer with "Add To Timeline" and the ripped VOBs select in the Video Importer dialog? Or, other?
    Please clarify what you are exporting your Timeline to for this playback that is out of sync...file saved to the computer hard drive or to DVD-VIDEO standard or widescreen format on DVD disc. Are you setting the correct project preset? If your DVD represents DVD-VIDEO standard is your project preset NTSC DV Standard; if your DVD represents DVD-VIDEO widescreen is your project preset NTSC DV Widescreen?
    Each VOB cannot accept more than 0.99 GB. So, when more data are involved, another VOB is generated. Right now it looks like you have 3 x 0.99 GB on your Timeline. What total duration are you seeing? When you get to the burn dialog for one of these projects, what are you seeing in the burn dialog for Space Required and Bitrate.
    When quality and out of sync audio occur with the ripping of the content into the video component VOBs, some have tried a seamless DVD.vob approach (combined VOBs in one file) using the computer Command Prompt and then importing the DVD.vob instead of the individual VOBs. I have written about this in a blog post.
    http://www.atr935.blogspot.com/2013/09/pe-dvd-videoseamless-vob-ripping.html
    I do not know if we are ready for this just yet.
    Let us confirmed the details of what you are doing now as per the questions that I have asked.
    Please do not hesitate to ask if you need clarification on anything that I have written.
    Thank you.
    ATR

  • Audio/Video in sync but session regions are delayed during playback???

    So I have a post audio project with 189 tracks.  I've worked in sessions this large before and had no problems....   I'm have audio synced to video, which playsback in sync with the picture.  However,  The regions seem to be off.  When I playback and the playhead scrubs across a region it takes a few more frames until it playes the region....  Wow, what a tough thing to describe. It seems liike theres a delay in the session overall but the audio and video are still in sync.... 
    I thought it could be a processing issue but I'm not even coming close to taxing any of the cores....
    Mac Pro 8 core
    Logic Pro 9.1.8
    Thanks in advance.

    Hi People, i have found the answer to my question and thought i might post the cause so anyone else who gets caught can get it sorted.
    The answer ended up being that i had an aggregate device as my audio interface (because i have 2 audio interfaces) and so the audio was being delayed in being processed. So i deleted the device in my Audio MIDI Setup (audio page) and thhus, its all good. Quite painfull after a FC reinstall! Ha!!
    Cheers

  • No audio on some App like tennistv the have live stream video, I used to hear the audio, they told me is an iPad issue, also trayed RolandGarros App no audio

    I have several Tennis App like TENNISTV, US OPEN, ROLANDGARROS and last month I noticed that I have no sound on the video (this is live streaming) games if I do log in on my PC there is video and audio playing, I did contact them, the 1st suggestion was to delete the app and reinstalled, I did not worked still no sound at all, they told me to contact Apple

    Have you got notifications muted ? Only notifications (including games) get muted, so the Music/iPod and Videos apps, and headphones, still get sound.
    Depending on what you've got Settings > General > Use Side Switch To set to (mute or rotation lock), then you can mute notifications by the switch on the right hand side of the iPad, or via the taskbar : double-click the home button; slide from the left; and it's the icon far left; press home again to exit the taskbar. The function that isn't on the side switch is set via the taskbar instead : http://support.apple.com/kb/HT4085

  • Audio/video not syncing on a PC with i-tunes movies.

    Recently started having a problem with the audio and video of my itunes movies on my PC. Had no problem for the longest time, years. I get up to 3 seconds gap, video ahead of audio on every movie I play. If I pause for a few seconds, the audio/video sync but shortly after, start to separate again. I reinstalled i-tunes, reinstalled my movies one at a time from the cloud. If helpful, for some unknown reason, all my movies recently were deleted from the hard drive memory but were still available from the cloud. Don't seem to have the issue when playing movies on my i-touch. Audio on the computer while playing a movie seems to have pops or quick gaps when the a/v is drifting apart. These are memory resident movies not played from cloud storage. 

    Hey Pedsrndad,
    Thanks for using Apple Support Communities.
    Looks like your sound and video are out of sync. This article explains how to troubleshoot that issue.
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    Have a nice day,
    Mario

  • Xvidcap: Audio/Video not syncing!

    Big issue, it syncs fine for 20~ seconds then it starts eventually desyncing with the sound and after a few minutes it's waaaaaaay off.
    This is with ffmpeg recording, tried other ones with the same effect... Any ideas?
    Google couldn't help me.

    Possible leads:
    1.) There's some talk on the SourceForge xvidcap FAQ about the RPMs having a sync patch which is only in SVN normally... this is likely old, though... maybe ask the devs?
    2.) Are there any cli options for xvidcap? I know there's a config file, too.
    3.) Dynamic audio/video desync means either it's trying to record at the wrong framerate or audio frequency, or your player's bad, or the PC's too slow. Try another (fast) PC with another player, try tuning the options (use Google to help). You might (definitely possible, depends on whether you can find the right values) also be able to edit the finished video to change the FPS / audio frequency - AviDemux might be able to do it. Probably not a long-term solution, though.

  • I am using ALSA and Icecat. When I play any html5 audio/video it works, but the next time i click on another audio/video link I lose sound.

    I am using Parabola (a fork of archlinux), Icecat 31.4 and ALSA
    Icecat and firefox seem to hold onto the soundcard when I click on a new html5 audio/video link in the same tab. The next video/audio element loses sound. If I wait 10 seconds and click back to the start of the audio/video, the audio returns. I often get cpu spikes for icecat when it happens.
    I have tried this with both motherboard and usb sound and I get the same problem. I have disabled extensions (addons) in Icecat, deleted profiles, reinstalled the browser and even installed firefox from the AUR and it still occurs.
    I have disable gstreamer in about:config and restarted and it still occurs.
    My .asoundrc is this:
    pcm.!default {
    type plug
    slave.pcm "hw:0,0"
    All my other audio applications work. I have noticed that if I use pulseaudio it fixes it, but it should work without anyway, like it used to. I think something happened after an update, but I'm not sure.
    Any help would be appreciated. I know it's not a big problem, but it's really frustrating and I've had it for ages. I even switched browsers to get away from it.

    *nerding out*
    I am not an expert in this and if we get stuck I have found a mailing list for the alsa project that can be contacted: http://www.alsa-project.org/main/index.php/Mailing-lists
    Gstreamer is disabled in Firefox as well as the os?
    Since you are seeing issues with ogg files and moving video/audio combination I started to dig into file formats {sox http://sox.sourceforge.net/soxformat.html}
    For ogg would the file format affect the "raw"?
    defaults.pcm.file_format "raw"
    Updated libraries
    alsa-lib-1.0.6-8.FC3
    alsa-utils-1.0.6-3
    No no, here:
    http://oss.sgi.com/LDP/LDP/linuxcookbook/html/cookbook_27.html#SEC377
    Is the OGG cpu intensive for your alsa architecture? [http://alsa.opensrc.org/Ogg]
    Troubleshooting sound on Linux to narrow down the issue: [http://www.troubleshooters.com/linux/sound/sound_troubleshooting.htm#the_steve_litt_diagnostic_tools]
    References: [http://www.alsa-project.org/main/index.php/Minivosc]
    [http://www.troubleshooters.com/linux/sound/sound_troubleshooting.htm#the_steve_litt_diagnostic_tools]
    I am sorry, this is where I can no longer help. Please seek the guidance of the Linux forums or that alsa mailing list.

  • Cannot export a video from imovie because the original videos are deleted from the album

    Hi,
    I made a mistake. I have an iMovie project but I cannot anymore export the project, because I have deleted the original files.
    However, I am able to play the video within iMovie by only playing it as "play full screen". If I try to play a video in the list of first page starting the imovie it would not play. A notification pops up saying "none of the missing videos were found. If the missing videos are on you computer, sync the videos to your device and relaunch iMovie." Although I already deleted my original videos..
    So the movie seems to be somehow there.
    Also before when I deleted my videos in album, I finished a step of uploading on youtube. But when I checked my youtube video menager, the video shows as it failed and unable to to convert video file.
    Do you know a way of how I can export the movie again?
    Thank you and best regards,
    Kevin

    Any luck?
    I to have the very same issue and can not get it off my phone to view on a pc or similar ?

Maybe you are looking for

  • Any way to get more statistics and response-time info from cache processes?

    I'm currently involved in an evaluation of Coherence for use as a global in-core cache/DB for data in the GB range. We'll try to run multiple cache process per cache in order to stay below 512MB heap-space per cache process. In order to tune cache ac

  • Why won't my iPad 2 sign me into iMessage?

    Every time I try to sign in to iMessages with my AppleID it says could not sign in and to check my network connection..I have wireless here so I have a great connection.. Help please.

  • Will iphone dock with viewsonic viewdock monitor?

    Hi, Will the iPhone dock with: 22" Viewsonic VX2245WM monitor. It is described as "made for iPod" Anyone tried? Thanks

  • AcroPDF.dll crash systematicaly when pressing TAB in any PDF

    I am using the Acrobat ActiveX (AcoPDF.dll) for viewing PDF documents. When a PDF is displayed, pressing TAB key several times makes the document to scroll to the end of document. If I press TAB again, then the application crash. This happens with al

  • Edit tab-separated file in Numbers

    I'm racking my brains, how in 21st century I can edit tsv file (stored as .txt) with such a powerful program suite as iWorks I can open the file in Numbers, but I don't see the option to save it as text, which is very confusing... Any suggestions? Th