ActionScript 3.0 :: Start / Stop Flvplayback And Live Stream?

Apr 11, 2009

I need to know how to start and stop my flvplayer and my live stream.

I think this is kind of what I need but I've tried bits and pieces of it inside of functions triggered after a certain time and its not working.[code]...

View 5 Replies


Similar Posts:


Flash 7 :: Play A FMS Stream (live Or On Demand), Either An FLVPlayback Component

Jul 16, 2009

In order to play a FMS stream (live or on demand), either an FLVPlayback component or the Video class is needed.And they require ActionScript 3 and Flash 8 or above.
 
As far as i know , Youtube, Dailymotion and Google Video stream their on demand videos from a FMS, and their players are compatible with Flash 7.
 
How can they achieve this?  If Youtube, Google and Dailymotion do that, i deduce it's possible..
 
I tried to create a Flash 7 application that plays a video coming from FMS, using a MediaDisplay component, but it doesn't work well. Sometimes it shows the video, sometimes not.So i don't think youtube player uses MediaDisplay..

View 7 Replies

Media Server :: Record A Live Video Stream Playing On An FLVPlayback?

Mar 22, 2012

How to record a live video stream playing on an FLVPlayback?

View 1 Replies

Media Server :: FMS - Automatically Switches To Live Stream Whenever We Start The Encoder?

Aug 5, 2009

What I'm looking to do is have a flash player that constantly plays a loop of videos, but it automatically switches to our live stream whenever we start the encoder. Is this possible, and if it is...how can I do this?

View 2 Replies

Media Server :: Can't My Live Stream Stop

Feb 28, 2011

My fmis server is 3.5.4 and I use flvPlayback to play the fms live stream.

I want to let the live stream stopping status after be load completed.but after I set the autoPlay=false, the fms live stream is not stopping status after be load completed.

However I try the fms vod stream as the autoPlay=false ,is can stop .

what's different the live stream and vod stream. why the vod stream can stop but live stram can't stop?

View 3 Replies

Media Server :: Why Does Audio Stop After Minute When Watching A Live Stream

Apr 6, 2009

HI installed flash media server 3.0.4 on a Windows 2003 server.I am using the default LIVE application and broadcasting to it using FME version 3.0 Inside FME I choose MP3 as the audio codec, stereo and 128kbps When I watch the stream everything works fine but after a minute (sometimes 2 minutes) the sound disappears and I can only see the video run.If I refresh the page that contains the SWF that plays the stream then the sound works again but then again after a minute the sound stops and only the video continues to play. It is important to say that this only happens when I play a live stream from a server that is located outside of my local LAN. If I play a stream from my development FMS server in my local LAN this problem doesn't happen using the same SWF and same settings in FME.Moreover, if I use the nellymoser audio codec then everything works fine and this problem doesn't happen also. The thing is that I want to broadcast a live event and it is very important that the audio sounds good (stereo and 192kbps) and if I use the nellymoser codec the results aren't that good.

View 5 Replies

Media Server :: Stop Live *Stream* Per Client, And Keep Connection (for Chat)?

Mar 10, 2012

Is it possible to stop a (live) Stream from playing for a user, but keep his NetConnection open for eg chat functionality?I only see a setBandwidthLimit to accomplish something similar to this, but then, if BW is set to 0, chat won't work.Why isn't there a built in feature to do something of seemingly common necessity like Client.stream.stop/change function to stop or change what video playback the client sees?

View 2 Replies

Media Server :: Live Streaming - Start / Stop Flash Archive?

Oct 14, 2009

While streaming a live worship service in Flash format, I'll need to archive only the sermon in Flash. I do not want to handle this in post/editing. What will I need to make this happen?

View 6 Replies

Media Server :: Close Another Live Stream B If Opening When Stream A Is Closed?

Aug 28, 2010

close another live stream B if opening when stream A is closed? Does FMS support this kind of logic?

View 8 Replies

Media Server :: Dynamic Live Stream Don't Take The Best Stream For Bandwith

Mar 9, 2010

I build a client side application where is only a FLVPlayback2.5 component and a short AS3 script.

