Any way to combine multiple incoming streams and send it back to clients?

I am trying to make a server that receives HUNDREDS of incoming audio streams and then combines them into one stream and send it back to all clients- like audio conferencing. Is it possible to combine those streams together into a single one and send it to the receiving ends? I read on some topics in the forum and there really doesnt seem to be any answers.
Also, if its not possible to combine those streams then is the next "best" alternative be having the server send all the audio streams from everyone to everyone? Its going to take a lot of resources doing that i think... any ideas? Thanks!

hi bgl. I read that thread and its a litle bit hard to follow. it seems that you managed to grab Bytes of the incoming audio stream and continuing grabing them in a loop. I guess you use the player to play the Bytes? I also dont really see how i can mix all the Bytes together from lets say 10 users. Can you show me an example of it? Like making an incoming stream into Bytes and playing it. I assume it would have the same effect as playing the stream using a player? thanks

Similar Messages

  • Is there any way to combine multiple Apple IDs for the same individual?

    I have two Apple IDs, one of which has a .mac email address. Both have the same name and physical address. With the new iTunes and the coming iCloud, it would be convenient to combine the two for purchase history and access, app updates, etc.
    How can I do this?

    So far it seems you can't.
    The only thing that becomes a problem would be purchase history I guess, but you can use Home Sharing in iTunes on your computer to share any purchases from one account to the other.

  • Is there any way to delete multiple spams at once, right now I go through each individually and delete it, but it's time consuming, thanks

    Is there any way to delete multiple spam messages at once. Right now I go through each individual spam and delete one at a time. This is very time consuming. Any tricks out there.
    Thank you

    Hi LRagsdale517,
    You should definitely be able to upload multiple files by Shift-clicking or Ctrl-clicking the files you want to upload. Just to make sure you don't have an old version of the service cached, please clear the browser cache and then log in to https://cloud.acrobat.com/files. After clicking the File Upload icon in the upper-right corner, you should be able so select multiple files for upload.
    Please let us know how it goes.
    Best,
    Sara

  • Is there any way to combine Google Calendar and iCal?

    Is there any way to combine Google Calendar and iCal?

    Here's an article that should help you:
    http://support.google.com/calendar/bin/answer.py?hl=en&answer=99358

  • I'd like to print an 8x12 and cut it in half to make two 4x12 panorama type pictures.  Is there any way to combine two pictures (each cropped to 4x12) into one frame so I can print out the 8x12 and trim it after printing?

    I'd like to print an 8x12 and cut it in half to make two 4x12 panorama type pictures.  Is there any way to combine two pictures (each cropped to 4x12) into one frame so I can print out the 8x12 and trim it after printing?

    To clarify, I want to be able to make a flie I can take to a photo printing place (not for my own printer) so they can print it and I crop it.  The place I used to print at used to print an 8"x12" for the same price as 8"x10" (now they may only do 8x10 and I would need to keep the ratio the same so it would be two 3.3"x10" pics on an 8x10").  Any help is veryappreciated!

  • Any way to pass Multiple Values for a single Label in the Parameter?

    I have a Report that Contains 2 Parameters, @Customer & @Area. When trying to set up the Available Values for @Area, I'm having issues using multiple values for one Label, i.e. = "4006" Or "4610"
    One of the Filters in the Report is an Operation number, which is the [OPERATION] field, which is setup as a filter on the Tablix referencing the @Area parameter. 
    PROBLEM: I cannot retrieve any data when trying to use the ‘Or’ Operator here. If I simply put “4006” or “4610” I retrieve data, but when trying to combine it returns no data.
    Example, I need to allow a user to select ‘Chassis Incoming’, which would include data from Operations 4006 & 4610.
    QUESTION:
    Any way to pass Multiple Values for a single Label in the Parameter?
    I realize the typical solution may be to use ‘Multi-Value’ selection, but in this case we want the User to select the Area and the multiple values for Filtering will be automatically determined for them. Otherwise, they are subject to not getting
    it correct.
    I have tried several different ways, such as =”4006” Or “4610”, =(“4006”, “4610”), = In(“4006”, “4610”), etc….
    Note: We are using Report Builder 3.0

    Based on my experience, there's no way to 'intercept' the query that gets passed back to SQL Server, so a Split wouldn't work.
    Try creating either a function or stored procedure using the code below (compliments to
    http://www.dotnetspider.com/resources/4680-Parse-comma-separated-string-SQL.aspx) to parse the string: 
    CREATE FUNCTION dbo.Parse(@Array VARCHAR(1000), @Separator VARCHAR(10))
    RETURNS @ResultTable TABLE (ParseValue VARCHAR(100))AS
    BEGIN
    DECLARE @SeparatorPosition INT
    DECLARE @ArrayValue VARCHAR(1000)
    SET @Array = @Array + @Separator
    WHILE PATINDEX('%' + @Separator + '%' , @Array) <> 0
    BEGIN
    SELECT @SeparatorPosition = PATINDEX('%' + @Separator + '%', @Array)
    SELECT @ArrayValue = LEFT(@Array, @SeparatorPosition - 1)
    INSERT @ResultTable VALUES (CAST(@ArrayValue AS VARCHAR))
    SELECT @Array = STUFF(@Array, 1, @SeparatorPosition, '')
    END
    RETURN
    END
    Once created you can do things like this:
    SELECT * FROM Parse('John,Bill,David,Thomas', ',')
    SELECT * FROM (SELECT 'John' AS TestName union select 'David' AS TestName) AS Main
    WHERE TestName IN (SELECT ParseValue FROM dbo.Parse('John,Bill,David,Thomas', ','))
    This is what your SQL query would probably look like:
    SELECT OperationID, OperationName FROM dbo.Operations
    WHERE AreaID IN (SELECT ParseValue FROM dbo.Parse(@Area, ','))
    You may need to fiddle around with the Separator depending on whether SQL Server inserts a space between the comma and next value.

  • Is there a way to combine multiple files that were scanned individually into one?*

    Is there a way to combine multiple files that were scanned individually into one?*

    Assuming the scans are all PDFs, here is one easy way:
    Open the first PDF in Preview.
    Duplicate (File > Duplicate) if you want to preserve the original.
    Choose View > Contact Sheet.
    Drag and drop the other files from the Finder into the Contact Sheet window. You can select the files one at a time or multiple files at once.
    Arrange the contact sheet icons in the desired order.
    Save.

  • Best Way to Aggregate Multiple Announcement Apps and Possibly External RSS Feed

    Hello,
    I have two separate announcement apps (one in sub-site A, and one is sub-site B). I am trying to create a webpart that will display content from both apps together.
    I have tried to setup a CSWP and have been able to set the query to pull in the data (Although it shows expired announcements, which I would need to eliminate). Now, I am trying to customize the display of the CSWP, including the property mapping values
    to display the announcement title (currently working with the URL as a link) and body (truncated like the announcement summary view if possible).
    How can I get the body from the announcement to display? The 'body' field isn't listed as an option in the drop down list of mapping values. Do I need to toggle an option on the separate announcement apps, create a column, map a field, or some combination?
    Also, I'd like to know if it is possible to add in an external RSS feed. Or, if there is a completely different way to approach and accomplish this, please let me know.
    Thank you

    Hi,
    To display the “Body” field of Announcements list properly in Content Search Web Part, you can take a look at this blog about how to customize the display template for a good
    start:
    http://social.technet.microsoft.com/Forums/en-US/bf0eb4de-445f-435a-8c88-1826bfb3aae5/best-way-to-aggregate-multiple-announcement-apps-and-possibly-external-rss-feed?forum=sharepointdevelopment
    If there are more complex needs in customization, the two links below would be helpful:
    http://blogs.technet.com/b/sharepoint_quick_reads/archive/2013/09/03/3588171.aspx
    http://blogs.technet.com/b/tothesharepoint/archive/2013/05/28/stage-11-upload-and-apply-display-templates-to-the-content-search-web-part.aspx
    Also, if you have several questions, it is recommended to post them in each single thread to make others in this forum easier to focus on one issue in one thread.
    Best regards
    Patrick Liang
    TechNet Community Support

  • CS 4 Master, Any way to capture Desktop to Streaming Video

    I just purchased and downloaded Master Collection, is there any way to capture real time streaming Desktop to video format from within the collection? Or do I have to purchase Captivate 3. Any chance that there might be a plug-in for Premiere or any of the other collection software?
    I hope that say's what I need to know.                       Thank You for any Help,  Ken

    No official way to do this.
    AppleTV 2/3 are configured for services Apple and their commercial partners have allowed.
    Best you could do would be to find an app on iOS for one of those services and Airplay to AppleTV (or from a modern Mac running Mountain Lion), however many streaming services seem to limit video Airplay to audio only.  Not sure about those you listed.
    AC

  • Any way to upload multiple images without renaming?

    The multiple image upload seems to enforce a renaming convention and the
    creation of restricted user backup folders or new folders.
    Is there a way to just upload multiple files to an existing folder and just
    allow renaming or replacing of images, but still resizing? This procedure
    seems to work fine on individual image uploads in an update or insert record
    behavior....
    Maybe I'm missing something, but I was getting all sorts of directories
    being created and couldn't load the new files with their current name into
    the directory I actually wanted...
    Jeff

    Post Author: norton
    CA Forum: crystalreports.com
    Hi Dixie,
    You seem to be asking all the right questions lately!
    Right now we do not have any way of uploading multiple docs at once.  We do have the desktop publisher tool that helps with automatically refreshing a report and uploading it, but it is still handles them on an individual basis.
    However, with our next big release (planned for the middle of December) we are planning to add a new batch task to the desktop publisher.  The intent behind this is that you can set up your folder and document structure on your local file system and use the batch task to upload everything to your cr.com account.  This would include creating the necessary folders in cr.com.  You will be able to schedule this batch task like you do the existing individual tasks so that it runs once a week or whatever you like.
    This new batch task will NOT allow you to refresh any reports before uploading them though.  Everything will be uploaded as is.
    Hopefully this will help with what you are trying to do.
    Steve

  • Iphone4 video recording......I recorded about 10 short videos.  Is there any way to combine them into one video? I might want to post on facebook, but don't want to post 10 separate videos.

    iphone4 video recording...........I recorded about 10 short video.  Is there any way to combine them into just one video?
    Thanks

    You need an app for that. Apple's iMovie app (for iPhone and iPad) does that just fine, but there may be others.

  • Hi, I am trying to update an iPhone 4 from iOS 4.3.3 to iOS 7.0.4, and every time I try to update it comes up with an error message saying that there was a problem because the network connection was reset. Is there any way I can get past this and update?

    The full message said:
    There was a problem downloading the software for the iPhone "Judy's iPhone 4". The network connection was reset.
    Make sure your network settings are correct and your network connection is active, or try again later.
    I am trying to update the iPhone for my grandmother, Judy, as I am leaving for Paris on Wednesday night and we want to have Facetime installed on her iPhone before then, so we can stay in contact with each other. It is the simplest way for this to happen but the program simply will not allow me to update her iPhone.
    Is there any way to get past this error and update her iPhone? Any help will be greatly appreciated.

    Dear Jody..jone5
    Good for you that can't update your iphone because I did it and my iphone dosen't work for example I can't download any app like Wecaht or Twitter..
    Goodluck
    Atousa

  • Any way to see ICONS in Open and Close Dialog boxes?

    Is there any way to see ICONS in Open and Close Dialog boxes, instead of just lists of items names?
    I know you can preview one at a time, but I'd love to see all my artwork as picture icons, just as you can in a finder window.
    Windows does this, but not OSX that I know of. Is there a third party app that enables you to see icon view in the Open and Close Dialogs?

    Thank you Steve Jobs. I guess that feature has been added in Leopard. Now there really is nothing that I'll miss from Windoze.

  • Is there any way to do a mass copy and paste of song titles from the "name" column to the "sort name" column? I know it can be done with individual titles but I have over 6,000 titles in my library.

    In iTunes, is there any way to do a mass copy and paste of song titles from the "name" column to the "sort name" column? I know it can be done with individual titles but I have over 6,000 titles in my library.

    Thank you. I have heard of Logic Pro 7, but I have never personally used it. I'm still growing in the world of Composition, and I know that it is something I will be studying in one of my Computer Music classes coming up for my degree. I think it is something I will look into getting once I can justify the price of it. I guess for the time being, I will continue to play and grow in my ability to use and take advantage of GB, and then see what I can do about or with Logic Pro when I'm ready. The thought of spending $1000 for a program is hard to bite, because I've already spent a lot to produce my music, not only electronic music, but also chamber music and so on. I had no idea it would be so expensive to dive deep into the world of composition! lol.
    Finale 2007: $500
    Sibelius 4: $500
    Jam Packs: $400
    Midi Keyboard Interface: $100
    PowerBook: $1700
    Printer for printing scores and analysis: $150
    Logic Pro 7: Oy!
    As you can see it adds up very quickly...that doesn't even include my personal instruments and study materials.
    Thank you for your input, as I haven't really worked much with LP, and therefore didn't know which features are available. I will talk with some of my Composition buddies, and professors and see what they have to say as well, and who knows, I may be able to get the express version through one of them.

  • Is there any way to view a keynote presentation and the presenter notes on the iPad at the same time?

    Is there any way to view a keynote presentation and the presenter notes on the iPad at the same time? My professors at school have keynote presentations and i take notes during class with the presenter notes feature. I was wondering if there was any way i can view both of them on the same screen on my iPad while studying? This way I could see their slides along with the notes i take during class.

    None that I know of. Suggest to Apple.
    Send feedback to Apple.
    http://www.apple.com/feedback/ipad.html
     Cheers, Tom

Maybe you are looking for

  • Which table holds the reserved stock

    Hi All, In report - MMBE there are two columns unrestricted stock and reserved stock. Can you kindly share how this reserved stock is calculated which table/field holds the reserved stock. If I run the MMBE report now if it is determining the reserve

  • Exporting to word, random capital letters

    Hello everyone! Bit of background about the situation: A company needs to edit a PDF file as it is outdated, they tried copying directly from the PDF to word but as there is a lot of layout and info dependent on pictures that failed epicly. They aske

  • Please  help  it's  urgent

    Hi  all I  have  the  following  requirement after  the  output  is  displayed  with  ALV A status field will be found at the end of the row and will reflect the current status of the print documents.  After printing occurs, the screen should refresh

  • Just bought an ipod 5, Should i return it?

    I bought the ipod touch 5, blak, 64gb yesterday and i put all my apps music in it what not so i realized the when i was trying to go through pictures or type something everything lags or doesnt respond at all unless i keep insisting touching or press

  • CS3 Layers disappear when importing map into InDesign

    I have an Illustraor .ai file of a map with many layers and when I import it into my InDesign document some of the layers disappear. When I open the map in Illustrator they are all turned on but in InDesign some seem as they are turned off or transpa