Media Server :: Pulling A Stream From External FMS And Publishing In Multicast

Mar 21, 2011

I'm developping a FMS 4 application that read an external stream, and then, republish it in multicast: 

1.- So, first of all I open  a NetConnection to the remote application. And I associate it to a new Stream created in the application. Then I have the stream available in my application.
 
nc = new NetConnection();
nc.connect(REMOTE_APPLICATION);
nc.onStatus = function(info)

[Code].....
 
But, I don't know who would be the client in the registerStream method. Which reference should I add there? Is it possible in this way?
 
I made another different script that republish that stream in localhost using NetConnection.publish(localhost/sameapplication). It works properly. But I would like to be able of managing it in the other way.

View 2 Replies


Similar Posts:


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

Media Server :: Multicast A Recorded Stream?

Oct 15, 2010

There seems to be great documentation on multicasting live streams.I can't find anything about multicasting recorded stream. Is there documentation? Or any other sources of info on multicasting recorded streams?

View 4 Replies

Media Server :: Record A Multicast Stream?

Mar 9, 2011

I create a local netconnection, and the netgroup on the server side. How can I record the stream that is published to a netgroup?

View 1 Replies

Media Server :: FMS Multicast Stream QoS Tagging?

Nov 16, 2011

We have a  video broadcasting platform and we use FMS 4.5 to broadcast a multicast stream. My question is : can we do QoS tagging of this multicast stream ?

View 1 Replies

Media Server :: (Recorded) File As Multicast Stream?

Dec 7, 2010

Flash Media Server (finally) supports multicast video. But documentation about this feature is about multicasting live video

View 1 Replies

Media Server :: Setup Multicast Event With Recorded Videos Not With Live Stream?

Nov 25, 2011

setup multicast event with recorded videos not with live stream. how to setup multicast address that ask in multicast configuration utility....

View 1 Replies

Media Server :: Publishing Stream To Remote FMS?

Oct 23, 2011

I have followed this link to republish my local stream to other local application instance : [URL]
 
i have used this script code into main.asc and it is working  :
 
// Called when the client publishes
application.onPublish = function(client, myStream) {
trace(myStream.name + " is publishing into application " + application.name);  

[Code].....

View 9 Replies

Media Server :: Multi-point Publishing, Changing The Stream Name?

Oct 2, 2009

I have justed started using Flash Media server so this could be a really easy one to answer or not even possible.I have Adobe Flash Media Live Encoder 3 publishing to Adobe Flash Media Server 3.5 which then publishes this live stream to two CDN providers.  I want to publish the stream with a different name to each CDN. Anyone know howI can do this without having FMLE3 publishing a backup stream and then FMS having to process two differently named streams?I.E.FMLE publishes a stream called bobThis is then published to CDN1 as bob and I then want to publish it to CDN2 as bob2Below the main.asc for the application but it ignores the second stream name and publishes to CDN2 with bob

main.asc file
server-side actionscript[code].....

View 1 Replies

Media Server :: 4 And 3.5 Drops Live Stream After Some Time, When Publishing From FFMPEG?

Sep 15, 2010

I'm having a reliability problem with publishing live, h.264 streams from FFMPEG (using the rtmp publish ability now built into FFMPEG, where I can set an rtmp address as the output).After a random period of time (usually between an hour and several hours), the default "live" application in FMS 4 (or 3.5) eventually drops the connection from the FFMPEG encoder. This is what appears in the log for the application:"Dropping application (live/_definst_) message. Clients not allowed to broadcast message."After googling the error, I discovered that people have been reporting this error for several years, but there has not been a single response from any FMS experts or Adobe about what causes the error.

View 6 Replies

Flex :: Apply A Filter To A Camera Video Stream Publishing To Media Server

Mar 10, 2012

I am Trying to Apply some information Like text and An Image as an overlay to create a overlay effect as lice a security camera with time and date on the video along with a png based Logo.

I can record VIDEO Using Flex and FMS or any other Media Server. But I want to save a modified version of the stream being uploaded.

View 2 Replies

Media Server :: Auth Addin Doesn't Prevent Non-FMLE Clients From Publishing Stream

Aug 3, 2009

The auth_addin works as expected when using the Flash Media Live encoder requiring a username and password before publishing a stream.However, tools like Wirecast and even the sample broadcasting SWF that comes in the FMS Introduction page can publish a stream without providing any credentials!

View 1 Replies

Have Edge Server Pulling An RTMPE Stream From Another?

Aug 5, 2010

Question basically is that, on server side it needs to pull an RTMPE stream coming out of an origin server. tried a demo setup but could not get it working. is this feature supported in 3.5?

View 3 Replies

Media Server :: Stream External Video To FMS?

Oct 21, 2010

I'm totally new and in the absolute dark here.  I have installed FMS on a server in the TV station in which I work.  I am trying to figure out how to stream video from Adobe Flash Media Live Encoder on an outside computer, back into the FMS at our station.  I have no idea what the FMS URL is that I need to plug in to the Flash Media Live Encoder in order to reach the FMS back at our station.
 
Do I need to have something housed on an ftp site?  We have a website and I can put whatever I need to there if that is indeed what I need to do.  Not sure what the heck I'm doing here, but I'd LOVE to figure it out. I know it's not a lot to go on,

View 1 Replies

Media Server :: Can FMS Do Multicast Streaming Through Internet Rather Than Only LAN

Oct 27, 2010

1) Can FMS do multicast streaming through internet rather than only LAN?

2) Can we create multicasting of recorded video files stored on the server rather than LIVE video multicasting?

View 10 Replies

Media Server :: FMIS 4 - How To Get IP Multicast To Work

Nov 9, 2010

I was wondering if any one could clarify something with IP multicast. From what I understand to get IP multicast to work the server needs to publish to the router box. So how can this be achieved if the FMS server is not in the same network as the router box? Would it require a second FMS server to be placed in the same network as the router box that connects to the main FMS server?

View 5 Replies

Media Server :: Multicast Stops After About 2 Minutes?

Feb 28, 2011

We are testing IP Multicast, with Flahs media player 4.0. We set up the encoder and generated the manifest file. Multicast start, but we see lot of bufferring and video running fast. After about 2 minutes, the encode stops publishing to the server. We are using digital rapids as the encoder.

View 3 Replies

Media Server :: Flash Multicast Streaming?

Nov 29, 2011

I am testing the P2P function of Flash Media Server 4.I have setup two environment for testing, but only one can success to using the P2P.However, i found that there is some problem in network connection.Here is my procedure to create the Peer to Peer Multicast.1. Using Multicast Config Tool ( oolsmulticastconfigurator) to create the "Peer to Peer" type (Generate the manifest.f4m and copy the publisher stream name to flash encoder) --> multicast type: Peer to Peer --> RTMFP URL: rtmfp://true ip/miltocast --> stream name: livestream --> publish password: password --> group name: fms.multicast.example --> ip multicastaddress and port: 224.0.0.254:30000 Using Flash encoder with the public stream name connect to flash media server.3. In client side, we use the example player ( oolsmulticastmulticastplayer)

First Environment (A) - not work
1. Flash Media Server (Data center)
Data center reported that "All the port have opened (TCP/UDP)

[code]....

View 1 Replies

Media Server :: P2P Multicast And Upstream Bandwidth

Jan 27, 2012

I'm in the process of developing a realtime video chat application where multiple users can send video streams simultanuously. The number of users receiving the streams can be very big, e.g. 10 broadcasters and 500 receivers, each receiver should get all streams.
 
I use RTMFP connections to an FMS and streams are published in P2P multicast groups by passing the groupspec to the NetStream constructor. Currently I'm having problems with audio/video synchronization and video stream 'jumps' (not continuous). From what I read on other threads, this is related to the fact that there is not enough upstream bandwidth for sending the streams. So my questions are:
 
How to calculate the required upstream bandwidth on every peer for the given example of 10 broadcasters and 500 receivers (is it 10*bandwidth of one stream)?What settings (on NetStream, Camera, Microphone etc.) should be used for best results and how to adapt them based on the number of broadcasters? 

View 5 Replies

Media Server :: Multicast In Amazon FMS Server?

Nov 4, 2011

We have a problem with amazon FMS 4.0.3 server for enable muticast.In the server we have open all the port for ensure the good works.but when we used the http://public-dns/multicast/multicastplayer/multicastplayer.html, we have this message : The connection attempt to FMS failed.In the server administration we can view the Flash Media Live Encoder session but the multicastplayer cannot connect on the rtmfp://public-dns/multicas

View 2 Replies

Media Server :: 4 - Call An External Program Once A Stream Has Been Unpublished?

Oct 31, 2011

Is it possible with server-side scripting for FMS to call an external program once a stream has been unpublished?

View 2 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 :: Implementing IP Multicast On An MPLS Network?

Mar 2, 2011

I work for a carrier, and am looking at implementing IP Multicast on an MPLS network to support enterprise executive webcasts. As your probably aware, there are multiple multicast methods available.
 
Anyways its down to two multicast methods. PIM-SM  ( which our engineering group will probably reject to complexity)
 
PIM-SSM ( Which not every application supports Can anyone advise on whether Adobe flash media server ( and player ) support PIM-SSM multicast?

View 4 Replies

Media Server :: Running Multiple IP Multicast Sessions

Apr 5, 2011

am setting up multiple multicast sessions, i generated configurations for each session using a seperate stream name, IP address, port.

1) Is it possible to run multiple multicast session.From configuration, looks like we can, but need confirmation
2) How can i test these sessions using the default player ? or any sample player

View 1 Replies

Media Server :: Download RTMFP Multicast Player?

Sep 24, 2011

Where i can download RTMFP fms multicast Player?
 
i tried osmf not working.

View 2 Replies

Media Server :: Live Multicast On FSM Remains Active After Client Disconnects

Mar 9, 2011

I have followed the code provided in a thread in this forum on recording a multicast:
 
[URL]
 
Basically, it gets aan RTMP stream from a client and attached that incoming stream to an outgoing RTMFP stream with multicast enabeled.
 
Everything works fine, except, after the client disconnects from the server, the multicast netstream on FMS continues its life. The admin panel shows that netstream as a stream with type Live.
 
I have tried things like:

ns.publish(false);
ns.attach(false);
 
but the stream keeps staying on the server, how is it possible to get rid of it when the client disconnects?

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

Media Server :: Secure Flash Media Streaming Server 3.5 (live Stream Connection)

Aug 23, 2010

I have Flash Media Streaming Server 3.5 (not Interactive) running on RHEL5.5 x86_64 Linux.All is working well, however how do I prevent unauthorized access to connecting to the live stream and streaming content?How can I setup the server to require a user and password to stream live media to the server?I am new to this product and I have been reading some documentation but I have not found a clear cut answer on how to force a username and password to connect to the server to stream live content only.I am using the Adobe FMS Apache install, what files need changing?[code]I want to lock down a person from connecting to the server on the public internet and starting a live stream?Can this be done with a user name and password?

View 13 Replies

Media Server :: Stream Video With Flash Media Live Encoder To The Server?

Jul 19, 2011

when i try to live stream with FMS! I can stream video with Flash media live encoder to the server but when i create the player to recieve the livestream from server,i can not recieve the live stream,can anyone give me a step by step tutorial of how to do it?

View 1 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







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