[Code]....

My Encoder is setup with three streams: Vid: 500 kbps - Audio: 48 kbpsVid: 800 kbps - Audio: 48 kbpsVid: 1500 kbps - Audio: 48 kbps I start the encoder and everything looks fine in the log. In my browser (Safari or Firefox) I go to my html site and the stream starts after 6-8 sec. But anytime with the lowest bitrate 548 kbps and nothing look like the stream is switching to another bitrate. I tried it with the smil playlist and the result is the same. Only the lowest bitrate is plublished.

[Code]....

View 3 Replies

Media Server :: Last Few Seconds Of Stream Cut Off When Recording A Live Stream?

Aug 27, 2010

I'm having a problem with recording a live webcam stream. The last few seconds of the stream is getting cut off.
The recording is stopped with the following piece of code:
 
vid.attachCamera(null);
vid.clear();
ns.attachCamera(null);
ns.attachAudio(null);
ns.pause();
  
What could be causing this? Is the stream cut off too soon? Is the client unable to send buffered data to the server?

View 2 Replies

Media Server :: Stream A HDS Live Multi-bit Stream?

Dec 12, 2011

I'm trying to stream a HDS live multi-bit stream, it seems to push to the FMS but my player doesn't display the stream.Are these settings and files correct? The documenation is confusing on what and which files need to be edited and/or created.

Encoder settings:
Bit Rate: 150,500,700
FMS URL: rtmp://myserver/livepkgr
Stream: liveevent%i?adbe-live-event?liveevent

FMS 4.5

I see the following directories being created when I start encoding and each directory has a single file with a .stream extension in them. Are these correct? fC:FMS-HOMEapplicationslivepkgrevents\_definst_liveevent1[code].....

View 2 Replies

Media Server :: Access Log- Stream Play & Stream Stop?

May 24, 2010

I have recently installed FMIS 3.5.3. In checking the access logs I find data in both logs that display the same stream stop and stream play time .I'm not sure why the time is the same (00:19:27 example below). Videos play fine when testing from work (T3 connection). However, occasionally a very slight hesitation when playing video from home (I have cable connection). [code]...

View 4 Replies

ActionScript 3.0 :: Stop Publishing Stream And Restart The Stream

Mar 8, 2011

I am very new to action script. I want to stop the stream from publishing then later on i want to publish the same stream again. My problem is that I have 3 levels of stream processing (Ingress-Rename ProxyLimelight-AuthProxy-Live) before it goes live. User wants to stop stream from publishing and then publish the same stream when he wants in each level. User does not want to start the stream from the begining, he wants to restart the stream on the same where he stopped.

View 0 Replies

ActionScript 1/2 :: Using Start Button To Start And Stop The Scene Or Movie?

Nov 19, 2011

Here is the action scrip that I created. Correct it if you can.

Process.visible = false;
Cycles.visible = false;
stop();

[Code]....

View 3 Replies

ActionScript 3.0 :: FLVPlayback Live Update Scrubber?

Nov 25, 2010

I am building a video player using FLVPlayback and some custom controls (AS3). At the moment when you click the thumb in the progress bar the video pauses and you can drag to a new position on the track and resume playing from there when you release the thumb (this is done using FLVPlayback.seekPercent()).I need to update this so that as you are dragging the video is constantly updating to the correct frame.
 
I tried using the working that fires on release and calling it on enterframe while the thumb is dragging and everything went wrong. I can't see any reason for this to be a problem and the code so far is pretty straight forward.

View 1 Replies

Flash :: Use FlvPlayBack To Play Back And Live Videos?

Nov 19, 2010

I want it to automatically detect if there's a live video,then play live;otherwise play back.

View 2 Replies

ActionScript 3.0 :: FLVPlayback Bug On Start?

Mar 18, 2009

I'm having a weird problem with the FLVPlayback component from Flash CS3.I simply drag an instance on stage and write a source in actionscript on a frame.When I run it, and hit the play button, the video starts for 1 sec or less and automatically stops, then if I wait, the pause button goes to play again and I'm able to hit and play the rest of the video.

View 2 Replies

