Audio/Video Streaming  without FMS using FLEX 2

Hello guys,
i want to develop a video conferencing application in flex 2
without using flex media server. I want to know the possibilities
of it and if possible some tutorials and examples.
Thanks.
Nehal.

Some thinks that where helpful for me:
http://coenraets.com/viewarticle.jsp?articleId=98
http://flash-communications.net/technotes/fms2/flex2FMS/index.html
NOTE: Only try and attach the Video and start the publishing
of the video after you have a successful NetConnection.

Similar Messages

  • How to stream video from FCS/FMS on Flex 2.0?

    Has anyone figured out how to stream video from FCS/FMS on
    FLEX 2.0?
    I've been working with all the sample code I can find,
    especially the
    FLEX 2.0 samples found in the Adobe documentation, but I'm
    having a heck of a time getting any of them to work.
    If any one has any working code that streams video from
    FCS/FMS using
    FLEX 2.0 that I can work with I would greatly appreciate it.
    Thanks
    Chris S.

    Some thinks that where helpful for me:
    http://coenraets.com/viewarticle.jsp?articleId=98
    http://flash-communications.net/technotes/fms2/flex2FMS/index.html
    NOTE: Only try and attach the Video and start the publishing
    of the video after you have a successful NetConnection.

  • Audio/Video stream  &   MulticastSocket

    Hello to everybody!
    I want to send to many clients an audio/video stream (captured from mic/webcam) using MulticastSocket.
    I found in some code examples that MulticastSocket is used setting a byte array with a particular size for buffering data (sending and receiving phases).
    I want to ask you if you know what size I have to use for transmitting WELL audio/video stream captured from mic/cam. What is the best configuration?
    Thanks in advance!
    Best Regards.
    Luca___

    Hi,
    have you checked with your Internet Service Provider (ISP) yet ?
    Some ISPs make a disconnect at a specific time in order to prevent users from using it for purposes not allowed by the ISP.
    At least here in Germany this is common behaviour with most DSL provider.
    Regards
    Stefan

  • P2p audio video streaming throws permission error.

    hi,
    i am trying to do p2p audio video streaming using latest api & palyer version. But for guests, although the room has auto-promote=true, it throws permission error .
    Error: You need to have owner permissions for changing Multicast property
        atcom.adobe.rtc.sharedManagers::StreamManager/set streamMulticast()
        attraineravc/onSessionCreation()
        attraineravc/__cSession_creationComplete()
        atflash.events::EventDispatcher/dispatchEventFunction()
        atflash.events::EventDispatcher/dispatchEvent()
        atmx.core::UIComponent/dispatchEvent()
        atmx.core::UIComponent/set initialized()
        atmx.managers::LayoutManager/doPhasedInstantiation()
        atmx.managers::LayoutManager/validateNow()
        atmx.core::Application/resizeHandler()
    But when I login using my adobe developer account it seems to be working fine. (at least the above error is not show).
    What am I missing?

    Hi,
    You are trying to set streamMulticast property, and as it is a room level property you need to be a host to do that. Only users with owner role can set/unset multicast in a room.
    Its a one time setting and need not be set by each user. So removing the code that sets the streamMulticast by all guests would fix your issue.
    Thanks
    Arun

  • HTTP dynamic streaming without FMS ?

    Hi,
    is it possible to use HTTP Streaming without a Flash Media Server ?
    Cheers
    Marc

    OK , I did it !
    I event get the audio playing with the flex spark videoplayer component.
    When I try it the following it is not working :
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"
                      creationComplete="SuperSimpleFLVPlayer()"
                      >
         <fx:Script>
              <![CDATA[
                   import flash.display.Sprite;
                   import flash.media.Video;
                   import flash.net.NetConnection;
                   import flash.net.NetStream;
                   import mx.events.FlexEvent;
                   private var nc:NetConnection;
                   private var ns:NetStream;
                   //private var vid:Video;
                   private var client:Object;
                   public function SuperSimpleFLVPlayer ():void
                        // Initialize net stream
                        nc = new NetConnection();
                        nc.connect (null); // Not using a media server.
                        ns = new NetStream(nc);
                        client = new Object();
                        ns.client = client;
                        client.onMetaData = onMetaData_handler;
                        client.onCuePoint = onCuePoint_handler
                        // Play video
                        //vid.attachNetStream ( ns );September Drive by Lightrocker_1.flv
                        ns.play ( 'http://xx.xx.xx.xx/vod/September_Drive_by_Lightrocker_1/September_Drive_by_Lightrocker_1.f4m' );
                        //ns.seek( 555.664 );
                   //MetaData
                   private function onMetaData_handler ( mdata:Object ):void {
                        trace (mdata.duration);
                   private function onCuePoint_handler( item:Object ):void {
                        trace("cuePoint");
                        trace(item.name + "\t" + item.time);
              ]]>
         </fx:Script>
    </s:Application>

  • No audio video streams upon import of .mov files?

    Hi... recently upgraded OS onto Intel 240 GB SSD. Running Widows 7 64 bit, clean re-install, 24 GB RAM, NIVIDIA Quadro FX 4800. I have been trying to optimize the system for maximum GPU accelerated effects while also taking advantage of the high speed read and write of my disk. OS runs on SSD, Adobe media cache on separate 2 TB eSATA connection, Media stored on external drive USB 3.0. Without getting into the fine details this is a snapshot of my workflow.
    The few problems I am encountering are some .mov files cannot be imported to PP. Error reads no audio or video stream in the files. I suspected metadata issues so tried to import with media browser and still no luck. These files worked perfectly before I began surgery 2 days ago on my computer. I have installed the latest version of quicktime and yet to no avail. Any recommendations here regarding my issue with imports or suggestions to benefit from my hardware would be appreciated.

    MOV is a wrapper, what is inside YOUR wrapper - Exactly what is INSIDE the video you are editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    https://forums.adobe.com/thread/1070933 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

  • One way live audio-video streaming

    Hi
    First of all I want to be honest that I am a beginner with
    FMS2, actually I must have missed much not using it so far. So,
    excuse me, I am sure you will find my problem very easy to solve.
    Having a little experience with Flash I tried to do the
    following: I have 2 PC's in LAN. One of them has camera and
    microphone. I want to stream audio and video to the other computer
    - I only need 1-way live streaming audio-video connection.
    I have read some docs about streaming with FMS2 but I
    couldn't find out which of the PC's should have FMS2 (and Web
    server) - the one with camera and microphone or the other. And if
    the camera and microphone are on the server how audio and viveo
    should be captured and streamed to the client?
    I really need your help. Any idea would be appreciated.
    Thanks in advance!

    Thank you friends!
    Actually I managed to sort out the problem. And the problem
    was that I had not used before FMS at all. After I have read more
    documentation I established the connection using 2 PC-s (one to
    publish and one to plaY) and the 3-rd for FMServer and Web Server.
    By the way there was a little confusion about local and
    network access of .swf files, but now it is okay.
    Now I have a new challenge - to record published stream to
    files, for example about 30 minutes long. I want to record and
    store all them continuously - having all the records for 3 days for
    example. I am not sure now how to do that but I am working on it.
    Anyway, thank you for your assistance!

  • Video streamed from YouTube using the Apple Composite AV Cable

    I used to have video streamed from YouTube on my iPad to my TV using the Apple Composite AV Cable, this was in previous versions till the iOS 6 release, then YouTube no longer streams video through this cable :'(
    Very annoying really to miss a feature through a software upgrade!
    Please help me.

    Looks like the connector that goes into the iPad doesn't precisely connect all pins and lock the whole thing in place as well as we would think an Apple-branded product would. I discovered after four hours that if I pull my AV composite cable from the iPad without turning the iPad off (not the Apple recommended way - perhaps there's a better way, like replugging with it off?) and plugging it back in, *poof* I get video again. Now, Netflix still isn't working, but U-Tubes and photo slideshows are back with awesome-quality sound. I believe I'll get similar results when I try this on my iPhone 4.
    I guess Apple TV is really the only way to get the luxury back of being able to stay focused on your entertainment and not this equipment because this was spozed to be a movie nite for me four hous ago. I just wish Apple TV had as much content as the Roku.
    Anyway, just plug and re-plug, but don't be too hard on it. You might also have to turn widescreen off and back on again.

  • Audio/Video Stream Disconnects

    I have a problem with audio and video streams disconnecting. If I am listing to a audio stream or viewing a video stream it will disconnect everyday at the same time. I've had this problem for quite awhile now and have not been able to figure out what is causing the disconnect. Does anyone out there have a similar problem or any solutions to this problem.
    Thanks in advance...

    Hi,
    have you checked with your Internet Service Provider (ISP) yet ?
    Some ISPs make a disconnect at a specific time in order to prevent users from using it for purposes not allowed by the ISP.
    At least here in Germany this is common behaviour with most DSL provider.
    Regards
    Stefan

  • Audio/Video Streaming

    How do I stream live audio/video on my nokia N70 Music edition?

    I can't give you some code, but you should take a look at the java media framework
    http://java.sun.com/products/java-media/jmf/index.html
    Canbe interesting for you.

  • Setting up Debian server for HTTP Dyn Streaming (without FMS)?

    Hi!
    Is it possible to set up a Debian server for Http Dynamic Streaming without Flash Media Server?
    (I realize that this means video on demand only, no live streaming!)
    Are there any walkthrouhgs or tutorials on how this can be done?
    Regards / Jonas

    I just found this tread, that answers my question:
    http://forums.adobe.com/thread/747115

  • Re: Receiving and transmitting audio/video streams

    Btw, i just want to ask, how can you transfer from one computer to another computer? using what? pls tell me. thanks a lot

    hey every body i got a bit similar problem regarding ports,
    thats is i am unable to send and receive audio at the same time using RTPManager is it JMF restriction i.e transmission is half duplex or what is it possible cause if u receive i cant send and viceversa :(
    any help will be higly appreciated.
    Thanks

  • Play only audio from RTMP Live audio/video stream

    Hi,
    I am working on Flex FMS video conference app, Is there any possibility to stop video and listen only audio of a broadcaster with RTMP Live without broadcaster detaching camera to Stream and should not affect other viewers video feed.
    Thanx & Regards
    Pavan

    Actually, iTunes does this automatically. If you go to music>songs>and scroll down you should see everything in your library including music videos and podcasts. When you select the music video or podcast of your choice in the music menu it will play it as an audio file and not video.

  • Live Audio / Video Streaming Very Basic

    I need to Stream Live Audio and Video, i went through a web site, and it gives a code,
    [http://www.cs.odu.edu/~cs778/spring04/lectures/jmfsolutions/examplesindex.html#transmitboth]
    in this, i dont no how to run the application, because we should have 2 port addresses each for Audio and Video.
    how do u compile this and capture the file from else where using JMStudio.
    Please help me, i am an absolute beginner to JMF.

    Please don't take this to be offensive, but if you're not able to figure this out on your own, you have absolutely no business playing around with something as advanced as JMF. It's not a question of intelligence or insult, but simply stated, if you don't understand the concept of a URL, and you don't have the ability to extrapolate beyond the exact command-line input you've been given... you need to go and learn the basics, because you lack the grasp of the fundamentals required for advanced programming.
    With that in mind, the following is the answer to your question. If you can't understand it, it means that you lack the fundamentals necessary for JMF programmming, and you need to invest a significant amont of time aquiring those. My explanation should be quite clear to anyone with the proper Java programming fundamentals.
    AVTransmit2 is sample code that can broadcast a single media source (live audio or live video or audio file or video file or video/audio file). It does not have the capability to broadcast more than once source, which is required for live audio and video support. It is designed to take in a single media locator, and broastcast it.
    To meet your specifications, you will need to modify the main method so it is capable of passing in multiple media locators, and thus creating multiple instances of the AVTransmit2 class. To do this, you will either need to modify the command-line argument logic so it supports parsing multiple source arguments simultaniously.
    Or, you could just rip out the command-line stuff and hard-code it for live audio and video. That's the "easy" way.
    The default media locator for audio capture is javasound://0 and the default media locator for video capture (under Windows) is vfw://0

  • MUXing audio & video streams into one .mpg file

    Hi,
    Anyone had any luck using DVD Studio Pro or Compressor to take a video and audio stream and combine them into one finished MPEG 2 file sutable for use on an MPEG server? I need to do that and haven't found a way with either program to MUX audio and video together.

    Build your DVD. Each track will be a different VOB in the Video_TS folder. menus in VTS0[1]0.VOB where the [1] changes based on VOB, video/audio starts with VTS0[1]1.VOB
    They will be in the order they appear in the track layout in DVD SP (unless you change them in VTS view in DVD SP 4+) If there is alot of material you will see
    VTS0[1]1.VOB
    VTS0[1]2.VOB
    etc.
    Open the appropriate VOB in MPEGSTREAMCLIP

Maybe you are looking for

  • Problems with iPhone 3g chip?

    Hello Ok so here's the deal. We got a 3g tower put up near where I live. The morning it was in use I was able to use 3g for about 30 minutes flawlessly. Since then 3g will not hold a signal and drops down to edge when I load a webpage. I have all 5 b

  • New Macbook Pro Connects to Network but not to Internet

    I just got a new Macbook pro and I transferred everything from my old macbook pro from a timemachine backup. The internet works fine on my old macbook pro (running 10.5.8) but if I turn on the airport in my new macbook neither machine can connect to

  • Calling url from a form - err using ".value" method

    I'm trying to call url from a form, which seems to be the subject of many of these Posts. I have a form with a combo box/LOV and a button. The LOV will read a url into the combo box from a table of url's. I used the following code in the "OnClick" Ja

  • Load to data target error

    I am getting the following error message when trying to run a delta load to an ODS (below):  What is the easiest way for me to find the request? Thanks Diagnosis                                                                                Request 7

  • Oracle BI Publisher Desktop Error (MS Word 2007)

    Hi, I have problem with MS Word's 2007 add-on. I can't Log On into BI Server - i got error: "System Error &H80040111 (-2147221231)" Can anyone help me?