Skip to main content
Participant
October 26, 2012
Question

Recording mic and incoming stream

  • October 26, 2012
  • 1 reply
  • 341 views

I'm building a 2-way audio chat app. Is there a way that I can record the incoming stream of audio on a stream and combine it with input from the microphone to record on the server?

    This topic has been closed for replies.

    1 reply

    GrydstedtAuthor
    Participant
    October 26, 2012

    I will assume (for the time being), that the answer is no, this isn't possible. I can of course record each persons microphone seperately through RTMP to the server, but how to synchronize them on the backend? Is absolute time code useful here and can it I use it to merge the two audio files using ffmpeg??

    Thanks!