Custom Client-Side Video Codec for Standard Linux Flash Player

I'm new to Flash development, so please excuse my naivete. I'd like to have the standard Linux Adobe Flash player use an experimental client-side H.264 codec I am working on when playing FLV media (even if embedded within an SWF file) instead of the standard one bundled with the player. Is there any way to accomplish that?
Thanks,
Brian McGann

The problem, at least in my case, was QtCurve's opacity. If I have opacity set to less than 100%, flash would not display for sites like Youtube and Vimeo, but worked elsewhere.
The solution for me was to go into qtcurve's settings, and put npviewer.bin in the application exceptions section for window and menu opacity. Doing that, I was able to keep my transparent menus, and also use flash everywhere.
You can find out what the application name is by launching your browser of choice in a terminal with qtcurve debug turned on, like so:
QTCURVE_DEBUG=1 firefox
If you watch through the lines that start with "QtCurve" you'll see "Application name". Look for the one that shows up when you try to load a video. In my case it was npviewer.bin. In yours, it might be nspluginviewer or something else. If you add an exception for that specific application, you'll fix your problem without having to compromise on your theme.

Similar Messages

  • Changing video codec for recording

    Hi,
    I am using FMS 3.5 and Flash CS3 (though using action script 2 at the mo)
    What I  have is a simple program that records a webcam and saves the result as an FLV. - Note, I am doing all this locally, NOT over the internet or a local server. FMS is on the same PC as the program.
    OK, all works pretty much ok, apart from 2 things....
    1) The frames per second does not seem to be fixing to 25fps, but instead seems to be around 15fps depending upon which pc I use. I'm using: cam.setMode( 320, 240, 25 ); to set the size and frame rate in flash.
    2) When I get the properties for the resulting flv, it says it is using h.263 codec. Is there a way to change the codec that is used (to say h.264)? Or is this dependent on the version of flash used? ie. would creating it in flash 9 using AS3 give a better quality result?
    Thanks for any help - I'm pretty new at all this so bear with me!
    Tim

    1) For the FPS issue - make sure the camera actually supports 25 fps.  Many webcams only support up to 15 fps.
    2) The encoding in this scenario actually takes place in the Flash Player - the only video codec included in the Flash Player for encode is the Sorenson codec regardless of version of the Flash Player.  You can get higher quality encoding using the Flash Media Live Encoder, but this is a stand-alone application.

  • Adobe: No Linux Flash Player Till 2007

    see
    http://www.crn.com/sections/custom/custom.jhtml?articleId=192501179
    >>
    Adobe: No Linux Flash Player Till 2007
    By Stacy Cowley, CRN
    2:25 PM EDT Fri. Sep. 01, 2006
    Impatient Linux users will have to wait till the end of the
    year for even a
    preview release of Adobe's Flash Player 9.
    The company's lead Flash for Linux engineer, Mike Melanson ,
    reported this
    week in his blog that Adobe won't release any alpha versions
    of its Flash
    port, holding out instead for a full-featured beta scheduled
    for release
    sometime late this year.
    Adobe recently released a major Flash overhaul, version 9,
    for Windows and
    Macintosh clients. For Linux users, the release lengthened
    the Flash gap
    between them and other users: Adobe skipped Flash Player 8
    for Linux and
    hasn't released a Linux update since mid-2004. Because Flash
    is not fully
    backward-compatible, Web content developed for the newer
    Flash players often
    won't run in version 7, the most current Linux version.
    Adobe's market
    research shows that 86 percent of U.S. computer users are
    able to view Flash
    8 content.
    "I have to question a cross-platform strategy that has a bias
    against one
    platform," RedMonk analyst Stephen O'Grady, a Linux user,
    gripped in his
    blog. The lack of a modern Flash player leaves him unable to
    view content on
    a number of Web sites, including major destinations like
    ESPN.com.
    An Adobe spokesman said the company expects a full release of
    Flash Player 9
    for Linux in early 2007. Because of the "short" cycle between
    Flash Player 8
    and 9 -- ten months -- Adobe opted to skip version 8 for
    Linux and move
    directly to version 9, he said.
    Melanson's blog tracks the day-to-day progress and decisions
    Adobe is making
    on Flash for Linux. A full-time Linux user since 1999,
    Melanson shares the
    frustration of his comrades about Adobe's Linux lag.
    "In September, 2005, I happened [across a blog that]
    mentioned in passing
    that Macromedia was looking for someone to port Flash Player
    to Linux. I
    applied for the job and now here I am," he posted.
    "When I started at Adobe, I found out that there is a shadow
    cabal of
    engineers that very much want to see the current Flash Player
    run on Linux,
    and would even try their hand with the current codebase from
    time to time.
    But there are only so many hacking hours in the day."
    >>

    > It sounds to like Adobe are using outdated development
    practices.
    > The kinds of systems multiplatform developers use these
    days
    That's the point .. 'these days'.
    Much of the problem is older code, must be over a decade old
    now) which was
    not well written. That is not an uncommon occurence in
    products that have
    such a long existence as flash player. Supported platforms,
    development
    techniques, developer guidelines, management etc all change
    over the years
    and things that seemed 'a good idea at the time' end up
    becoming a problem.
    In hindsight there would be many things that should have been
    done
    differently in the past .. but without a working time-machine
    that cannot be
    fixed, without an enormous investment in development to
    rewrite the code
    base in a manner that can be more easily ported .. which is
    what is
    happening.
    Also the low level optimisations required for such
    cpu-intense real-time
    graphic processing are difficult to port, as they rely on
    optimised assembly
    code for different cpus and chipsets
    And further there is the issue of different operating systems
    and libraries
    to link against on different platforms.
    > nightly/daily automated builds
    Anyone who thinks supporting new platforms its just a matter
    of re-building
    or doing daily builds is naive. There is no indication that
    Adboe does not
    make use of these practices. But continuous integration and
    nightly builds
    are only tools to maintain a port once it is done .. it
    doesn't help you DO
    the port in the first place.
    > From a marketing point of view you want a simultaneous
    release on all
    > platforms
    I'm sure Adobe DO want simulataneous release .. if it were
    possible. But
    that is not possible if the software is not ported to all the
    platforms.
    With it ported to the platforms the vast majority of people
    use (windows and
    mac) it makes sense to release the newer versions that are
    required in order
    to release other major revenue-earning products like Flex.
    That is a valid
    and sound marketting and financial decision.
    > In the case where assembly
    > programming is used compiler intrinsics are more
    maintainable and portable
    > than
    > inline assembly, I can vouch for their high performance
    vs hand tuned
    > assembly.
    You simply cannot get the performance demanded using
    intrinsics.
    > Note that Apple uses gcc and Linux uses gcc and so I
    can't see many
    > incompatibilities at the compiler tools level?
    > Maybe it is lack of experience
    > with Linux, or maybe there have been lots of programmers
    leaving since
    > Adobe
    > took over?
    It may be worth your while reading the blogs by the adobe
    developers where
    they discuss the issues and get feedback from people such as
    yourself.
    > On the subject of buisness priorities, the number one is
    that the customer
    > comes first.
    Exactly .. so MM/Adobe got the player out as quickly as
    possible for the
    majority of their customers. Making EVERYONE have to wait
    while the player
    was ported to all the other minority platforms would NOT have
    been good for
    the majority.
    As they say .. you can't please all the people all the time.
    You have to
    pick you battles.
    > In particular where websites are concerned you want to
    get access
    > to as many users as possible.
    Exactly .. and FlashPlayer penetration and usage stats reveal
    that it IS
    availble to the vast majority of users and moreso than most
    other
    multi-media technologies
    > The quoted 86 percent of users able to view flash 8
    content is probably
    > an over estimate and this figure is only stated for the
    US
    > as most of work in a global marketplace these days
    figures like this are
    > not very usefull.
    Have you even looked at all the figures (which you don't seem
    to believe
    anyway) .. its worldwide and broken down into regions.
    > The internet is all about maximising your potential
    customer
    > base and anything which prevents a siginificant minority
    just makes no
    > buisness
    > sense at all.
    Its only significant when you are part of it :) The vast
    majority of
    people, and those with the money to spend, are using Windows
    and Mac.
    That's where the customer base is.
    > The bad publicity that Adobe has generated from
    delaying/canning
    > a Linux version of flash player is cumulative and the
    internet is all
    > about
    > word of mouth. I hope for Adobe's sake they don't
    neglect their customers
    > needs
    > in future.
    I'm sure they won't .. which is why they are still activly
    porting to other
    platforms.
    I would much rather see them take the time to do it right,
    rather than let
    quality slip in order to rush out a half-done product to
    satisfy the demands
    of the few.
    Jeckyl

  • HT202884 How can I update video codecs for iOS using code ?

    In reference to : OS X Mavericks: Some files may be converted when opened in QuickTime Player - Apple Support
    Is there a way to update video codecs for iOS, using code ?

    You could try finding somewhere with free WiFi like a coffee shop, shopping mall or fast-food places & downloading on their connection.

  • Need license for using H.264 Video codec for live stream with FMS 3.5 series

    Hi,
        I am creating a live audio-Video chat application  in which I use H264 video codec for live streaming.  I am using Flash Media Server version 3.5.7. I read some where that H.264 Video streaming using FMS required seperate licencse. So I want to confirm , It is true that H264 video streaming required seperate license? If yes then what is the procedure to get license.
    Please let me know its urgent.
    Regrads,

    Hi Again,
    Thanks for your reply.
    Here are some articles/posts which says about Royalties to use h264:
    http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf 15:27
    http://www.mpegla.com/main/programs/AVC/Documents/AVC_TermsSummary.pdf
    http://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=65403&PageNum=3
    http://www.mpegla.com/main/programs/avc/Documents/AVC_TermsSummary.pdf
    According to these, any  product/service provider, need to pay one time fee based on # of subscribers if we are using h264 for encoding and is charging fee from its users.
    About our business: We are web-conferencing solution tool provider and are using Flash Media Server version 3.5.7. I for audio/video. Please help me out if h264 is really free for us or we need to buy license to use that.
    Looking forward to hear from you soon.
    Regards,

  • Will there be a 'Pepper' Linux Flash Player available from Google for versions after 11.2?

    Adobe has stated that:
    "For Flash Player releases after 11.2, the Flash Player browser plugin for Linux will only be available via the “Pepper” API as part of the Google Chrome browser distribution and will no longer be available as a direct download from Adobe. "
    To me this sounds like going forward, after 11.2,  all Linux Flash Players will be released by Google as part of Chrome using Pepper and not by Adobe - but that there will be Linux Flash Players after 11.2, its just that they are only available in Chrome. However most people in the community seem to have interpreted this to mean 11.2 is the last Linux Flash Player ever other than 5 years of security updates from Adobe. Could an Adobe employee please clarify? Will there be Linux Flash Players, via Pepper and Chrome, for 11.3, 11.4. ...12 and so on? This is crutially important for those using the Flash Player within the embeded Linux market.
    Thanks in advance,
    Chris

    Which version of Flash Player do you have in a specific browser which is causing problems?  http://tinyurl.com/fpversion

  • Security updates for 11.2 Flash Player for Linux?

    When attempting to download an update for 11.2 Flash Player for Linux, I saw the note saying that there would be no new development, but security backfixes would continue to be released. I've seen the security warnings for months on my Linux install in Firefox (which is updated) but there does not seem to be a security patch that would stop these "Allow - Continue Blocking" warnings for Flash Player.
    When can we expect these to be completed? Linux users may not comprise a large portion of your user base, but the alternatives are extremely expensive hardware and/or software if you want to use an Apple or Microsoft product.

    I chose "Yum for Linux" and the file that was downloaded was:
    adobe-release-x86_64-1.0-1.noarch.rpm
    I see now that if I select the "rpm for Other Linux" it downloads the flash-player rpm complete with the version info, so perhaps the Yum version is a wrapper. I assumed that since Fedora (and Redhat/etc) uses yum, that I should download the YUM version... in order for it to take effect, I had to perform the following commands after downloading the above rpm:
    sudo yum remove adobe-release-x86_64-1.0-1.noarch
    sudo yum localinstall adobe-release-x86_64-1.0-1.noarch.rpm
    sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
    sudo yum -y install flash-plugin
    That allowed me to get the newer version of Flash player to show (and no longer receive the security warnings) but it seems if I had used the Other for Linux download that I wouldn't have had to take those extra steps. I guess we'll find out when the next security update to flash player is released.
    Thanks,
    -Tim

  • After reinstalling Windows 8.1 64bit Pro Firefox will not show a video in HTML5, only in Flash Player.

    This worked before i reinstalled my operating system. I am on the same website it worked on and now the videos will only play in Flash Player...
    I have asked the website developer if he has changed something with the player, but nothing has been changed.
    I have also reset my firefox, but nothing worked.
    My firefox version is 34.0.5, and i have provided screenshots below. Can some of the plugins i use have something to do with this?
    Please reply if you need more information about this.
    Thanks.
    - Jonas Schirmer

    * 1
    Make sure that all the plugins you want / need are installed and up to date.
    * 2
    Type '''about:addons'''<enter> in the address bar to open the '''Add-ons Manager.'''
    Hot key; '''<Control>''(Mac:<Command>)'' <Shift> A)'''
    On the left side of the page, select '''Plugins.'''
    Make sure the ones you want to use are set to '''Ask''' or '''Allow.'''
    * 3
    Go to the web page. Once the page is loading, mouse to the address bar
    and '''Left''' click the icon. A window for displaying site information should
    come up. Select '''More Information.''' Now select '''Permissions.''' In the
    menu, Make sure the ones you want to use are set to '''Ask''' or '''Allow.'''

  • Linux Flash Player 10.2 Projector points to 10.1

    Hi!
    When I go to http://www.adobe.com/support/flashplayer/downloads.html and go to download the Linux Flash Player 10.2 Projector, the downloaded flashplayer_10_sa.tar.gz file, contains the projector 10.1 which has a date of October 22, 2010.

    Wizard_13-
    You can get the new 10.2 linux Projector and debug Projector in the 10.2 archive located at http://kb2.adobe.com/cps/142/tn_14266.html
    Just download the 'Release and Content Debugger' archive for 10.2.152.26 with a date of 2/8/2011. Once you unzip/uncompress the archive you navigate to the linux folder and retrieve either release or debug Projector.
    Sean

  • Acrobat reader 10.0.x for windows and flash player update

    i don't understand why my client require the update of reader (update of 10.0.1), but in the download page (.msp file) i can't find nothing. the other problem was about the update of flash player....i need to distribute the update over GPO, but adobe doesn't release from download page....is because the update are integrated in acrobat reader new release?
    the metod is wrong! security is very important and release the updated version of software is also foundamental! IT Pro need an update (.msp or .msi) for the reader and for player.....faster not when you want
    so....how you think to resolve this problem? how i can resolve my problem about the update?

    Here you'll find the msi and msp files for the Acrobat Reader ("reader" folder on ftp) and Acrobat Pro ("acrobat" folder on ftp). ftp://ftp.adobe.com/pub/adobe/ . Save the link to your bookmarks.
    For updating/installing Flash Player you'll have to go over here: http://www.adobe.com/products/flashplayer/fp_distribution3.html
    There's a distribution license needed to deploy the flash player (don't ask my why the hell you'll have to get a license to deploy it in internal environments, although you can download and install it without the license).
    Best of luck, i needed a hole day to preparing deployment of cs5.5 and flash player etc. because of lack of information or consistency at the adobe pages and different methods for diffrent products. There should be a way to charge adobe the time it needs to get started, because they earn a damn lot of money with their cs products so they should provide better methods to do these tasks... but thats an endless story, because they're a monopolistic global player i think they aren't really interested in the needs of customers. There's not a real alternative, especially in education you're bound to use it, so you're gonna buy it anyway...

  • Can't see videos after I installed Adobe Flash Player 13.

    Can't see videos after I installed Adobe Flash Player 13.
    When I choose a video to play there is always: "Plug-in failure.
    I use Mavericks on OS X 10.9
    I unistalled Ad. Flash Player and reinstalled it but nothing got better
    L.

    See:ATTENTION MAC CUSTOMERS - Flash Player 13 "Plugin Failure" Workaround

  • I am haveing problem watching video's after downloading adobe flash player

    i am haveing problem watching video's after downloading adobe flash player, how can i make it working?

    Video from where?
    What happens when you try?

  • Everytime I try and watch a video that is using Adobe Flash Player my computer completely freezes.

    Everytime I try and watch a video that is using Adobe Flash Player my computer completely freezes.
    I am running windows 7, firefox 4 v6, and AFP 10.1. I have tried reinstalling AFP and upgrading to the firefox beta. I first experienced this after installing ADP 10.1 and have uninstalled that program until I can resolve this issue.

    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Click Check Now to make sure the currently installed Flash plugin is up to date.

  • Need instructions for downloading/installing Flash Player

    Need instructions for downloading/installing Flash Player in my PC

    Hi, This is the Adobe Flash Player Uninstall link:
    http://kb2.adobe.com/cps/141/tn_14157.html
    This is the Adobe Troubleshooting Guide which you may want also to review. I would suggest using the Manual Installers which you can download and SAVE to your Desktop. Pay attention to any apps using Flash, you may need to Disable any Anti-Virus. Be sure to use the Administrator Account and check Settings. Be sure to Reboot after running the Uninstaller and also after Installing.
    http://kb2.adobe.com/cps/191/tn_19166.html
    eidnolb

  • I HAVE DOWNLOADED FLASH PLAYER BUT WHEN I TRY TO WATCH A VIDEOS IT SAYS TO GET FLASH PLAYER,I ALREADY HAVE IT.I KEEP DOWNLOADING IT BUT IT STILL DOESNT HELP

    Question
    I HAVE DOWNLOADED FLASH PLAYER BUT WHEN I TRY TO WATCH A VIDEOS IT SAYS TO GET FLASH PLAYER,I ALREADY HAVE IT.I KEEP DOWNLOADING IT BUT IT STILL DOESNT HELP. THANKS

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    * Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    '''NOTE: When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    Check and tell if its working.

Maybe you are looking for

  • Relative URLs not working in JAR file once JAR is moved

    I've been loading images with the following: public static final ImageIcon anIcon = new ImageIcon("iconName.gif"); This works fine when all the class files are in the same folder with the gifs. I then packaged the whole folder into a .jar file, moved

  • TOC  and hyperlinks in PDF

    CS3 (5.0.4) on Mac 10.5.7 (Leopard) When I generate a TOC, if i select the "Create PDF bookmarks" option, the entries also create hyperlinks to the location within the PDF. In the PDF, if I click on the TOC entry, it jumps to the page where the entry

  • HT201328 How to check if phone is unlokked?

    Would you please confirm if phone is ulokked? I contacted the carrier and purchased unlokking code.

  • BPM Studio Task Send XML to Client Actions

    After I do the Send XML to Client from the exeucte tab of an action...instead of marking the task as done on the call back actions...i try to mark the same task as done in the next task after a decision box....it doesnt seem to work? any ideas? shoul

  • Error  message B1 357-Status records with status 51 after status 53

    Hi All, somebody  knows  why  is  can  be  caused this  message: ''Error  message B1 357-Status records with status 51 after status 53'' Thanks and  best  regards L