ActionScript 3.0 :: Broadcasting P2p Correctly?
Apr 21, 2011
Just want to be sure I am broadcasting my p2p stream correctly. I cannot play the stream so I want to make sure I am broadcasting correctly first then I will move on to worrying about playing it.
I created a netconnection. nc.connect("rtmfp://blah/multicast"); onNetStatus I check for connection success. On connection success get my webcam and audio and attach it to my stage for local viewing.
When I click Publish it makes a netgroup with the nc. On netgroup success I create a netstream with the nc.I attach the camera and audio to the netstream. On netstream success I publish. I get publish success.
Does that mean I am publishing correctly? I have no way of conveniently viewing the stream. When I try to make a new netconnection, netstream, and try play it doesn't work. I don't know if it is because it refuses to play my own stream or if I am not publishing correctly. It does say I am publishing.
View 0 Replies
Similar Posts:
Mar 19, 2010
When user first time log into site camera start the capturing and stream is saved in application folder with the streamname(straemname.flv). then user logout and then logged in then i have to append that stream in same straemname.flv filey this code i have done that task
camera = Camera.getCamera();
camera.setQuality(0,80); camera.setMode(videoWidth,videoheight,15,true);camera.setLoopback(false);
[code].....
View 1 Replies
Feb 1, 2010
usually i do Camera.getCamera but when this method is called the user is prompted with a dialog box where he can choose to allow or to deny the application access to the camera, or he could not have a camera
how can the application now whether the camera is broadcasting ?
View 1 Replies
Aug 31, 2009
I need to dispatch an event from the timeline of an embedded swf that is listened for in the main swf. So far, I successfully have the event being dispatched using the method outlined here [URL]. I'm just having trouble figuring out how to build the listener in the main swf.
View 0 Replies
Jan 8, 2012
We want to develop a broadcasting application, there would be a main broadcaster on video, with a lot of chatters. There would also be some chatters going on webcam (6 max). I'm still checking out NetGroups, IP Multicast, RTMFP Multicast, Fusion etc. but I am still lost. I also want to make sure that people who can't support RTMFP can be a part of the program by using RTMP, if that's possible right now to combine RTMP/RTMFP in such a big broadcasting application.
View 1 Replies
Jan 25, 2010
we would like to purchase Flash Media Interactive Server 3.5 to solve the following problem
1.Broadcast network internet lectures on a paid subscription,with the possibility user authentication.
2. Broadcast video and audio.
3. Broadcasting from several sources (1 camera, 2 camera, TV tuner, etc.)within a single stream with the possibility of the user to choose the viewing source, other sources at this time, you can view the preview.
4. The intended audience for 10 000 users and more. 5. Estimated flow rate of 1 megabit per second.
1. Is it possible for broadcasters to use a single server, or they need more? What configuration? 2. Does Flash Media Interactive Server 3.5 multicast? 3. How to make the system user authorization? Additional software, plug-ins? 4. How many users can simultaneously connect to the broadcast Flash Media Interactive Server 3.5 and how we calculate the bandwidth and outbound traffic?
View 1 Replies
Mar 19, 2010
When user first time log into site camera start the capturing and stream is saved in application folder with the streamname (straemname.flv). then user logout and then logged in then i have to append that stream in same straemname.flv file .By this code i have done that task
camera = Camera.getCamera();
camera.setQuality(0,80); camera.setMode(videoWidth,videoheight,15,true);camera.setLoopback(false);
video.attachCamera(camera);ns.attachCamera(camera);ns.publish(stream, "append");
when user again logged in ,the video which is saved previously start playing,I dont want start that video.I just want to show camera control
View 1 Replies
Mar 20, 2011
I am running a website similar to Ustream and Justin and i am using Linux dedicated server, that have FMS 3.5 Installed. On My site registered broadcasters can stream their live video.
I want to know how can i limit the broadcasters so that they cannot broadcast a live video more then 512bitrate in their encoder.
currently any broadcaster can broadcast a live channel at any bitrate he wants and that is consuming too much of my server's bandwidth.
View 4 Replies
Feb 8, 2011
I'm trying to create a FMS application that is broadcasting some data across connected clients using SharedObject. I want only the Application to be granted to set SharedObject properties.
[Code]...
View 4 Replies
Jun 10, 2009
I have a video capture device on a machine. I have written a windows application to capture the video from this device. While capturing, if i try to broadcast using flash it does not connect. If i'm already broadcasting and then try to capture then my windows application does not get the capture pin of the device. So, flash seems to be taking the capture pin. Is there anyway to broadcast using the preview pin on the device so that i can capture using my application. Or is there way where i can split the capture pin and give one to my app and one to the broadcaster
View 10 Replies
Feb 16, 2010
For fun I'd like to recreate [URL]. Basically i need to be able to stream webcam video from one computer to another using flash.
View 1 Replies
Dec 7, 2010
1- We want to radio broadcasting in cfm server. Do we need also install fms 2- We created a flash player as radio online player. Our problem is, when anyone open the player link, they must listen the same song at the same time. Is there any article or any advice about that ?
View 2 Replies
Jun 2, 2009
So i've created an interface for a lobby display. It's running on a 52" LCD (1280x768). I have the computer hard wired to the display (HP Laptop with standalone flash player) and have the same resolution settings set on it. Now, I built the interface on my Mac desktop and have the stage set to 1280x768.
The kicker: When i run it on the display, there's a lot of extra vertical space at the bottom. When i change the resolution to 1280x1024, it fills the screen vertically properly, but then shortens it horizontally.
View 3 Replies
Jul 7, 2009
This was created with frames in dreamweaver and the nav bar and index page movie are swf files. When you click on the pages in the nav bar it redirects to the index page. It does this the majority of the time and every now and again when you click it will go to the actual page.The way it is set up in dreamweaver, it has the nav movie in the top frame and the content in the bottom. All I did was change the old i.p address to the domain name because our host changed. I did nothing else and then this started not working correctly.I have checked and double checked all links in flash and they work from the swf but when it is loaded in the browser it does that weird linking to the index again. This is the code in flash to link to the pages:
on(release) {
getURL("http://www.fostersfreeze.com/Food.html","_top");
}
[code]....
View 4 Replies
Feb 23, 2010
I made a swf using a software some softwares allow to create swf...but i want to put in some extra buttons into it...now when i try to import the swf into the fla it wont load properly..it fact it wont load correctly into the fla...anyway i can fix it? and get it to load correctly?
View 6 Replies
Sep 2, 2009
The movie will not play the same after I embed it in a pdf. pretty sure all the right selections were made when exporting.
I have a stop in the first frame of the movie and a button to start the movie. But when the movie is opened in the pdf it has skipped that frame and it starts to play automatically.
View 1 Replies
Sep 7, 2009
I created a flash file (I will refer to this a swf.1) that plays correct when published as swf.However when I place it into another flash file the nested animation inside the swf.1 does not run.The nested animation in swf1. that does not run has a mask. Would this have anything to do with it?
View 1 Replies
Dec 1, 2009
I have a Flash movie embedded as shown below. In Firefox, the movie renders beautifully In IE7, the movie is scaled down, pixelated, and looks bad.There is no HTML aside from what you see here - no CSS or anything.
<html><body><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="500" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"> <param
[code].....
View 5 Replies
Jun 1, 2011
I have tried a million different ways, nothing works.My main website is a .php file, so I am having trouble getting it to work.I embed using[code]...but it just shows up as a white box flash. (with the flash watermark)if i load the flash directly, it works fine.my website is [url]...
View 4 Replies
Oct 30, 2011
I created an animation in Flash CS5 and tried to publish it as a .gif. For some reason,there's a dark box around the moving text, as you can see.
View 5 Replies
Apr 20, 2010
How can I set my countdown correctly? I'm counting from 33,000.00 to zero. It works in a fashion, but the minus operator appears in the textfield.
//Countdown from 33,000.00 to zero
var timer:Timer = new Timer(10);
var count:int = -3300000; [code]..........
EXAMPLE: I need something I can update with XML, to be an up-counter or down-counter depending on the variables.
//Count up from 33,000.00
var countValue:int = 3300000;
count = countValue;[code].................
View 3 Replies
Jan 22, 2009
ok, i have been working on this for a week or so, and yes it has been a week. I don't have the internet where i am from so I resorted to ebooks that I had downloaded. The problem is, is that I have made a very simple math program. You decide which operand you want to use and a randomly generated questions pops up. You answer the question and you are told whether you are right or wrong. This continues 5 times where you are graded based on percentage correct. I am not worried about taht part yet, I want to get my if else statement working correctly first.
The first frame is the frame where you choose your operand. The second frame is where you solve the problem, and the last frame is where you are told whether you are correct and what your percent so far is.I have an ebook teaching me but I have had some success in prior programming. When my program didn't work, I debugged and eventually ripped the program straight from the book. It still isnt working correctly.
[Code]...
View 8 Replies
Jul 21, 2010
I can not generate a working .swf file from my old files. It is either that I have not saved the correct file from 2005 or my cs3 is not compiling it
correctly.
View 8 Replies
Dec 15, 2010
I'm trying to build a slideshow, I don't have issue with parsing. But the main problem is I can't make it load correctly to next photo. I go that error message:
TypeError: Error #2007: Parameter child must be non-null.
at flash.display:isplayObjectContainer/addChild()
at com::handleLoadedEachThumbnail()
[Code]....
View 0 Replies
Apr 5, 2011
The script pulls in data relating to the video file (title, artist etc). but I think I may have written it wrong, but I can't see it.
The error is that it's pulling in the final line in the xml list and when I click the buttons it states that it is not defined.[code]...
View 1 Replies
Oct 6, 2009
I have used a scrollpane on my new site, it scrolls but only if you click the arrows or click in the scroll bar, if you actuall try and scroll by dragging (which people would because it's long) it vanishes![URL]
View 1 Replies
Jan 6, 2005
how to unload xml correctly. I need to unload an xml file on release of a button, then load new XML. Currently I am unLoading the initial xml by unLoading the target clip. However, when I do this not all of the assets (jpgs) that where loaded with the xml delete form the screen. The following is the code I am currently using.be great.
[Code]....
View 2 Replies
Jan 17, 2005
why doesn't this work?
[code]...
basically in english, i'm trying to say that:if color is equal to purple or orange or brown then do this, else if color is equal to red or pink or green, then do this.the error the above code is having is that, no matter what _root.currentSection is, it always goes to the first if statment, so leads me to believe i'm using the || operator wrong.
View 2 Replies
Jan 17, 2005
why doesn't this work?
[Code]...
basically in english, i'm trying to say that: if color is equal to purple or orange or brown then do this, else if color is equal to red or pink or green, then do this. the error the above code is having is that, no matter what _root.currentSection is, it always goes to the first if statment, so leads me to believe i'm using the || operator wrong.
View 2 Replies
Oct 4, 2009
I am working on a website and I would like it to have a preloader.This website is scripted using Flash CS3 and AS2.There are two scenes, one is "preloader" the other is "tsh".roblem is, the swf file does not display while it loads, then after it loads it displays the preloader for a second and jumps right into the next scene. How can I make it load the preloader scene first, then preload the "tsh" scene? - I have put this code into "preloader"Frame 1:
Code:
var loaded:Number = Math.round ((_root.getBytesLoaded()/_root.getBytesTotal())*100);
mc_slider._x = -500 + (loaded*5);
[code].....
View 3 Replies