I've already asked Muaz Khan https://github.com/muaz-khan for some help. He have mastered everything about webrct... maybe he could find a solution. 

----- Original Message -----
From: John Chewter [mailto:[email protected]]
To: [email protected]
Sent: Mon, 27 Mar 2017 23:11:47 +0100
Subject: Re: [Savonet-users] Webcaster client + webrtc

I always wanted to make a new webrtc client - an evesdropper listens and that streams out mp3. Never got around to it.


On 27/03/17 21:16, Mark E wrote:


I've done this already to a certain extent. Not done yet. Meanwhile, what you'll need to do, if you use a mic source approach, is to take the mic source context, create a biquadfilter with it, and then you have a stream from the biquadfilter.

This isn't easy overall. After yet get that hooked up then you have to take a RTC stream and connect that in to the overall destination (webcast) so that the caller's audio goes out with the stream.

In general what you need is to take the mic audio, any audio track audio, and all callers' audio get it mixed, sent out through webcast, and ensure that each caller also hears your mic plus any playing audio tracks. Not simple or quick to do.

Mark


On 03/24/2017 04:49 PM, John Chewter wrote:

I had some success using jack


On 24/03/17 20:47, Jefferson Andrade wrote:
Hi folks,

I'm attempting to join webcaster + webrtc. I've tryied two ways, using webrtc on an audio element/tag then using this tag as a source for webcaster client. Then I've noticed that it tries to read the audio element as a file source, but it's in fact a strem, and it wasn't working. Then I've tryied the mic source approach and after some work I've stepped on this:

client.js:200 Uncaught (in promise) TypeError: Failed to execute 'createMediaStreamSource' on 'BaseAudioContext': parameter 1 is not of type 'MediaStream'.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


          
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to