Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
slongbons #1
Detecting if a live webcam is actually streaming
I built a live webcam broadcaster and receiver using my Flashcom server and
[url]http://www.macromedia.com/devnet/flashcom/articles/broadcast_receiver.html[/url].
The webcam works fine. But I am having trouble detecting if a live video
stream is actually playing from my flashcom server. I am using the netstream
onstatus handler to check for "NetStream.Play.Start."
The problem is, even if the stream is not playing, or I enter garbage into
ns.play() I still get "Netstream.Play.Start" from the handler as long as there
is a valid net connection.
I want to show my users alternate content if the stream is not actually live.
Right now users just see a blank area if the stream is down.
Is there some other way to know if a stream is actually live from the flashcom
server? Perhaps there is some server code that I need?
Thanks!
slongbons Guest
-
Broadcast Live Webcam to public website
I am looking for some support information on setting up a webcam for my restaurant. I have Flash Media Encoder working fine on the local machine... -
viewing live video from webcam with FMS
Hi, I wrote the following code to view a live streaming from my webcam with FMS installed and started : import flash.media.Camera; import... -
Live webcam stream with FMS!
I've been trying to stream my webcam so i can view it on my website. I'am using Flash Media Server and I have created both my broadcaster... -
FMS Newby - Live webcam
Hello everybody, I'm newby in Flash Media Server, so understand mi ignorance, please. I need to do an aplication with two parts: 1. Live... -
Webcam streaming - seperate pages?
Hi all, I am a newbie in the Flash scene, but i have several years experince with VBScript, Jscript, JavaScript etc. I am trying to develop a... -
JayCharles #2
Re: Detecting if a live webcam is actually streaming
There's a couple of ways to do it. I like to check the FPS of the video. If the FPS is zero for more than two seconds, then no video is playing.
JayCharles Guest
-
slongbons #3
Re: Detecting if a live webcam is actually streaming
Argh, I should have thought of that. Works great though. Thank you very much for the response.
slongbons Guest



Reply With Quote

