7 Replies Latest reply: Sep 22, 2011 5:43 AM by oeann RSS

    Netstream record ok - But need help to play the record after

    oeann Community Member

      Hello,

       

      I use amazon EC2 with fms.

      I can publish and record microphone and webcam, but after i want to play the record.

       

      I use the same link that i use for publish record but i cannot access to my record.

      I see my record in the admin consol.

       

      I think that i must activate the progessive download?

      But i dont know how and where.

       

      Can you help me please?

       

      Thanks a lot

       

      Oeann

        • 1. Re: Netstream record ok - But need help to play the record after
          SE_0208 Adobe Employee

          When you say "I use the same link that i use for publish record but i cannot access to my record." - what are you using - does that link have capabilty to playback the content.

           

          Say if you are publishing to say application called "myapp" with streamname as "mp4:mystream.f4v" (assuming you are publishing in F4V container) - you should be easily able to play it back using any simple playback client.

           

          If you dont have any client - you can use hosted Flash Media Playback client present here: http://www.osmf.org/configurator/fmp/

           

          You just need to make below changes

           

          Change Video Source to "rtmp://<amazonInstanceURI>/myapp/mp4:mystream.f4v" and in Advanced tab - just choose Recorded option as StreamType

          • 2. Re: Netstream record ok - But need help to play the record after
            oeann Community Member

            thanks for you reply but not resolve my problem...

             

            i publish record with this code and is ok:

            nc = new NetConnection();

            nc.addEventListener(NetStatusEvent.NET_STATUS, nc_netStatusHandler);

            nc.client = this;

            nc.connect("rtmp://xxx-xx-xx-xx-xx.compute-1.amazonaws.com/music");

             

            ns = new NetStream(nc);

            ns.attachAudio(mic);

             

            if(webcam!=null)

            {

                    if(webcamActivate==true)

                    {

                        ns.attachCamera(webcam);

                    }

            }

             

            ns.publish("mp4:test.mp4", "record");

             

             

            and for replay my record i use flvplayback

            but cannot found my record...

             

            flvplayer.source = "rtmp://xxx-xx-xx-xx-xx.compute-1.amazonaws.com/music/mp4:test.mp4"

            flvplayer.play();

             

            in the past i was with influxis an i process with this step and work.

            then i am with fms with a server test and dont work for replay.

             

            i think that  i must activate progressive download but i dont know how in the config of server.

             

            and excuse me for my english i speak french....

             

            thanks to help me again

             

            Oeann

            • 3. Re: Netstream record ok - But need help to play the record after
              Nikhil Pavan Kalyan Community Member

              Hi,

               

              Thanks for using FMS on Amazon.

              Few quick checks :

               

              1. did you check that the recording is happening at /mnt/applications/music ? If not, make sure the dir has sufficient privileges to record.

              2. check the logs /mnt/logs to see if there are any errors

              • 4. Re: Netstream record ok - But need help to play the record after
                oeann Community Member

                thanks for reply

                 

                in my fms admin console i see my record when i start this with flash.

                After in my RDP connection i see my record in:

                C:\Program Files\Adobe\Flash Media Server 4\applications\music\streams\_definst_\test.mp4

                 

                i dont understand why i can listen my record

                and i dont see any errors

                 

                thanks a lot again to help me

                • 5. Re: Netstream record ok - But need help to play the record after
                  Nikhil Pavan Kalyan Community Member

                  Admin console confirms the initiation of the record, but unless we go and find in the dir , its not totally confirmed.

                  Did you say you are able to listen to the audio of the record ?

                   

                  Can you try with any other player that can help in viewing the recording ?

                  try this @ www.osmf.org/configurator/fmp/


                  Give the source as your stream and see if it can play.

                   

                  Thank you

                  • 6. Re: Netstream record ok - But need help to play the record after
                    oeann Community Member

                    thanks i try with your online player you give me and always say buffering

                     

                    then in up post i tell you that:

                     

                    i think that  i must activate progressive download but i dont know how in the config of server.

                     

                    do you think is the problem? and if yes how and where i must activate this in my server amazon or RDP fms?.

                     

                    Thanks a lot again

                     

                    Oeann

                    • 7. Re: Netstream record ok - But need help to play the record after
                      oeann Community Member

                      please help me to resolve my problem....