When the stream through flash quality is worse than Live Encoder

I am creating a system where people can broadcast to a Flash Media Server. When I aired in the flow using direct, the video seems decent. When I try to stream Flash, the video comes out strongly pixelated.

The only code I can find to do it is:

Cam = Camera.getCamera ();

cam.setQuality (0, 100);

NS = new NetStream (nc);
ns.attachCamera (cam);

Should not be a way of resolution of entry? Encoder Live has ~ 15 parameters, are these adjustable parameters, with the release of Flash?

You must set the mode also

camera0.setmode (240,320,30,false);

Tags: Adobe Media Server

Similar Questions

  • When the Streaming of videos they pause every few seconds

    When the streaming videos that they play for a second then stop.  I don't know how to fix this.  I have Toshiba Satellite laptop, it is new and has a lot of disk space

    Hi RaeMyers,

    Welcome to the Microsoft Vista answers Forum!

    May I ask how you are actually streaming videos, it is using Internet explorer or Windows Media Player?

    Have you been able to stream the videos before without getting any error messages?

    Can I know the version of Internet Explorer on your computer? Can I also know the speed of the internet connection?

    Additional information:

    What can I do about video problems, such as green or pink lines that appear in the video, flickering or choppy video, the player is not responding when playing video, and so on?

    http://windowshelp.Microsoft.com/Windows/en-us/help/3519fc03-7f06-476F-A553-dcb5d4284e191033.mspx#etc

     

    The problems with playing videos in Windows Media Center

    http://windowshelp.Microsoft.com/Windows/en-us/help/70e00426-CCC3-4045-8488-8bd9a3662b5f1033.mspx

    Let me know if this information was helpful.

    All the best!

    Thank you, and in what concerns:
    Swathi B - Microsoft technical support.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Violent screen when the streaming videos G9-791

    I don't really know what the problem is. I tried to download videos and play them on movies & TV.

    Reset the PC through the recovery options due to problems with the Audio Dolby does not properly.

    Made sure my drivers are all updated also. I don't know why streaming on youtube or kissanime (tried HTML5 and Flash) and it is always heartbreaking to screen. It does not last long (if anything I would say that it is all the more than half a second), but it occurs throughout the video. Nobody likes this right?

    I'll try to reset the PC again and see if it helps. Really want to reinstall all my applications. Anyway wish me luck

    Solved by myself. It turns out that it was an update of chrome or something that has to do with hardware acceleration.

    Just go chrome settings > see the advanced settings > (scroll all the way to this part of the system) > uncheck "use available when hardware acceleration.

    Restart your chrome and it should work perfectly ==' reset the laptop for nothing

  • Y50-70 screen flashing when the display of flash content

    Hello, I bought a laptop from lenovo y50-70 about a month ago, model 59445062, and I noticed a strange problem when using flash player content on Web sites. When the battery power, playback of flash content is slow and the screen starts flashing like crazy, especially when you start scroling around the page. However, when I plug the charger in all problems disappear and everything is fast and smooth. Student in computer SCIENCE, I have a hinch that it could be related to flash player and driver of integrated graphics, but the test of the integrated on high graphics demanding applications (games) there are no noticeable artifacts or flashing, even on battery screen. I use windows 8.1 x 64, all the updated drivers to update, flash player update. I hope you guys find a solution to this problem.

    P. S.

    I am also attaching a video of the problem in action.

    https://www.YouTube.com/watch?v=K2PpX0r0Nek

    Yep, just recently received my laptop repair, found to be bad cable of the lcd screen.

  • Hum/buffering sound every few seconds when the streaming videos online.

    I can't stream videos online (IE youtube, vimeo, etc.).  Every few seconds the sound will sound buffer. The photo is very good all the time. I have updated all drivers, tried to change the 16-bit sound, 440000Hz, update flash, silverlight etc. I also tried several browsers such as IE, firefox and chrome.

    I found a solution that is far from ideal, but if I disable the Realtek High Definition Audio, restart the computer and then reactivates the Realtek High Definition Audio, the sound buffer disappears. Unfortunately the its buffer returns the next time I start the computer.

    Does anyone have a more permanent solution than the deactivation of the sound system - reboot and then reactivating og the sound system?

    Cordially Oyvinols

    Hi @oyvinols

    You can reset the BIOS with this document by selecting the reload the default BIOS settings. Helping other people.

    Note Remove all USB devices. Disconnect all devices of non-essential, as these can cause some problems.

    I hope this helps.

    Thank you.

  • Sound, but no video when the stream of a file quicktime by shock wave

    When I listen to a quicktime movie into the html file hosted on localhost using the Apache Server, I hear, but no video. I saved the film quicktime as part of my casting, linked to http://localhost/~username/mymovie.mov

    When I play the movie quicktime itself in my browser, or in a projector or just on a Director, the video and audio play simultaneously. But in the browser after you convert the film to dir to html and dcr file and by hosting files dcr and html on the server, when I open the html file in my browser, only the sound pieces. Anyone have similar problems? Any help would be appreciated!

    Hi guys,.

    Here are a few quick notes on how to handle shockwave videos with my projects.

    I tend to find that video in .swf format work better under all browsers using shockwave

    easiest way:

    You can make one lump in importing a .swf video directly in your casting. (without link)

    the problem with this is that it tends to create a large dcr file for your users to download

    "preloadnetthing" way:

    Download your videos on a site url - something like www.mywebsite.com/the_programs_title/dsmedia/videos/video1.swf

    (I never use capital letters or spaces)

    file - import - internet-

    This will add the file to the list add

    media value: link to the external file (do not use block import)

    Now press import

    When this Director will try to connect to your url - and downloadable the linked file test

    If it works you should now see a new Member related video casting added to your casting

    If it fails (which mine tend to make half the time?) - try it once again until it works.

    Here I normally find property of the related videos Inspector - and change its settings - I disables loop - and of course be sure preload is not defined.

    Now comes the part of code

    To get your videos to play properly, you will need to preload them in memory, before playing them.

    (although it is possible to videos - I have never been able to get it works well - there is a whole bunch of code lingo to treat streaming videos)

    a script for a video preload swf frame *.

    on beginSprite

    floatPrecision = 2

    tellStreamStatus (TRUE)

    global gVideosName

    the value TEMP "http://www.mywebsite.com/my_program/dswmedia/videos/" & gVideosName & ".swf".

    global mynetID

    Set mynetID = preloadNetThing (TEMP)

    Set the text of the cast of "preload_results" to "0%".

    end beginSprite

    on exitFrame

    floatPrecision = 2

    global mynetID

    pStatList = getStreamStatus (mynetID)

    If (pStatList.bytesSoFar > 0) then

    pPercentDone = (pStatList.bytesSoFar * 100) / pStatList.bytesTotal

    If pPercentDone > 99 then go THEN

    end if

    Set the cast text 'preload_results' ((la chaîne de pPercentDone) & '%"))

    go to loop

    end exitFrame

    a script in frame for playback of a swf video *.

    on beginSprite

    -I create a blank "placeholder" cast member (a black filled rectangle) the same size as my video, my staging - in sprite 1

    Set the visible of sprite 1

    the puppet of sprite 1 set to TRUE

    Global gVideosName - REM the name of my bound member video casting

    the value of the castNum of the sprite 1 cast gVideoName

    updateStage

    Sprite (1). Play()

    updateStage

    end beginSprite

    on mouseDown

    Sprite (1). Stop () - This stops playback of SWF movie!

    end mouseDown

    on keyDown

    Sprite (1). Stop () - This stops playback of SWF movie!

    end keyDown

    on exitFrame

    If .playing sprite (1) = false then

    Set to false to the puppet of the sprite 1

    go to "somewhere" - REM somewhere, you want to go after finishing the video.

    abandon.

    end if

    go to loop

    end exitFrame

  • When the problems with flash will be in fire fox?

    100 times a day I have to click on the buttons to content flash is visible on Web pages

    due to this inconvenience, I started to look at other browsers, chrome allows for example to play flash without obctacles

    Hello, if you do want to allow flash manually all the time, then set it to always 'activate' in the firefox menu > addons > plugins.

    in which case it is blocked, because you are using a vulnerable version, then update the flash plugin if you are no longer exposed to exploits on each Web site you visit: https://www.mozilla.org/plugincheck/

  • Did you notice a delay when the stream to multiple airplay devices?

    I've used a wireless Airport Extreme with Apple TV and 1 or even 2 Airport Express to music streaming at 1-3 stereo systems simultaneously always without delay. Now, using only an AEx and ATV there is an echo of the notice. The system does not wait for the other Aex has become obsolete and is no longer used.

    Make sure that the Apple TV software is up to date > update the software on your Apple TV

  • Re: Buzzing/buffering sound every few seconds when the streaming videos online.

    I'm having the same problem. I followed your steps with the sound and even the glitching. Any other suggestions? Everything is updated, I use windows 8.1 it seems to be a little better on the Netflix App, but from time to time it will happen. Cannot watch Youtube or any other video. Tried to download the Youtube app to see if it is useful, and it was worse. Thank you!

    Hi @TobieJThiel ,

    Thank you for visiting the Forums HP's Support and welcome. I uninstall the current browser and download a new one for Windows 8.1. You can do this here.

    I would check here to see if there is Chipset driver updates that are needed as well as the BIOS update.

    I hope this helps.

    Thank you.

  • password not accepted when the update of flash

    Im trying to install flash player and does not not my password. Ive connected to adobe, has received a new password, logged on this page, but still can not install new player.  What should I try next?

    The password is the password for the administrator account on your computer, has nothing to do with logging on these forums

    Best regards

  • Restore the table through flash back

    Hello

    How to restore the table if we do not have back on the database.

    DB = 10g
    OS = aix

    Kind regards
    JAM

    then why we undo_retention in flashback technology.

    Because any flashback technology is based on Undo data only, except Flashback database, which requires newspaper Flashback and whose associates db_flashback_retention_target parameter; Therefore, if someone asks you something like

    Undo_retention = 15 min
    db_flashback_retention_target = 1440 min

    is confusing (especially, when you are going to compare), because the two are different. First one is bound to cancel the data, while second is for flashback logs.

    DB_FLASHBACK_RETENTION_TARGET applies only to the flashback logs that are written only if you put your DB in flashback with alter database flashback mode

    For a table of flashback, flashback logs is not necessary, only for the flashback database.

    Concerning
    Girish Sharma

    Published by: Girish Sharma October 11, 2012 19:15

  • I really don't like the new version of Firefox, when they go to restore? The idea of this layout is worse than the error Vista mircosofts.

    It is not that I don't like the change, in fact I love it. However, the open tabs and new Windows Open should return to the original format. Of course, there's a fancy transition but it is more annoying than enjoyable. I never complain about things like that, in fact this will be my first ever complaint about a browser, Explorer, I stop, and looks like I'll do it again until they have change the format of this upgrade. I do not used and I refuse to everything everyone I know feels the same way.

    What you don't like in Firefox 4 on how open tabs, windows and?

    You can cancel a large number of these changes either by activating / disabling or changing the prefs on the topic: config page or via extensions.

    You can right click on the orange Firefox button to open the menu of the toolbar or use (F10) view > toolbars.

    • Click on the entry in the Menu bar to make the menus visible bar.
    • Click "Tabs at the top" to remove the check mark and place the tab to its original position bar just above the browser window.
  • Video stops when the ix2 - dl windows or WD TV Live streaming

    When the streaming of music videos or any video of my Lenovo ix2 - DL on my WD Live TV or PC video play but then a pause then let's get a little lower. Under Windows if I update my browser window, that is as the part is not there then it reconnects, and the video will continue to play. Restarting the computer is not the problem. And because this also happens when the flow to my WD TV Live it is not related to windows.

    Firmware Version: 4.0.8.23976

    Status is fine. No errors.

    Media sharing is enabled on all shared folders.

    Media Server is enabled.

    Aggregation of media is disabled because I do not want to scan my other computers for content etc.

    Too bad. I think it has to do with the extension .flv on the videos that I listen to. I have not noticed before because I have would be just the stream to my computer. If I stream mp4, they work fine, but the flv extension does not work. These videos will be interrupted from time to time everything on my wd live tv streaming.

    Time to convert a bunch of movies.

    Thank you and you can close it.

  • My STR DN840 cannot hold a stream of high quality network

    My STR DN840 cannot hold a 320mbs network stream. The same router is attached to my TV 4K, and it streams HD content with no dropouts. The receiver is unable to maintain a stream of high quality for more than a few minutes. There is another technology of networking on the receiver?

    Continuously on my XBR65HX900A works fine most of the time. The problem is with streaming audio of high quality on the receiver of 840 DN STR. It is connected to my router via a switch that shares with the TV signal and which is in turn connected to my router via ethernet through current domestic. The speed is 8mps.

  • Can I have the Profile Manager uses the name of the device used when the placement of placeholders?

    Can I have the Profile Manager uses the name of the device used when the placement of placeholders? Currently, all get renamed 'iPad' when the device through DEP configuration.

    No, but

    I was putting new devices in groups of temporary devices and renaming in bulk, once they are configured for the user, by using user variables / unit...

    The other annoying problem would be the user modifies the device name when they connect it iTunes...

    • the %destinataire% email - address email (the EMailAddress attribute)
    • first_name % - first name (FirstName attribute)
    • full_name % - full name (attribute RealName)
    • % of guid guid (GeneratedID attribute)
    • last_name % - last name (the LastName attribute)
    • the title of the post (the JobTitle attribute) %

    -% mobile_phone % the number of mobile (laptop attribute)

    • short_name % name run (the RecordName, generally the name of the account attribute)

    The variables of the unit are:

    • % BuildVersion % - full OS version on the device
    • ICCID % - ICCID (from the SIM card)
    • IMEI % - IMEI (International Mobile Equipment Identity)
    • OSVersion % - common version number of the operating system of the device
    • ProductName % - name of the product
    • SerialNumber % - serial number
    • % WIFIMAC %-MAC address of the WiFi interface

Maybe you are looking for