Flash :: As3 - Stream An FLVPlayback Through The Internet?

Jul 4, 2011

I have a video in flash in the size of 19 MB (5 minutes) and I want the user to see what that has been loaded so far, or even get an indication of what has been loaded - so he won't be stuck in a blank screen until the video loads. The quality of the video is important so I won't resize it - but how can I: stream it so the user can see what that has been loaded so far give him an indication of how long he will need to wait until it loads.
My Code looks something like this:

[Code]....

View 1 Replies

ActionScript 3.0 :: Steam RTMP LIVE Video WITHOUT FLVPlayback Component

Jul 23, 2009

I can play my live rtmp (fms) stream through the FLVPlayback component without any problems. I even figured out how to make my own player in AS2. But I still can not get a LIVE player in AS3. I keep getting "onMetaData", "Async" and "onBWDone" errors in varying combinations.Can someone, please find it in their heart to provide me with the appropriate code? Every single tutorial online is either AS2 or is for flvplayback (nc.connect goes to null).[code]

View 13 Replies

ActionScript 3.0 :: Steam RTMP LIVE Video WITHOUT FLVPlayback Component?

Jul 23, 2009

I can play my live rtmp (fms) stream through the FLVPlayback component without any problems. I even figured out how to make my own player in AS2. But I still can not get a LIVE player in AS3. I keep getting "onMetaData", "Async" and "onBWDone" errors in varying combinations. Here is my working AS2 code. I have a "linked video" thing from the library named "live_feed" on the stage.

Code:
//connect to the Flash Media Server
client_nc = new NetConnection();
client_nc.connect("rtmp://12.34.56.789/live/");

[code]....

View 3 Replies

Record A Live Stream?

Feb 19, 2011

How i can record a live stream.

I need a very simple app that will connect to rtmp and record it. The app will be on the same server as the live stream.

View 14 Replies

Live Stream Both RTMP And HLS With FMS 4.5?

Feb 7, 2012

Is it possible to live stream both RTMP and HLS with FMS 4.5?

I want flash users to have the least latency possible using RTMP, and iOS users use HLS.

View 1 Replies

Stream Video Live By Php?

Sep 17, 2011

How can i stream video live by the help of PHP like live tv? I am willing not to use flash media server. If it is must to use it then which server is free and reliable?

View 1 Replies

Media Server :: Set The Flvplayback Properly So That It Can Play Both Live And Recorded Videos?

Nov 19, 2010

I've read the reference here,but it seems to me that I can only make it work with live OR recorded videos.How can I make it work with both live AND recorded videos?

View 7 Replies

ActionScript 3.0 :: Delete A Live Stream?

Nov 11, 2009

How can i delete the Live stream that published by the client(the stream it's not working)

View 2 Replies

Text On Live Video Stream?

Feb 21, 2010

Possible to place or insert text on live video stream using the FMS?Whether with any solution or plugin.I am a web radio broadcaster and would like to have information on the screen like the station's phone number instead of having to keep reading it out all the time.

View 2 Replies

ActionScript 3.0 :: Add Metadata To Live Stream

Apr 14, 2010

I'm having some trouble finding out how you can add metadata to a live stream. I'm streaming the webcam over fms and recording it in main.asc. So far so good. I have 2 applications. One that sends data and one that recieves data. The functionality is more or less like this example. The article says: "Note: If you record the video on the server side (a functionality of FMIS), the  injected events are lso being triggered by the recorded file." That is what I want, but I have no idea how to make it happen. The problem is that I can't find any good examles for as3 and I have never looked into as2 (still new to flash in general )

View 1 Replies

Get Timestamp Of A Live Stream Recording?

Aug 7, 2011

I'm recording a lot of live streams for archiving purposes. Is it possible to somehow (programmaticly) get the timestamp of a certain point of such record?

View 3 Replies

Publish Http Live Stream?

Oct 24, 2011

When I use Adobe Flash Media Server 4.5  publish http live stream. I found a message from Server Log of Manage Servers of Adobe Flash Media Administrator Console. It says that "Failed to record live stream (disk quota exceeded)."

View 3 Replies







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