Actionscript 3 :: Get Video Resolution In A RTMFP Stream?

Oct 14, 2011

I would like to get the NetStream width/height when receiving a RTMFP stream. This is important because the video component needs different measures when, for example, the user receives a 4:3 or a 16:9 stream.

Unfortunately, the onMetaData callback for NetStream does not work as it does for RTMP streams.

View 1 Replies


Similar Posts:


Media Server :: Recording RTMFP P2P Stream By Sending Simultaneous Stream To FMS

Oct 8, 2010

Only just getting started on this whole domain of learning, so go easy!If I set up a P2P video/audio chat (similar to the sample VideoPhone thing on the Cirrus site), can I get the stream from both parties to send to a server at the same time so that I can record it? If so, would I have to use a FMS to stream it to and perform the recording (and if so which version could I get away with)? Are there any (preferably free, or just tutorialised) solutions for the recording side of things?
 
Currently it seems like the only option for doing the P2P thing is to use Stratus/Cirrus unless I use FMS4 Enterprise.
 
how effective this kind of situation can be, in terms of quality of the stream and recording? Does any of this make sense?

View 1 Replies

Media Server :: RTMFP Multicast Stream Has Exceeded Max Duration Allowed Closing Stream?

May 9, 2011

i test the fms 4 update 1 rtmfp streams multicast after 10 minutes i get this message RTMFP Multicast stream has exceeded max duration allowed; closing stream. but i do not use IP multicast

[Code]...

View 3 Replies

Flex :: Access The Remote IP Of A RTMFP P2p Stream?

Oct 4, 2010

I'm writing a communication system, using Actionscript 3 and C#. Flash is used to communicate with RTMP server and stream video and audio using RTMFP p2p, but the actual client logic is handled in C#.

What I want to be able to do, is allow users to share files between each other also using a direct p2p connection. I have got the RTMFP connection working but I need to access the IP address of the remote user so I can initiate a connection to send or receive files.

I looked at the Adobe docs but I can't see anything except how to access the farID.

Is there a way to get the IP of a RTMFP stream?

View 1 Replies

ActionScript 3.0 :: Capture Audio From RTMFP Subscribed Stream

Sep 17, 2010

I'd like to capture the audio data from an RTMFP stream to which the client is subscribed (so I get a bytearray of audio samples).The presence of the audioSampleAccess propery on the NetStream class certainly makes that sounds possibe:For RTMFP connections, specifies whether peer-to-peer subscribers on this NetStream are allowed to capture the audio stream. When FALSE, subscriber attempts to capture the audio stream show permission errors.url...But I dont see how I would do it. In the case of video, I see I could use BitmapData.draw(), and discucced url...But in the case of audio, I dont know how to address the audio data to get it into a bytearray.My instinct said this wasnt possible, but the presence of the 'audioSampleAccess' property makes me think it might be..

View 6 Replies

When FMLE Stopped,Remote RTMP Stream To FMS 4.5 With Rtmfp?

Nov 14, 2011

When FMLE stopped,Remote RTMP stream to FMS 4.5 with rtmfp?

edit  "applications/multicast/main.asc" ?
 
