Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7969961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:19:18+00:00 2026-06-04T07:19:18+00:00

We are creating a voice chat with RTMFP using a Cumulus server. The users

  • 0

We are creating a voice chat with RTMFP using a Cumulus server.
The users connect to each other by joining the same NetGroup.

The voice chat and calling functions on subscribed NetStreams work well.

However, sometimes, when a user closes the browser window, the Flash plugin of all users in the same NetGroup crashes.

Since no error is reported, and the crash does not seem to happen when starting the Flash application from my IDE (FlashDevelop), I have no clue what’s going on. All I know is that it happens sometimes when a user exits the Flash application (closing the brower window/app).

This is how the connection to the NetGroup is established and the audio publishing stream is published (after the connection to the Cumulus server is established):

_gspecMain = new GroupSpecifier("MainGroup");
_gspecMain.multicastEnabled = true;
_gspecMain.postingEnabled = true;
_gspecMain.serverChannelEnabled = true;
_gspecMain.objectReplicationEnabled = false;
_group = new NetGroup(_netConnection, _gspecMain.groupspecWithAuthorizations());
_group.addEventListener(NetStatusEvent.NET_STATUS, handleNetGroupStatus);

// Audio
_sendStream = new NetStream(_netConnection, NetStream.DIRECT_CONNECTIONS); 
_sendStream.addEventListener(NetStatusEvent.NET_STATUS, handleNetStreamStatus);
_sendStream.client = this;
_sendStream.attachAudio(_mic); 
_sendStream.publish("media");

This is how a receiving NetStream listening to the publishing one is created (whenever a Neighbor connects):

var netStream :NetStream = new NetStream(_netConnection, p_netStatusEvent.info.peerID);
netStream.addEventListener(NetStatusEvent.NET_STATUS, handleNetStreamStatus); 
netStream.client = this;
netStream.play("media");

What could cause this? Should I probably do something special when notified that a Neighbor disconnected? Please note that I don’t even know if the crash happens before or after any kind of notification…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T07:19:19+00:00Added an answer on June 4, 2026 at 7:19 am

    You may find more information by debugging the crashing plugin. Attach Visual Studio to process plugin-container.exe and maybe you can post some more info here (use pastebin).

    Second thing – try Flash Player plugin Release version if currently you are using Debugger version I presume, but debugger version is more likely to crash in Firefox. However you can avoid it by setting dom.ipc.plugins.enabled.npswf32.dll to false.

    Regarding the special treatment for disconnected netgroup peers in Firefox plugin – I don’t think you need to do anything more… if the app works in ActiveX plugin and Flash Player Standalone projector, but crashes only in debugger version of plugin for Firefox… In short: Concern yourself only with crashes of release versions of Flash Player.

    Other thing I would definitely try – use the original Adobe Cirrus or Flash Media Server Enterprise 4.5, not the open source equivalent, until you find the error. Even slight change in the protocol could crash the connection, thus crashing the plugin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a voice enabled application in Flash using RTMFP and I noticed
Creating a server-side socket will fail if I'm trying to use the same port
I'm creating a program in C# using System.Speech.Recognition that recognizes voice commands and translates
Creating a simple RPG game, first time using XNA. Trying to get my character
I'm making an application server client using tcp sockets in c# .. The application
I am trying to return all MSFT Lync Users who have used voice conferencing
I am creating an application in which I have to record the voice and
I'm creating a small timesheet application. Timesheets have athletes, and each athlete has personal
When I'm creating private key strings with the following PHP code (and same config-parameter),
I am creating an app that contains voice recording and playing. Is it possible

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.