Skip to main content
Known Participant
October 26, 2011
Question

Multipoint pablishing problem

  • October 26, 2011
  • 1 reply
  • 1396 views

I had instulled DFMS 4.5 on computer with Windows 7, created a RootInstall/applications/livestreams folder on the server, published a live stream using Flash Media Live Encoder ore client-side script to the  rtmp://localhost/livestreams with Stream name "localnews".

In the server-side allready exist main.asc file in RootInstall/documentation/samples/livestreams folder, where allready was defined an application.onPublish() event handler. I started LiveStreams.swf, clicked the start button, opened Flash media Administration console, had seen the livestreams _definst_ (cliens=1) and created "anotherinstance" of the livestreams application (appeared clients=0). I clicked start and stop buttons in application "livestreams" (I tested it using Adobe Flash Professional CS5 in debuggin mode), saw my face in the screen, but server did not republish stream to another application instance on the my local server.

What I do wrong?

This topic has been closed for replies.

1 reply

Known Participant
October 26, 2011

Re: Multipoint pablishing problem

created by SE_0208 in Flash Media Server - View the full discussion


You can install FMS Authentication Add-in - just go to this link: http://www.adobe.com/products/flashmediaserver/flashmediaencoder/ and you will one link for Download Authentication Add-In.

Once you install it - you can read about how to use it here:- http://help.adobe.com/en_US/FlashMediaLiveEncoder/3.2/Using/WS5b3ccc51 6d4fbf351e63e3d11c104ba878-7fe0.html

Known Participant
October 26, 2011

SWFV is disabled on my server. Why do you think that my problem is in Authentication?

Adobe Employee
October 27, 2011

Sorry - my earlier post was for different thread - there was some login issue my side and it ended up here - once i realised it i deleted the post from this thread. So sorry for confusion.

Actually your post is not very clear of what exactly you are doing.

If you are asking how to do MPP - you need to do below:

1. Have two different applications on two different server or same server (its meant for two different server but it would work on same server too)

2. Publish to say first application "app1" from your encoder or publishing client

3. "app1" would have logic which would republish incoming stream to second application "app2"

Republishing logic would use basically server-side NetConnection and NetStream functionality.