/**
* File: main.asc
* --------------

* The server-side portion of the multicast sample application.

* This app accepts publish and unpublish requests from FMLE, and republishes

* the live stream from FMLE into a target Flash Group.[code]..............

View 1 Replies

Media Server :: Creating One Way (A Publish B Play) Stream Through RTMFP?

Aug 17, 2011

I've noticed an issue while creating one way (A publish B play) stream through RTMFP. When I try to create connection between computers behind the same NAT (same IP) stream playing is not fired at all, but on the other hand the same code works on remote computers (different IPs).This issue arose after releasing final release of Flash Player, in a beta release everything works fine.We checked NAT settings and there are no differences for this cases.

View 3 Replies

Media Server :: AudioSampleAccess / Capture Audio From RTMFP Subscribed Stream

Sep 17, 2010

I'd like to capture the audio data from an RTMFP stream to which the client is subscribed (so I get a bytearray of audio samples).The presence of the audioSampleAccess propery on the NetStream class certainly makes that sounds possibe: For RTMFP connections, specifies whether peer-to-peer subscribers on this NetStream are allowed to capture the audio stream. When FALSE, subscriber attempts to capture the audio stream show permission errors.[code]But in the case of audio, I dont know how to address the audio data to get it into a bytearray.My instinct said this wasnt possible, but the presence of the 'audioSampleAccess' property makes me think it might be..

View 5 Replies

Video :: Pausing Streaming RTMFP?

Jun 29, 2011

I have an app that streams in video live, and archives it as it goes along.My question is this: What happens when I hit, or allow, 'pause' on a live stream, and then 'play'? Obviously the person on the other end streaming continues to do so, and my application continues to archive it, but what about the person receiving the stream?

Do they resume play from the archived copy, or do they seek ahead to the current point in the stream, missing everything they were paused for?

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

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

ActionScript 3.0 :: Video Resolution - Cuts Of Most Of The Video

Aug 9, 2010

I have an instance of the video class that attaches a web cam, I want to set the web cams resolution to 25x25 so that there are 25 blocks of colour and very little detail, I can make the video resolution25x25 but it cuts of most of the video. in the right direction?

View 8 Replies

Flex Code Video Chat Room Can Use Rtmfp?

Jun 7, 2011

I have created a video chat room by FMS/Flex. what I need to do is:

If everybody in one chat room can use rtmfp, we go with rtmfp if anybody in the chat room disabled his rtmfp, we go with rtmp.

Now I need to create a logic to decide if everybody can use rtmfp between each other, Is there a good way to do so?

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

CS5 :: Change Video Resolution In Flash?

Nov 17, 2011

I've made a small app that captures and displays the camera feed. But the problem i'm having is that the app only displays a fraction of what the camera is showing (top left part of the corner), is there a way to shrink the resolution in Flash CS5 so that the app can show the full picture?

View 3 Replies

Flash :: Video Resolution On Webpage?

Dec 8, 2009

I have flash video files to display on to website.The flv files are in 1024*768 size.But , when i am displaying the flv on website with 960*720,the video quality is not good.

How can we handle the video sizes on webpage?

View 2 Replies

Detect Screen Resolution And Video Rules?

Dec 4, 2010

What are the rules for using encoded video in flash? If the video is 30fps does my flash animation have to be 30fps?

example of detecting the overall screen resolution and using it in a variable? [the resolution of the desktop]

View 3 Replies

Flash :: Run A .flv In Full Resolution, Using The Video Class?

Dec 18, 2010

I have an application, implemented using the Flash Video class. How do I make it run a .flv video in full resolution? All videos are running in the default 320x240 resolution.

View 1 Replies

Flash :: Save Video Stream From Webcam As An Image Instead Of An Flv Video File Using ?

Jun 30, 2010

This will create an flv video file on flash media server:

var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
ns.publish("yourCamera", "record");
ns.attachVideo(Camera.get());

How can I generate an image for the current video frame every 2 seconds?

View 1 Replies

Flash :: Video Broadcasting - Stream Webcam Video From One Computer To Another

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

Professional :: Video Displaying Full Screen, On A 1920x1080 Resolution?

Sep 15, 2010

Video Displaying full screen I imported a video, which i have generated using the Adobe Media Encoder (size of the video 1080x450px). I am creating a 3 page slide show for an HD TV with a native resolution of 1920x1080px.
 
I have a new Flash file with that very stage (stage of my file is 1920x1080px). I placed a logo and then the video, positioned these two elements on the stage the way i wanted them and am trying to output them.
 
Issue: When i run the SWF file (which includes the video and the logo at a stage size of 1920x1080), the video takes up the whole screen with black lines above and below it. It almost feels as it is replicating a widescreen.

[Code]...

View 1 Replies

Flash :: Resizing A High Resolution Video To A Smaller Size?

Nov 2, 2011

My company sent me a video that they wanted us to post on the intranet.  It's a simple powerpoint video with a narrator talking about some policy and benefit changes, etc.

I tried the exporting the video in both 720(width) and 1280 format, and found that when shown in fullscreen mode, the 1280 format was much easier to read than the 720, however, we didn't want to show it on the intranet page at full 1280 by default.  So I modified the html and javascript that plays the movie so that it would show in 720 width on the page.  The problem with resizing the 1280 video into a 720 space is that the video player bar (where the play, stop, volume controls are) becomes extremely small when I do this.  Of course, this is because Flash generated the player with a toolbar optimized for 1280, so it's getting scaled down when I pack it into a smaller playing area.

Is there an solution to this that I haven't thought of?  How can I generate this movie to get the better full screen appearance of the 1280 video, but also still show the video in a smaller 720 area when the user is not in full screen mode?

View 1 Replies

ActionScript 3.0 :: Force Program To Use Fix Resolution And Change Monitor Resolution?

Feb 9, 2010

I want to know is there anyway to invisible title bar for a AS3 project? and how to force program to use fix resolution and change monitor resolution to what we want?

View 1 Replies

Media Server :: RTMFP Unicast For A Video Chat Project Using FM Developer Server 4.0?

Oct 7, 2010

I am testing RTMFP unicast for a video chat project using FM Developer Server 4.0.During the testing I overloaded the upload traffic to make packets dropped rather than suffering delay due to retransmission.
 
However, I see it makes a significant delay and it looks like doing retransmission just like RTMP.
 
Do you know if there is an option in FMS to disable the retransmission or other configuration I have to consider?One thing I found is "Netstream.videoReliable=false; Netstream.audioReliable=false;" but it doesn't make any difference.

View 2 Replies

Best Way To Stream Video?

Jun 6, 2011

I have a 100mb movie that my friend wants me to stream onto his website to the size of a youTube HD video.

He would prefer the movie to be loaded onto his host than youtube.

What are possible options?

What would you recommend in converting the 100mb to a smaller size whilst still have an acceptable quality like youTube videos. What size are we looking at for a 100mb downgraded for streaming?

View 2 Replies

Media Server :: "RTMFP" Connected To The FMS Server,but May Not Play Multicast Video?

Sep 23, 2011

the question is,a client which can use "rtmfp" to connect to a FMS server,and the connecting success,Whether Can not guarantee that the client can play the Multicast video? because the client may be behind a Special firewall So he may connect to the FMS server ,but can not  use P2P to connect to the  members those are in the group?
 
If the answer is "yes",Whether i should make a check function that make these client  back to "RTMP"?

View 1 Replies

Flash :: How To Stream Video In Php

Jun 22, 2010

I have to stream videos in my php site? how to do that. any body knows any free flash player given sites link.

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

Flash :: Use A SWF To Stream Video?

Feb 13, 2012

I'm looking to be able to embed an SWF file that will stream videos from a server

It needs to be an SWF because we are embedding the SWF in the OpenSpace Isometric world in order to display video.

View 2 Replies

ActionScript 2.0 :: Stream Video From Several Web Cams?

Oct 2, 2010

I am trying to stream video from several web cams...

View 2 Replies







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