Preview Live Video Encoding Settings

Oct 13, 2009

I am working with an AS2 application that was put together a while back.  The app is used to publish a live video stream to FMS.  I am using the Camera class to connect to a local camera (Camera.get()) and to setup the encoding specs for the stream that is to be published to FMS.  To preview the camera signal, I am using Video.attachVideo() to attach that camera output to a Video instance on the stage.  This is all working greta for me. But here's the thing.  The video stream that is being pumped to the Video instance is the direct signal from the camera.  Nice and clean.  I seem to remember that there is a way to view the video signal with the encoding settings applied to it.  It's just one little line of code, if I remember correctly.  However, I can't seem to find the code that will do that.
 
Can anyone quickly share the code that will allow me to preview the encoded video stream?

View 1 Replies


Similar Posts:


Media Server :: How To Secure Live Encoding On FMS

Dec 17, 2009

After installing FMS 3.5.1, anybody can use my server for live enconding. How can I configure the server to authorise live encoding only from subdomain 1234.4567 or by a password?

View 3 Replies

Media Server :: How To Secure Live Encoding

Jan 26, 2010

We just found out someone is bouncing a pirated feed off our FMIS 3.5.2 server. after months of not having to look at this thing (and not remembering crap about parts of the setup), I'm trying to discover a few things.
 
First is, how do we tell FMIS which vhost allows live encoding?   Second, as I look at the logs and logger.xml, I'm trying to tell how to force it to show the ip's of inbound/outbound traffic.  Think I'm doing the right things to the file, but the log for the application/entry point the pirate is using doesn't show what I believe I configured to be the fields that should show up in the log.   Finally, trying to figure out how to force authentication of media encoders talking to the server. I'm scanning the online help docs, etc. trying to remember all this stuff.... but if anyone can say "look at this page in the pdf, and this page in the online" to affect what I need to do to lock this up quick,

View 3 Replies

Media Server :: FME Disconnects Randomly While Live Encoding?

Apr 21, 2009

when doing a live encode with Flash Media Live Encoder 3 to FMS 3.5, the encoder disconnects randomly after 1 to 8 minutes.It takes about 50 seconds for the encoder to recognize the lost connection, then it re-connects. I tried to encode from different locations, but the problem remains.

View 2 Replies

Media Server :: Protecting Live Stream Encoding URL

Apr 21, 2010

We set up a Flash Media Server and we are trying to figure out how to protect our live encoding url. Seems like anyone with a Flash Media Encoder and who knew the location of our server could publish a live stream.

View 13 Replies

Media Server :: H264 Live Encoding In Flash Player 11 Slowly?

Oct 21, 2011

I am using the new Flash Player 11 ability to encode H264 video within the Flash Player. I am streaming the webcam via RTMP to a FMS. I am using the following settings:H.264 BaselineLevel 5.1Keyframe freq. 5 seconds25 FPSInput size: 1280 x 720 (720p)Output size: 1280 x 720 (720p)Bit Rate: 1000KbpsWhen I am using these settings with FMLE 3.2, the final stream plays very fluent with a good amount of FPS. If I am using Flash Player 11 for the encoding job instead, the final video is not as fluent as before and achieves less FPS (maybe 5 FPS).So the question is: is Flash Player 11 not as good as FMLE 3.2 or am I missing some configuration?

View 2 Replies

Media Server :: Live Encoding H264 To FMS Via Ffmpeg Command-line Or Java Code?

Feb 3, 2010

We just shipped Xuggler 3.4 this weekend which now has the ability to record and publish RTMP streams.  That means you can now write Xuggler (a Java API for encoding and decoding video) programs that can publish to FMS or record from FMS.
 
We've worked closely with the FFmpeg team to get the core RTMP stack into that project, and have put together a tutorial on how to use FFmpeg to record or publish streams, including re-encoding media to H264/AAC while publishing. 

View 7 Replies

ActionScript 3.0 :: Component With Live Preview?

Feb 18, 2009

