Hi I want to broadcast recorded video using flash encoder?

Hi I want to broadcast recorded video using flash encoder, or their is any other way for broadcating recorded media files as live tv?

Hi,
You can do server side play of the recorded media file. After that once any one connects to that application, that file will be played as live. Following is the code to do this:
var streamname="stream_name.flv"; //Name of the recorded media file
application.onAppStart=function(){
          application.onNCA();
application.onConnect=function(clientObj){
          application.acceptConnection(clientObj);
          trace("***Connected : "+isConnected);
application.onNCA=function(){
          trace("onCA "+streamname);
          streamObj=Stream.get("foo");  // foo will be the live stream name
                    streamObj.onStatus = onStreamStatus;
                    trace("here "+streamname.split(".")[1]);
                    switch(streamname.split(".")[1]){
                              case "mp4":
                              case "3gp":
                              case "f4v":
                                        streamPlayName="mp4:"+streamname;
                                        break;
                              case "mp3":
                                        streamPlayName="mp3:"+streamname.split(".")[0];
                                        break;
                              case "flv":
                                        streamPlayName=streamname.split(".")[0];
                                        break;
                    trace(streamPlayName);
                    streamObj.play(streamPlayName);
function onStreamStatus(info){
          trace("Stream "+info.code);
application.onDisconnect=function(clientObj){
          application.shutdown();
Anyone connecting to above app will be able to play "foo" as livestream name.

Similar Messages

  • Recording video using external iSight and audio using wired input

    I would like to be able to record video using an external iSight camera I have from my old powerbook, but I don't want the audio to record through the internal microphone...I want it to record through a wired input coming off a mixer...is this possible?

    Welcome to iMovie Discussions.
    "..is this possible?.." ..I don't think so. By connecting an external FireWire iSight camera, iMovie expects both the vision and the sound to come in down the same FireWire cable.
    If you need to use a separate audio input, you may be able to do it by connecting a FireWire-capable camcorder (..a tape-based miniDV or HDV camcorder which uses a FireWire connection to attach to a Mac..) and then feeding your mixer's output to the camcorder's external-mic input ..at very low volume, of course, so that you don't wreck the camcorder's input.
    This entails using a camcorder which does have an external-mic (or line) input. That way, the picture from the camcorder will go straight into iMovie, as will the audio which is being fed into the camcorder ..thus both reaching iMovie via the camera's FireWire connection.

  • Record video using iSight camera

    Hi all, I want to record video using my webcam on Mackbook Pro 17". How can I do that?

    Understand that the image quality will not be up to what a consumer DV camera will produce.

  • How to play recorded videos using FLVPlayback component?

    Hey Guys,
         I recorded videos using fms and i want to play them using FLVPlayback component. I've done some research but i cant find something
    useful, I tried this code :
         flvplayback.source = "rtmp://localhost/appname/instancename/video";
         this code is not working. Am i doing it wrong or something? Can anyone please point me on the right direction!
        Thanks in advance!
    Randy

    You may like to use this tutorial for your purpose:
    http://en.wikibooks.org/wiki/Beginner's_Guide_to_Adobe_Flash/Video/Using_The_FLVPlayback_C omponent
    Here, in the content path you need to put your URL, also make sure that the instance name exist and provide the FLV extension in the url.
    Hope that will help you.

  • Video Pixelation occurs while recording the video using flash player

    Hello,
    I am recording the video using flash player 9 ( using the
    flash media server 2.0 on the back end). Everything used to work
    fine in the past. The quality of the flv video was good. Now
    suddently, I have started seeing the pixelation in the recorded
    video (very poor video quality). Nothing has been changed in the
    code. However on the server side, I am not very sure if there is
    any windows update has taken place and have caused the problem with
    the codec on server.
    However my understanding is that when we record the video
    then flash player use its own codec not the flash media server.
    Can any one help me on how I can get rid of pixelation
    issues?
    Thanks for your help.
    Best Regards
    Pradeep

    Hello Melissa,
    I might not be understanding the question right, but if you
    are using Flash
    Player 6, and the Flash Player 6 video player component, you
    can resize the
    video by resizing the component on the stage (just drag and
    make it larger).
    Let me know if that works for you.
    Jesse H.
    Adobe Community Expert
    My site:
    http://www.jharding.com
    Free Blog Radio:
    http://www.tornadostream.com
    > I'm streaming video using Flash Player 6. The problem I
    am having is
    > that the
    > video will only play at a super small size, something
    like 180 x 60
    > (that's a
    > guess). Is there a way to play the video at the 320
    width that I
    > redered it as?
    > I'm using Flash Player 6 because some code that came
    with my
    > purchased Flash
    > Template does not work unless it's published to Flash
    Plaey 6.
    > Thanks in advance!

  • Record video using built in camera?

    Is there any way to record video using the built in camera on the 1.83gh macbooks, i know you can use photobooth with the newer macbooks, but on the older macbooks photobooth does not allow you this option.
    Any ideas?

    You need Quick Time Pro to record video. QT Player does not allow this.

  • Quicktime Broadcaster intermittently stops broadcasting/recording video

    I have been using QTB to broadcast and simultaneously record live events lasting about one hour.
    I am using QTB installed on a Mac mini. An Elgato Turbo.264 HD device is used for encoding.
    Video feed is from my Panasonic AGDVC30 camera. Audio is input from the microphone feed.
    Most of the time this works without problem. But intermittently, for no apparent reason I find that the video feed "freezes" and that last frozen video frame is both recorded and broadcast as a still image in place of live video. The audio continues to be broadcast and recorded just fine. So as a final movie product I often have a few seconds of audio and video followed by an hours worth of audio superimposed on a static image.
    I need help determining what is likely to be the cause of the loss of live video. Do I have my video broadcast parameters set too high? Am I overwhelming the processors in my Mac mini? I don't even know where to start to troubleshoot this problem.
    Any help is greatly appreciated.
    John

    CMCSK wrote:
    Have you read Broadcasters tutorial and FAQ website?
    Ahhh, as a matter of fact I have. What's your point? If you have something in the way of help to offer I would appreciate it. Where in particular in the QTB tutorials and/or FAQ is there anything that deals with the question I've raised? If you could point me to such information then your input would be helpful.
    I am quite familiar with the QTB technology. I've been successfully streaming live video for nearly a year. I have a specific new problem that I need help with. And as far as I can tell there is nothing in the Apple documentation that specifically addresses this problem. That is why I am here seeking help.
    John

  • Unable to play recorded video using BB multimedia api in other platform

    Hi all,
    I am new to Blackberry application development. The application I am developing it is required to record a video using multimedia api.
    I am using
    video encoding : MPEG-4
    audio encoding : AMR
    res : 320 x 240
    Device using Curve 8250
    It is the same encoding combination BB curve use to record a video from default recorder.
    _player = Manager
    .createPlayer("capture://video?encoding=video/3gpp&width=320&height=240&fps=12&video_codec=MPEG-4&audio_codec=AMR");
    After recording it from my application I am able to play the video in vlc even in BB devices. But when I am trying toplay in android,J2ME and iPhone platform. It is unable to play the video..Can anybody help me out in this regard.
    I am really in trouble. I need your help .
    Thanks in advance.
    Regards,
    Angan

    In my experience if windows media player plays it(the mpeg4), it will not be compatiable with quicktime. At least if you do not go installing the codecs to read ISO mpeg 4 (.mp4 is the standard extension that quicktime puts on the files). Another thing to check is if you are creating ISO compliant files. The mpeg4s that windows media reads by default are not ISO compliant. You also need to keep in mind that Quicktime is a simple profile mp4 and main profile mp4 player (although not all b frames are compatable with quicktime). See http://en.wikipedia.org/wiki/Quicktime for a basic overview of the profile support. I suggest that you try playing the media with free softwares such as vlc http://www.videolan.org/vlc/ and mplayer http://www.mplayerhq.hu/design7/news.html and check that the format and codecs are correct. Although they will play non standard files they will list the codecs in use (make sure that you are using ISO compliant standards as you can put more than MPEG 4 in mp4).

  • How to deinterlace live video using flash as a broadcaster?

    I am trying to replicate the deinterlace functionality that is available in FMLE in a simple flash broadcaster that is hosted on my website.
    I have built a flash broadcaster (using Flash CS4 and AS2) that connects to my FMS server with the aim that people can stream live video to the site. That all works OK; however, I would like to be able to implement a deinterlace option like that which is available in FMLE. Any clues?

    go here: http://www.progettosinergia.com/flashvideo/flashvideoblog2005.htm and scroll until you see the blog entry from the 26th of September.
    There is no direct link to the post.. But the solution he provdes should do the trick.

  • How I pick and record video using UIImagePickerController : iphone

    Hi All
    I want to pick a video from iphone for my application for uploading on web
    I am using the UIImagePickerController for it.
    for for opening picker
    <pre>
    UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init];
    imagePicker.delegate = self;
    imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
    imagePicker.mediaTypes = [[NSArray alloc] initWithObjects:(NSString *)kUTTypeMovie, nil];
    [self presentModalViewController:imagePicker animated:YES];
    </pre>
    It open the Photo library and only show the movie type content
    Now I have question
    * and how we get the video when I select the video then it ready to play and then when I click on choose then its compression nothing happen .. even I am not able to cancel it.
    * As we have seprate folder in iphone then how we open video folder
    Message was edited by: amitbattan

    I don't want to capture video , I just want to pick video file from library
    Message was edited by: amitbattan

  • Record video using webcam in webapplication

    HI all,
    I have a requirement like, need to record video through webcam in my webapplication. can u please guide me how can do that. i dont know anything how to do this. please guide me in solving this requirement.
    thanx in advance

    API
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/]
    Examples
    [http://www.cs.odu.edu/~cs778/spring04/lectures/jmfsolutions/examplesindex.html]
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/index.html]

  • Cursor disappears when a video using Flash is in Safari

    Hello,
    My cursor disappears whenever I'm on a web page (using Safari) that uses Flash for video. It is 100% repeatable on any Flash/video website. On my other machine (an iMac running Snow Leopard) this does not happen.
    If you would like to see what I'm talking about, as an example, go here:
    http://vimeo.com/
    Let the page load so that the "introductory" video can play. While it's playing, move your cursor anywhere on top of the video that's playing and watch it disappear. It's hard to find it again.
    Any thoughts? Thanks.
    (I'm using a MacBook Pro. Operating system is 10.7.1 Lion. All software updates are complete. The battery is charged, the computer is turned on, and it is plugged into electricity. I did a search of this forum and found one other question regarding this same topic, but nobody had answered it.)

    The behaviour I get is that if the cursor is left on top of the video, it disappears after a second or two. As soon as I move the mouse or trackpad, it reappears.  Which is exactly what I would want to happen.  Perhaps when you are "waking up" the cursor you are doing so with a large random movement of the trackpad? It only takes the slightest movement to make it reappear more or less where you left it.
    There is, of course, always the option of parking the cursor somewhere else on the screen where you will not lose it. 

  • Streaming Live Video using Flash Media Encoder/Flash Media Streaming Server

    We currently get a video feed from local cable channel that gets streamed live to our internet website. It gets encoded first on our Windows 2003 server running Windows Media Encoder and then gets published on another Windows 2003 server running Windows Media Services. We are trying to replace these two servers with another solution and the two things driving this project are:
    1. These two servers are coming to an end of life cycle so we need to replace the hardware and upgrade the OS.
    2. They currently only support Windows compatible file formats. Just like other organizations out there, iPAD users are popping up and they want to view these video streaming from their iPAD.
    That's why we are looking at Adobe Flash Media Encoder3 and Flash Media Streaming Server 4.5. My questions for the experts out there are:
    1. Can Adobe Flash Media Encoder and Adobe Flash Media Streaming Server can replace our current solution?
    2. Do we need both Flash Media Encoder and Flash Media Streaming Server or can Flash Media Streaming Server also can encode video feed?
    3. Can Flash Media Encoder and Flash Media Streaming Server can run on the same server?
    4. Our Windows Media Services server also has few on-demand publishing points along with a live video streaming. Can above mentioned Adobe products support having live streaming publishing point along with on-demand video publishing points?
    5. Does Adobe Flash Media Encoder only support Flash and Quicktime or does it also support .wmv?
    I called the sales to find the answers to these questions but he basically read the features listed on the Adobe product website and couldn't really answer these questions.
    Any help in find the answers to these questions will be greatly appreciated.
    Thanks you.

    FYI - I was able to do it by using the "onFI" handler of the embedded NetStream object.
    myVideo.addEventListener(fl.video.VideoEvent.STATE_CHANGE, onVideoStateChange);
    function onVideoStateChange(evt:fl.video.VideoEvent)
      // trace("State = " + evt.state);
      if ( evt.state == "playing" )
      if (!ns)
      ns = myVideo.getVideoPlayer(evt.vp).netStream;
      ns.client.onFI = onFIHandler;
    function onFIHandler(infoObj:Object):void
      var ts:String = infoObj.st;
      trace("system time: " + ts);
      ExternalInterface.call("updateTimeStamp", ts);

  • Stage Video Using Flash Builder 4.51

    Hi,
    I am using Flash Builder 4.51, and I cannot get StageVideo to run. My machine is capable of playing StageVideo as I tested the Big Buck Bunny example and saw the change when flicking between StageVideo and normal Video.
    Flash Builder shows that the build that I have is 4.5.1.313231. All the tutorial examples I have seen are built using Flex Hero build 18623 which I believe is earlier. So my question is was StageVideo removed somehow when Flash Builder 4.5 and 4.51 were released?
    If it should work on 4.5.1, can anybody give me some tips on what to check or provide some minimal code and instructions to get the expression stage.stageVideos.length to be something different to 0?
    I have changed made sure the wrapper uses wmode="direct", I am using version 11 of the Flash Player, I have a parameter on the compiler for " -swf-version=11".
    When I export the swf from Flash Builder to my web page I still can't get StageVideo to work either locally or on the server.
    I've run out of ideas with this one.
    Any ideas?

    Hi Claudiu
    I'm glad its working for you, that's encouraging.
    I'm just trying to confirm that we are using the same setup. When you say you have installed the eclipse plugin, does that mean you install Flash Builder or are you using the Flex SDK through eclipse? I agree that FP11.2 is not the issue since StageVideo works if I run the Big Buck Bunny example.
    Also, just to confirm we are talking about the same thing, if you create a new project in Flash Builder and put in the following two methods, are you able to get the "str" variable in the second method to show "Available". If so, what additional steps do you take after create project?
    protected function application1_creationCompleteHandler(event:FlexEvent):void
         this.systemManager.stage.addEventListener(StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILAB ILITY, onStageVideoState);
    private function onStageVideoState(event:StageVideoAvailabilityEvent):void
         var str:String = event.availability;

  • S video with Flash Encoder 3.2

    We stream a great number of events for clients around the country.  We have just transitioned from Windows Media Encoder to Flash Encoder 3.2.  Is there any work around for those clients of ours that use S video out of their cameras.   Flash Encoder does not seem to work when the video output is through an S video plug.  In Windows Media Encoder you could configure the encoder for eitehr composite or S video.  I do not see this option available in Flash Encoder 3.2   Am I missing something?  Any help would be much appreciated.
    Thank You

    The option for using s-video or composite should be done on the grabber-card in youre computer.
    widthout more information about youre setup, my only tip for you would be to start FMLE, select youre grabber card, and click on the button to the right, with an wrench on it to change settings on the card.

Maybe you are looking for

  • Urgent issue REPORT FOR ALL MATERIAL BASED ON STOC TYPE

    Hi I want report for based on stock type i want to check the stock for all mterial with  stock type "quality inspction" i want that type of material documents is it possible to see the report regards sesidhar

  • HP CM1312MPF drivers don't work via Windows 7 but works fine via Linux dual booting

    HP CM1312MPF drivers don't seem work using Windows 7 (64-bit) .  Original HP drivers CD now lost. Current drivers were downloaded from HP's website. (This webpage has a number of drivers and most 64-bit ones have been tried. Prior to my Windows re-in

  • Using AnyConnect as wireless supplicant

    Hello All, I used to utilize CSSC as a wireless supplicant on my machine when I had windows XP. I tried yesterday to install it on windows 7 (I tried vista version) but it does not seem to work with windows 7. I was searching and I found somewherein

  • Removing the BC generated JS and CSS files from pages

    Hi, We're working on a feature to allow you to generate pages without our styles and JS files. This is what we're planning to build, we need feedback on some automated JS/CSS generation for some pages and modules. We will add one flag per "Page Templ

  • Display Blob content in Apex

    Hi folks I hope you can see HTML Expression code now. I have PDFs stored in BLOB columns along with FILE_ID column in the database. I want to display these to the APEX user on the page at runtime. I have created a SQL Query report page to display FIL