-
1. Re: Netstream record ok - But need help to play the record after
SE_0208 Sep 20, 2011 7:30 AM (in response to oeann)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 Sep 20, 2011 3:56 PM (in response to SE_0208)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 Sep 20, 2011 4:55 PM (in response to oeann)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 Sep 20, 2011 5:10 PM (in response to Nikhil Pavan Kalyan)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 Sep 20, 2011 5:16 PM (in response to oeann)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 Sep 21, 2011 4:31 AM (in response to Nikhil Pavan Kalyan)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 Sep 22, 2011 5:43 AM (in response to oeann)please help me to resolve my problem....