There seems to be very little information on developing a custom component with live preview.So far i've created a swf whose application class extends UIComponent.I've also created a custom component.Then I've added the Live Preview field in the custom component's Component Definition.What I would like to do now is reposition elements within the preview swf when the user resizes the component.

To do this i need to know two things - 1 what event to listen for when the user resizes the component, and 2 the current dimensions of the resized component.

1. My only success was that ComponentEvent.SHOW seems to dispatch when the user resizes the component. (i had no luck with any of the RESIZE events - Event.RESIZE etc)

2. However the width/height properties don't seem to change on resize, they stay at the original dimensions of the component.

View 3 Replies

ActionScript 3.0 :: Component Live Preview Detection?

Dec 15, 2010

I've created a class in AS3 which I've linked to a component in Flash CS5 and exported as a SWC.  That SWC is then loaded into my main flash file and used inside some movieclips.  The issue is that I want some code in the class to be used when using the component in Flash CS5 (for previewing purposes) and some code to only be used when running the main swf.  Is there any way to detect when the class is being used in Flash CS5 vs being used when running the swf?

WikipediaWictionaryChambers (UK)Google imagesGoogle defineThe Free DictionaryJoin exampleWordNetGoogleUrban DictionaryAnswers.comrhymezone.comMerriam-Webster<>0wvcidfjoguarmL

View 1 Replies

Professional :: Live Preview Movie Clips?

Jan 4, 2011

I have a project with a bunch of movie clips. Each movie clip has it's own animation. The problem is I can't see the movie clips on the stage, I have to test the movie. Live preview is checked, but greyed out. Is there anyway to live preview working on main stage?

View 2 Replies

ActionScript 3.0 :: Custom Components - Implementing Live Preview?

Oct 6, 2010

I want to develop custom components (that show up in the Components panel) which a Flash designer can drag onto the stage and use the Component Inspector to customize it to their liking (inspectable parameters, I believe they are called). I'd also ideally like to implement a Live Preview so they can see their adjustments live on the design stage.

Does anyone know a good resource for learning the correct way to do this? I've found one that used to work in CS3 but now that I am on CS5 it isn't happening for me: [URL]. There's also the "official" Adobe blog post, I think the previously mentioned article gives it an appropriate shout-out for being "long and cumbersome". It seems that this should be a pretty popular technique.

View 4 Replies

IDE :: Component - Create A Movie Clip And Set The Live Preview

Oct 9, 2009

I'm having a problem with component live previews. If I just create a movie clip and set the live preview, all instances of the clip i put on stage update separatly from each other (their live preview that is). As soon as I change the clip to a component (export .swc or compiled clip) all the instances update together. eg if i set the component parameter 'title' - all titles of the all the instances on the stage will change. This didn't happen when it was just a movieclip - all instances changed separatly as i set them.

View 1 Replies

Media Server :: Camera Settings Are Not Same After Live Recording?

Jan 25, 2010

I have an application where it records stream from my webcam, stores it in fms 3.5 application folder.
 
Recording is fine, I am using camera.setMode() method to set the width and height properties for the recording.
 
for eg: cam.setMode(388,284,15,false);
 
But when we check for the recorded video i am getting the widht and height as 352 , 264. even after changing the faovare boolean to false.
 
how i should set the camera so that the recorded video is of same size which i have given.

View 4 Replies

Media Server :: Best Settings While Receiving Live FMS Stream?

Feb 8, 2012

I am developing a live audio-video application using FMS 3.5. Any best possible settings i should use for playing a live netstream at the receiver side like what buffer time I should use etc?

View 2 Replies

Professional :: Live Preview Not Displaying If Added To Existing Component?

Feb 22, 2010

I've created a swf for a component live preview. The live preview appears to work ok when creating a new component, and setting the live preview in the component definition panel.

When I update an existing component definition (in a separate component library FLA) the live preview does not work. The strange thing is if I copy the entire (component FLA) library and paste it into a new FLA it works fine (although in doing so I receive a whole bunch of errors in the output window saying - Plugin tool script error in method ik_isIKContainer).

View 1 Replies

Video Encoding For Alpha Channel

Jan 20, 2010

