Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Voice Over IP

Voice Over IP

Scheduled Pinned Locked Moved .NET (Core and Framework)
helpsysadmin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ray Hayes
    wrote on last edited by
    #1

    Does anyone have any links to resources that may help me. I've been asked to come up with a proposal for an intercom type system, LAN based only. The problem over normal VOIP is that the voice communication is a simulation of radio traffic, so the users on system may all be on different channels, only when connected to the same channel can they communicate. To simplify, I'm willing to have a limited number of preset channels which users can join/leave. When two or more people are on the same channel, they can talk to each other in a half-duplex method. I was thinking about having a "server" machine and using some form of remoting allowing users to call a common Talk() method on a remote instance (thus allowing the blocking others from talking if required). My questions really are related to the "streaming" of the transmit from the "talker" out to the "listener". I should have time to do a good implementation, but need to present the posposal at the start of next week! Any links, ideas would be welcome.

    Regards, Ray

    J 1 Reply Last reply
    0
    • R Ray Hayes

      Does anyone have any links to resources that may help me. I've been asked to come up with a proposal for an intercom type system, LAN based only. The problem over normal VOIP is that the voice communication is a simulation of radio traffic, so the users on system may all be on different channels, only when connected to the same channel can they communicate. To simplify, I'm willing to have a limited number of preset channels which users can join/leave. When two or more people are on the same channel, they can talk to each other in a half-duplex method. I was thinking about having a "server" machine and using some form of remoting allowing users to call a common Talk() method on a remote instance (thus allowing the blocking others from talking if required). My questions really are related to the "streaming" of the transmit from the "talker" out to the "listener". I should have time to do a good implementation, but need to present the posposal at the start of next week! Any links, ideas would be welcome.

      Regards, Ray

      J Offline
      J Offline
      Johnny 0
      wrote on last edited by
      #2

      Convinced there are good products out there! and probabely very cheap

      R 1 Reply Last reply
      0
      • J Johnny 0

        Convinced there are good products out there! and probabely very cheap

        R Offline
        R Offline
        Ray Hayes
        wrote on last edited by
        #3

        ~Johnny~ wrote:

        Convinced there are good products out there! and probabely very cheap

        I'd love it if there were... and money isn't that big an object for the right product (it's an important component of an 8 figure project). The latest spanner added to the design is that listeners need to be able to listen to multiple independant channels at the same time! I'm convinved we'll end up creating the framework but I'd still love an API/library to do the comms/audio side of things! In the mean time, I'm presenting the solution without going into programming/implementation specifics -- since that is actually inappropriate at this early stage of my project!

        Regards, Ray

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups