Flash :: Set The Keyframe Interval For RTMFP Streams?

Dec 15, 2011

I use RTMFP with NetGroup and Adobe Cirrus. Broadcasting settings are 320x240 with 5 fps.

However, in some cases it takes a long time for the webcam stream to appear (10-20 seconds, even if having a 1:1 connection). If the stream appears eventually, it looks like this:

I think this comes from a high keyframe interval and the subscribers needs to wait for the next keyframe, so that the stream appears properly. This happens in contrast to streaming servers, where the server caches the last keyframes from the publisher stream.

how I am able to tune the broadcasting, e.g. set the keyframe interval and other settings. Can you recommend a good setup? And, why is this issue not popular (I haven't found much information about it)?

View 2 Replies


Similar Posts:


Flash :: Flv Playback Playheadupdate Interval In Milliseconds I.e Seek To Non Keyframe?

Mar 23, 2011

I am having trouble catching events of playhead update in the milli second range . This is in regards to FLV playback of a loaded flv movie.As per the docs the seek() function seeks to keyframes,it takes time as input with the accuracy of milliseconds.i have a function called next frame where i pause the video and try to seek to a given playheadTime

function onNextFrame(event:Event)
{
if (video1.playing)[code]...........

My question is :How do i make the playhead update in milliseconds accuracy when the video is paused/stoped and seeked to a time.
How do i update the playhead in the first place when seek only seems to work to a keyframe. How do i get the seek to a non keyframe time?

View 1 Replies

Media Server :: Recording Multicast RTMFP Streams?

Dec 19, 2010

I know this question comes up from time to time, but it's completely unaddressed in the documentation and I'd like there to exist a more authoritative treatment of the subject.Like many other developers, we're trying to record multicast RTMFP streams. We see three options:

Broadcasting clients open two outgoing NetStreams: one for the multicast group through RTMFP, and another directly to FMS through RTMP for recording. One downside to this solution is that now the user has two outgoing streams, so available outbound bandwidth for any broadcasting client could easily become a constraint on video quality.One can stream to FMS 4 using RTMP and have FMS-side code that records and broadcasts the stream to the multicast group using RTMFP (recommended by JayCharles at http:url...). I haven't tried this out yet but my guess it that it will have worse video quality than a pure RTMFP solution. Is my concern justified?Super-hacky solution: one could have flash player running in some kind of virtual environment on a server. This flash player could subscribe to the multicast stream and record the video at a systems level. Has anyone tried a hack as daring as this? What solution is recommended by Adobe?It's incredible to me that FMS 4 can't act as an RTMFP consumer, thereby both acting as a multicast node and also recording the video. Can anyone at Adobe comment on this omission in functionality?

View 3 Replies

Media Server :: RTMP Streams Over RTMFP NetConnection

May 29, 2011

Let's say user A connected to the FMS server with an RTMFP NetConnection, and user B connected to the server with an RTMP connection. If I want to connect them together, would it be better if I also connect A to an RTMP NetConnection to the server?

View 4 Replies

Media Server :: Alter The VideoReliability Property Of RTMFP Streams Published By The FMS?

Mar 27, 2012

It's easy to do on publishing clients, just use:http:[url]....How do we do it on the FMS? It doesn't appear to be possible according to these docs: http:[url]...What is the default for the FMS for the audioReliable, dataReliable and videoReliable properties?

View 2 Replies

Flash :: Rtmfp Open Source Implementation Or FMS With Rtmfp Hosting?

Oct 28, 2010

Is there an open source implementation of rtmfp?Is there FMS hosting that support rtmfp?

View 2 Replies

ActionScript 3.0 :: Flash Plays One Keyframe Then Switches To 2nd Keyframe When Date Changes?

Mar 15, 2012

I have a simple flash that has 2 layers 2 images. one image is on the first frame and the other image is on the second keyframe. Actionscript starts on 1st keyframe.  What I have it doing is loading frame one stop() reads the actionscript checks the date if the date is met it goes and stops on frame 2 and plays other image:
 
Everytime the flash refreshes it plays frame one then jumps to frame 2 if the date is met.  How do I avoid playing frame one if the date is met what it's doing is playing the first image before the date change and a split second after it plays frame 2.  (you see a hiccup)
 
i need the flash to "preload, check the actionscript before it loads if the date is met automataclly go to frame 2 avoiding frame one all together.

actionscript used on frame one:

stop();
var year:Number = 2012;
var month:Number = 3;
var day:Number = 22;

[Code].....

View 1 Replies

ActionScript 2.0 :: Does Flash Execute Codes Only In The Keyframe Or It Execute Whatever Is In The Frame Regardless Whether Its A Keyframe Or Not

Mar 16, 2005

When I place some codes in a keyframe, these codes are showing on all the following frames up till the next keyframe with codes. My question is, does Flash execute codes only in the keyframe or it execute whatever is in the frame regardless whether its a keyframe or not?

View 1 Replies

ActionScript 2.0 :: Play Random Keyframe To Keyframe In MC?

Mar 29, 2006

i am creating a game now this is complex but i have been told by my fellow actioncript co worker that its doable, What it is i have a game "Reaction Tester" and It is inside a car going along the road so its psudeo 3d and i have the "walls" and road sorted now i want a movie clip in the road to throw out random objects From a Movie clip, now i will call them from frame names, say..

frame 1-10 is a tween with a box coming down and then frame 11-20 is a cat and frame 21-30 is a hole in the road Etc i want it to call a random frame to frame, to play

View 1 Replies

ActionScript 3.0 :: Determine The Last Keyframe/if A Frame Is A Keyframe?

Mar 20, 2007

i'm making a game and to score some extra performance im rendering every frame of every entity into an array of bitmapdata's the first time the frame is seen, and it works well, but its wasting alot of memory because we have alot of animations, and most of them are double framed at least, so more than half of the bitmaps could be ignored if there was a way to determine if a frame is a keyframe or not

View 3 Replies

Flash - Silverlight P2P App (In Browser) - Get RTMFP?

Apr 22, 2010

Ok so from all my research I'm fairly positive P2P is not possible in Silverlight 4 (in browser). Flash can do P2P using Stratus/RTMFP which I believe uses UDP hole punching and a Stratus server to initialize the connection. Is there any plans for Microsoft to add some kind of p2p rendezvous service in the future? Can we get a definitive yes/no on whether or not p2p is possible in SL4.

View 2 Replies

Flash :: P2P Voice Chat FP 10 Rtmfp?

Nov 3, 2010

I am using Adobe Citrus and Air. The goal is to make a voice chat application with low latency. I take the sound samples that I get from the Microphone SAMPLE_DATA_EVENT encode them in using Native Process and speexenc.exe.

The question with method should I use for the sending of the samples. I tried object repication and the latency is to big.

View 1 Replies

Flash - Difference Between RTMFP And BitTorrent?

Nov 27, 2010

What can BitTorrent do that RTMFP cannot? And what can RTMFP do that BitTorrent cannot?

View 1 Replies

Flash :: RTMFP And Firewalls/routers?

Mar 16, 2011

I would like to use Flash's RTMFP peer protocol but I am wondering if its worth developing for a mainstream audience? From what I understand it uses UDP and unless firewalls/routers of the users are configured correctly it becomes useless.

View 4 Replies

Flash :: Make A Webservice In RTMFP?

Oct 13, 2011

host in my webpage an swf, and through Cirrus I could establish a connection between two different users, that worked like a charm, BUT, I had to pass through msn the peer ID in order to establish that connection.I know that this part must be resolved by a webservice.. but, how can I make one, and, more important, how does it work?

View 1 Replies

Media Server :: RTMFP Support In Flash 4

Sep 14, 2010

I see that the new Flash Media Servers were released. Looking over the information on the product pages, Flash Media Enterprise Server 4 is the only available product that supports RTMFP connections?

We currently have Flash Media Server 3.5 and our product utilizes RTMP connections, but I've been working with your Stratus Server and RTMFP and have found that the new protocol better fits our needs. However, the price for Flash Media Enterprise Server 4 is beyond our budget. Is there any possibility that RTMFP support are/will be available in the lower levels of Flash Media Server?

View 8 Replies

Flash :: RTMFP Tutorial For Video Streaming?

Mar 17, 2010

I need to create a simple video streaming without using Flash comunicator server or other streaming server.So I am thinking to use RTMFP but I haven' t found any good RTMFP tutorial for this issue.

Do you know tutorial for Video Streaming using RTMFP ?

View 2 Replies

Flash :: Fms - RTMFP With Media Interactive Server

Nov 13, 2010

Only the Flash Media Enterprise Server(FMES) has the "RTMFP peer introduction services" [URL] influxis created SmartMesh which enables p2p in Flash Media Interactive Server(FMiS). [URL] I couldn't find info on what does the peer introduction service do, what is the difference in capabilities of FMiS and FMES and what is the difference between RTMFP unicast and RMTFP multicast. Is it possible to create a p2p rtmfp connection between two clients with FMiS assuming I have a webservice that help clients exchange FarID?

View 1 Replies

Flex :: Record RTMFP In Flash Media Server 4?

Nov 26, 2010

I'm developing an online meeting system with audio/video sharing, using Adobe Flex 4 and Flash Media Server 4. I'm using the RTMFP protocol to make the transmission of audio/video which increases considerably the performance. The trouble now is that i must record the audio/video transmitted, but i figured out that when using the RTMFP protocol the FMS doesn't operate in the channels. So, how could i make FMS record this channels?

View 1 Replies

Flash - Streaming Live Video Over RTMFP Using A Format Other Than Spark?

Aug 16, 2010

I would like to serve high quality video (H.264) between a server and a single Flash Player client with low latency (RTMFP). The single client will be controlling a robotic device and seeing the results through the video stream, so low latency is important.

Option A: The Flash Player supports low latency streaming of video between two P2P nodes via the RTMFP protocol in Flash Player 10. It uses the Spark codec to encode the video and as far as I know it is not possible to encode using any other codec in the player.

Option B: Flash Media Live Encoder does support live encoding using other codecs (On2 and H.264) but cannot act as an RTMFP peer - this option would require Flash Media Server in the middle.It seems I cannot stream video to a single client over RTMFP with anything other than Spark.

View 2 Replies

Flash :: Rtmfp NetGroup - Not All Clients See Messages Inside Group?

Jun 5, 2011

I have Flex application - it connects to FMS and joins to NetGroup named "default".So I have for example 4 clients connected to the same server in the same group. And looks like not all clients are connected to each other! Client1 sees Client2's streams and messages but doesn't see others. Same for Client3 and 4. I know UDP must not be blocked in networks in order to P2P connections work, and this can be a reason why not all members of group see each other.My question is - if there any ways to make all clients see each other? For example - if no P2P connection can be established - connect client via Flash Media Server or some proxy?

View 1 Replies

ActionScript 3.0 :: Accessing Input Text (input Text Is On Keyframe 1, Access Required On Keyframe 2)?

Jul 12, 2011

I have 2 keyframes on my timeline.The first keyframe has an input text field (instance name: inputTxt) and a button (instance name: btnTester).When the user clicks the button it takes them to the second keyframe where their text should be displayed in a dynamic text box (instance name: txtBox).I get a null value in keyframe 2.

View 3 Replies

Flash :: Mixing Two Streams And Saving Them To FLV With FMS4?

Mar 30, 2011

I'm trying to figure out how can I mix two NetStream objects into one FLV file using Flash Media Server 4. Saving one stream isn't problem but I have two concurrent streams (one is pure audio from Microphone object and second is Camera+Microphone) and I want to save them as single FLV using NetStream.publish(streamName, 'record').It will be kind of live chat but only with one video.

View 2 Replies

Flash :: Intercept Video And Audio Streams?

Sep 16, 2011

is there any Java library out there that can help intercept video and audio streams being sent through the browser?

So for example, a video starts loading through a flash player using some Flash server, the java application would listen for video/audio stream and capture and write it to video on the disk.

View 2 Replies

ActionScript 3.0 :: Audio Streams Into An Array Within Flash

Feb 7, 2011

I'm currently working on a University project which involves importing audio streams into an array within Flash using AS3. At the moment I have all of the feeds importing successfully but I need some help with the next step of assigning identifiers (i.e. names) to each array item. My plan is to link these assigned identifiers with a visualisation which will play accordingly when the stream is being imported. Below is the current code I have. The links for the audio streams have had to be removed due to legal reasons.

[Code]....

View 1 Replies

Flash :: RTMFP Successful Connection Ratio Or Percentage, AKA Adobe Cirrus, Stratus, LCCS

Oct 29, 2010

I've heard a couple of people say only 50% succeed, but that sounds suspiciously low and the people saying that are probably all repeating the same rumor. My own very limited tests with various friends & colleagues work 100% of the time, as long as they have Flash Player 10, but that's obviously not right either.

Do you have some data from a largish test or deployment of home/corporate users?

View 4 Replies

Flash :: Recording And Playback Of Multiple Video Streams?

Nov 10, 2009

I am planning an implementation for a lecture capture solution for a local university. It is supposed to record all aspects of the lecture: the presenter will be recorded using videocamera + mic, his desktop activity is captured and optionally the whiteboard is captured as well (using Mimio). These input streams arrive (as video streams) to a computer that stores the recording on its harddisk. The file format for the recording should be able the hold multiple streams (Matroska for example).

The recording will be available from the uni's website. So at the client-side Flash seems a natural choice.

The player should display the different input sources into different rectangular regions of the player. One region displays the presenter, another region displays the desktop recording.

Is it possible to use a Matroska file as source for Flash streaming? If yes, how?
If no, is there another container format more suitable for this? The FLV format can only hold one audio and one video file. Is it possible to have one Flash client receive multiple streams and diplay them in different regions of its own canvas?

View 1 Replies

ActionScript :: Flash - How To Synchronize Multiple Video Streams

Oct 29, 2010

I'm trying to play multiple video streams simultaneously. However, I cannot synchronize these videos to play at the same rate.

I have three 45-second videos in FLV format and I use flash.net.NetStream to play these videos. I call netstream.play() of these netstream at the same time (by using a for-loop). However, these videos are out-of-sync even all videos files are on my local machine.

For example, when the wall clock is at 10th second, the first video is at 7th second, the second video is at 10th second, and the last video is at 5th second.

I think it may be affected by different jitter delays when streaming. However, I still cannot find the way to solve this problem.

View 1 Replies

ActionScript 3.0 :: Live Flash Video Streams Broadcasted?

Oct 23, 2009

How are live flash video streams broadcasted? I am guessing that as the broadcast is recording, the people that are watching are watching what has been recorded to an flv file a few seconds ago, making it 98-99% live, since it is a few seconds off of the actual recording time.

View 0 Replies

ActionScript 3.0 :: Visualizing Multiple Audio Streams Within Flash

Feb 16, 2011

I'm currently working on a project which involves importing audio streams and visualising them within Flash. At the moment I have two files, one which can import all of the streams at once, continuously and another which visualises just one of the streams using an example animation I found which will be replaced at a later date. My problem is connecting the array to the visualisation so that all of the streams interact with it and affect the animation. Below is the code I have for the multiple streams with no visualisation file.

Code:
var stream_arr:Array = new Array(
"mtl2.liveatc.net/kbur",
"bos.liveatc.net/6b6",
"m1.liveatc.net/kbwi_belay",
"aus.liveatc.net/kccr",
"mso.liveatc.net/zob_cle",
[Code] .....
Note that I have removed the "http" from all stream addresses due to my low post count.

And here is the code I currently have for the file which can visualise only one stream, rather than the multiple I would like.
Code:
stop();
function goBack(evt):void {
gotoAndStop(1);
this.removeEventListener(Event.ENTER_FRAME,spectrum);
} var snd:Sound = new Sound();
[Code] .....

View 1 Replies







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