I am experimenting with video using the alpha channel capability of the FlashCS3. I followed the tutorial on the gotoandlearn website on how to create chroma keyed video. I exported an avi video file having removed the background. Ive used Flash video encoder for VP6 and flash player 8 with encode alpha channel ticked. However my swf is not showing the video, just a white blank where it should be. It puts out the audio only.

This is the log file.
FILE SUCCESSFULLY ENCODED
- Source file: C:downloadsflash greenscreenvideoscreentestalpha.avi
- Output file: C:downloadsflash greenscreenvideoscreentestalpha2.flv
- Video codec: On2 VP6
- Alpha channel encoded: yes
- Deinterlace: no
- Frame rate: 25 fps
- Key frame interval: 50 frames
- Video data rate: 40 kbps
- Width: 720 pixels
- Height: 576 pixels
- Audio codec: MPEG Layer III (MP3)
- Audio data rate: 16 kbps (mono)
- FLV duration: 00:00:10
- Encoding time: 00:01:00

View 1 Replies

AS3 :: Flash - How To Perform Encoding Of A Wave File Into Base64 Encoding

Aug 1, 2011

I need to perform encoding of a wav file into base64...

View 2 Replies

Professional :: Encoding Video At A Larger Size?

Feb 11, 2011

Given:I encode video at 600kbpsI set the video to display by default at 448x336 (4:3)Users can set the video to display at full screen (let's say full screen = 1280x960)I can only provide one video resolution to cover all scenarios .Is there any logic to encoding the video for the larger size of 1280x960? Am I wrong in thinking:

Video encoded at 1280x960 and displayed at this size will look better than video encoded at 448x336 and enlarged to 1280x960; andThere will be minimal difference between video encoded at 1280x960 (and shrunk to 448x336) and video encoded at 448x336.

View 10 Replies

Flash :: Standard Practices For Video Encoding?

Feb 22, 2010

Are there any standard practices for Video encoding, streaming, etc?

View 1 Replies

Flex :: AS3 Video Encoding At Runtime With High Compression

Sep 15, 2010

I need to compress video image data (lets say a display object) in AS3 to a Byte Array with high compression at runtime. Framerate only needs to be around 5 but 1024x768 video needs to go to < 40 Kilobyte per Second without the quality being too bad. I wrote a custom encoder and got it to around 80-100 Kilobyte per Second for 1024*768 which still is too much and I don't see a lot of improvements to be mad to my encoder.

Using JPG or PNG Encoder gives way higher KB/s. Is there any open source way to to decode and encode video in as3 at runtime ? E.g. a H.264 as3 encoder and decoder ? Or other codecs? Or maybe a C# source code of h.264 encoder and decoder ? I think I could port it to as3. Doesnt need to be h.264, just something with good quality when running at 5 Frames/Sec and 40 Kilobyte...

View 2 Replies

Professional :: After Encoding In Flash Video Encoder (with Adobe AIR) The Interlacing Does Not Appear?

Feb 1, 2010

I am having an interlacing issue when I load my .flv files up to my site.The strange thing is that when I watch them after encoding in Flash Video Encoder (with adobe AIR) the interlacing does not appear.  I can't understand why the interlacing issue would appear once the videos are loaded up to the site and yet they look perfectly crisp and clear when I watch the completed .flv's in AIR.  I didn't de-interlace the videos the first time I created the .flv's but that shouldn't matter since they play fine in AIR right?  Of course I can go back through and de-interlace them, but I want to make sure that this is the problem before I take the time to re-encode them all. 

View 1 Replies

Flash :: Flex - Live Preview On A Flex (compc) Generated SWC

Jul 20, 2009

Does anyone know what criterea Flash uses for discovering the Live Preview class for a Component? Background We are attempting to automate the creation of a SWC that contains a component to be used from Flash. We are able to make it visible to flash by modifying the manifest.xml and wiring up the component definitions. However, the component cannot be dragged onto the stage (or library), presumably because it has no form of LivePreview. To give better clarification of where we are coming from, we've noticed the following in SWCs exported from Flash (using swfdump):

fl.livepreview.LivePreviewParent contains the same mod attribute as the visual component in the manifest.xml file fl.livepreview.LivePreviewParent is exported as a symbol The short-named component (ie. no package, referenced in the components definition in the manifest.xml) is exported as a symbol However, I can see no other differences between that and the SWC from Flex. We can obviously use JSFL to perform the task, but we'd rather not install Flash on the build server.

View 1 Replies

Add A Preview Picture To Video?

Jun 8, 2009

I've imported an offline video to my Flash CS4 movie.As it is, the video window is black with the play controls.How do I make it show a snaphot of one of the video frames so it's clear what the video is about?

View 1 Replies

ActionScript 3.0 :: Video Skin Work And Play Video Locally And NOT Live?

Jul 31, 2009

Why does my swf's skin referenced by a simple component FLA work locally but NOT live? There's no AS3 in the component FLA. It's just a one-layer component referenced to the the FLV. When I test locally, IN FLASH CS4 ONLY, and click on "Animalia - Verse From the Zoo" the FLV and skin load and the video (source FLV - "Sequence01.flv") plays. But the same thing live only loads the swf for the FLV file area but NO SKIN. Try it yourself, please:Has anyone had this problem and knows the solution? All files are in the SAME FOLDER on the web server. I've tried every URL and path combination I can think of on the website. I've tried referencing the whole URL.

Yet whatever path combination I try, either nothing happens, or I just get the FLV box but no skin. Which is what's happening now. Publish settings are set to Flash Player 10 for all files. And I've tried the component SWF WITH and WITHOUT the fl.video package (import fl.video.*. No difference. Why does the skin load and play locally but not live? It's all AS3. No AS2. And it does not seem to be a "publish settings" issue as far as I can see. The relevant code in my API is:

var AnimalFLVLoader:Loader = new Loader();
AnimalFLVLoader.contentLoaderInfo.addEventListener (MouseEvent.MOUSE_DOWN,fAnimaliaVOn);
Animalia2.addEventListener(MouseEvent.MOUSE_DOWN, fAnimaliaVOn);

[code].....

View 9 Replies

Media Server :: Streaming Video Live With A Video Camera?

Sep 17, 2009

I am looking to broadcast live video and need a camera that is better than a simple webcam. It looks like they used to make video cameras that would register as webcams, but stopped making them.If you wanted to broadcast an event live, what would be a good camera to use?

View 5 Replies

ActionScript 3.0 :: Video Preview On Rollover?

Nov 24, 2009

Does anyone know how this site might have done their video rollovers?

[URL]

I'm building a site which will incorporate a CMS (possibly FlashMoto) and am trying to find out if its possible for the 5 second clips to be automatically created from the original videos? Or perhaps another way of doing it?

View 10 Replies

Professional :: Video Preview Thumbnail?

Mar 2, 2011

Using Flash cs5I have a simple swfnothing on the stage except a video (flv) playback component.I dont want it to autostart which i see the paremeter for and have set that to uncheckedBut I would like pick a place in the video to be the thumbnail image for the video that people see instead of just a black box. I dont see how to do that.Is there any way to have them see a thumbnail image in the video player instead of a black box when i dont want the video to autoplay?

View 2 Replies

IDE :: Preview Image For FLV Video Component?

Dec 30, 2005

I have FLV video component waiting for the user to push play. However, I want a thumbnails that I can stick in there because it is just black. How does this work with the FLV playback component? I can't find anything about this.

[URL]

View 4 Replies

Preview Video In .html Doesn't Work?

May 2, 2009

I have a video that does play when I preview it in Flash, but does NOT play when I preview it in .html.  I've gone over the publish settings, and I think they are correct.  This was working fine awhile back, but isn't working now. 

[URL]

View 3 Replies

ActionScript 3.0 :: Dynamic Rollover Preview Of A Video?

Jul 1, 2010

want to be able to do is have a preview image pop up while hovering over a part of my videoplayer (the seekbar), and have this image change based on where the mouse is. The ultimate effect is that users can roll over the seekbar and get image previews corresponding to where they mouse is in the seekbar. I've seen this on some sites, but am not as to go about tackling it.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved