Media Server :: Multi-point Publishing With Different Version Of FMSs?
Oct 23, 2011
I use different versions of FMS (3.0 3.5 4.0 to 4.5) to muti-point publishing?Use existing old ones for most streams, and use 4.5 for iOS apps.
The answer is Im guessing probably yes, as I was able to multi-point publish to different big company's new FMS (4?) from one of our FMS 3.0 machine. But just to make sure before I make investment? Also Air 3 sdk based iOS app now can connect to FMS 4.5 and play h264 live video stream on ios devices over the appstore approved http-live-streaming protocol right? Just to be clear
View 2 Replies
Similar Posts:
Oct 10, 2011
1) I currently have multi point publishing set up to rebroadcast a stream between several servers. I'm running into an issue where even if it's a live stream, when a client connects, it starts from the beginning and you have to seek to the very end for it to go live.I've attached my main.asc file
application.onAppStart = function()
{
trace("Application name: " + application.name);[code]........
2) Is there any way to set up multi point publishing on Video on Demand files?
3) Say server 2 has restarted, is there anyway to force a push to that server without having to restart the feed?
View 29 Replies
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
Jun 22, 2009
I have an application that I support but did not create. I need to test it on FMSS 3.0 but the developer version has both Streaming and Interactive Server enabled. Is there any way to disable the Interactive Server in the Developer Edition so I can confirm the application works on Streaming Server without influence from Interactive Server? The application works on the development server but when I move it to the production Streaming Server, it does not respond the same.
View 10 Replies
Sep 7, 2009
I am developing a virtual classroom application for education purpose.I have developed following features in my application :
1 - Instructor audio and video for all students
2 - Shared whiteboard
3 - Animations using SWF controlled by instructor
4 - Chat functionality (Shared Variables Used)
I have to decide between Flash Media Server and Flash Media Interactive server and price difference between the two is huge.Considering the features indicated above I would like to know the server edition I should go ahead with.
View 1 Replies
Mar 30, 2010
I have my server configured so that the installation is on c:, and the media files are on d:.To begin with I tested the streaming files in the original installation location and this worked.I've have now moved the vod folder - D:applications:, and updated the FMS.ini file to accordingly look for the applications folder on the D: and restarted the server.The Administration console is correctly identifying the VOD and LIVE applications in the new location, but all the streams have stopped working
View 5 Replies
Jul 27, 2010
Is Live Streaming Feasible using FMSS 3.5 on a web portal which is developed using J2EE?
View 1 Replies
Oct 13, 2010
On one page of my website, the user has a large selection of videos they can choose from.They select one, clicking the link.This opens a new page (with the player built in?) and plays the video.Can I retrieve the data from a query string (the video filename selected from the previous page) and then place it in the action script using PHP (echo) so that I don't have to have separate applications for each video? or do I have to have separate SWF/applications for wach video?
View 5 Replies
Oct 6, 2009
I'm a bit confused for a choice for my streaming application. I'm note sure if I need the FMSS or the FMIS. We want to place several encoders at clients with FME and they have to stream there source to a Flash Media Server. I want to use flowplayer at the client side. Do I need to have FMIS or FMSS for this live streaming application?
View 3 Replies
Jun 2, 2010
I just wanna ask something about deploying flash apps in Flash Media server.If I have developed (or costumize) a flash player under Flash Media Development Server (free/trial one) when I try to deploy the apps on FMSS, can it be done? I mean, from what I read in 3 FMS edition comparison table.it is said that we cannot build custom apps to be deployed in FMSS, only in FMIS, is that right?
View 2 Replies
Oct 13, 2010
How would I go about adding chat to FMSS during live webcam broadcasts? I will be using FMSS to broadcast webcam.Obviously it is an outgoing stream only as I am told to do cam to cam I need FMIS and at present I do not need cam to cam and I can not afford FMIS.I want the viewers of the webcam broadcast to have a chat window where they can send comments to the person on the webcam and the person on the webcam can type back if they want to.I have glazed over some posts here and saw that it can be done in Flash, I want to know if I can do it with FMSS. It does not need to be elaborate.
View 2 Replies
Mar 8, 2010
Is there any way to check which version of flash media server is installed on my computer?
View 5 Replies
Jul 20, 2009
what does Multipoint Publishing mean?
View 11 Replies
Oct 28, 2009
I use the Windows MEdia Server, but i´d like to migration to FMS. I set a login and passwrod on WMS to Encoder to use. Using FMS, how can i do to set a login and/or password for use by Flash Media Encoder?
View 9 Replies
Dec 21, 2009
I have a FMS 3 in on a linux server and I have a ViewCast Niagara Pro II encoder. I can publish to the FMS 3 no problem but how to I limit who can publish to the server, because currently I can use the free Adobe Media Encoder to connect to the server and publish with no authorization which tells me anybody could do the same if they just input the rtmp url and feed name.
View 29 Replies
Jun 14, 2009
I`m using FMIS 3.5.2 (windows xp) and was trying to make this example working URL...When my flash media live encoder connects to 'livestreams/ localnews' publishing point i got in logs:CSAAACPI is connectedSending error message: Method not found (releaseStream).Sending error message: Method not found (FCPublish).localnews is publishing into application livestreams/_definst_Republishing the stream into "livestreams/anotherinstance"Stream Status: NetStream.Publish.StartThe stream is now publishing.When i`m trying to connect to the "livestreams/localnews" with flash media player i can see the stream from my webcam but when i`m trying to connect to republished stream 'livestreams/anotherinstance' i got nothing.Player says "loading..." and shows nothing.
View 5 Replies
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
Jan 10, 2011
There's just one thing I still don't get about the sample app: As a client, you always have to check the checkboxes (send/receive Audio/Video) in order to define who is sending/receiving what kind of stream. How is it possible to manage the feeds from the FMS server? So the clients can't set the checkboxes, but the server determines who is sending and who is receiving?
View 2 Replies
Mar 24, 2011
I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86).When I stream a webcam using ns.publish("foobar", "live") I can watch the live stream on another client, however when i use ns.publish("foobar", "record"); neither broadcasting nor recording works.Using the "live" parameter the client appears in the log files and in the administration console as "publishing", using "record" the client appears as "idle".Is there anything I need to configure besides LIVE_DIR in fms.ini?
Is this a restriction in the developer edition? Here is the relevant part of the code (condensed):
--------------------------------------------------------------------
var camLive:Camera = Camera.getCamera();
var nc:NetConnection = new NetConnection();[code]............
View 1 Replies
Sep 27, 2010
I am planning to upgrade to FMIS v4. Currently, I am using v2 and encoding separate files for each bit-rate ( i.e. 100K. 400K, 700K). Can I encode all audiences to one file like Windows Media P layer,have FMIS stream that file, and have the local Flash Player detect the correct version and stream it?
View 2 Replies
Nov 29, 2011
Is is possible to setup mulit bit rate LIVE streaming with FMS 3.0?
View 1 Replies
Apr 6, 2010
I learned from some previous post that the default encoding format used when you publish the camera from a Flash player is Soreson. I'm wondering whether it is possible to select to use other codec such as VP2 or H.264?
View 3 Replies
Jun 24, 2010
I am publishing screen data to FMS 3.5.3 using ffmpeg with flv. Everything is fine with 1024 x 768. When I try to publish 1600 x 1200, the connection closes and I get an entry in core.00.log:1458 (e)2631029 Bad network data; terminating conection.
View 2 Replies
Aug 15, 2010
I have made a sample application for publishing video through FMS using as3.In that I had used the same code as given in the sample provided by the adobe,
m_nc = new NetConnection("rtmpt://localhost:1935/Test");
private function onNetStatus(event:NetStatusEvent):void {
switch (event.info.code) case "NetConnection.Connect.
[code].....
View 2 Replies
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
Dec 7, 2011
I'm trying to use Flash Media Server (on Amazon) to read in a video feed from a user's webcam, process it via my own executable, and return processed data (not video) to the user. For simplicity, let's say my executable finds the darkest pixel in the image and returns its coordinates, and I want the client to draw a cross at this location.
The client-side is working fine. It can send the video stream, and receive vertex data to draw. The server is half-working. It can accept connections, and send fake vertex data to the client. However I can't find any way to access the webcam stream.
Ideally, I would pass each frame from the stream into my executable for processing, with no saving to disk (or perhaps minimal saving to disk as a cache for P-frames). I've got the impression that this is impossible though, so another acceptable solution is to save the stream (live) to disk, and read it (live) from my executable.
Also, somewhat relatedly, I would like to secure the video feed as much as possible. Eventually I'll use SSL to secure it in transit, but for now I have the more serious problem of FMS sharing every stream it recieves. I'm sure there's an option to disable this somewhere, but I just can't find it.
View 10 Replies
Jan 21, 2011
When Codename Cirrus has modifications, like recently, is it reflected in the flash plugins, or will I need to purchase the next FMS 4 version update?
View 3 Replies
Jul 6, 2011
Limelight, my CDN, require that I check my media files using flvcheck version 2.0. I have downloaded version 1.0 from the Adobe Downloads page, but can't find version 2.0.
View 2 Replies
Oct 7, 2009
: Flash Media Interactive Server. Hi, Im curious if we can publish on multiple sites, I have 5 websites all password protected for members, and I want all 5 members areas to be able to view my live video as I publish it. So can I embed the flash player on all 5 sites and have it pick up the same live feed. Also was wondering if interactive server supports or has a chat box, so students can type questions as I am explaining things live. And One last question Can I stream my video from different computers or can I only use one ( the one I register it on ) I want other teachers to be able to use thier webcams from there homes and publish live videos as I do on my sites. ( At different times of course )
View 1 Replies
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