Re: [asterisk-users] Want web page to listen to meetme (WebRTC?)

2014-12-09 Thread Thorsten Göllner
Quick and drity: 1) Meetme has to be configured to record the media stream. 2) You have to install a streaming server. Maybe ffmpeg could do the job: https://trac.ffmpeg.org/wiki/StreamingGuide 3) Then your website should be able to get the stream from the streaming server. You should be able

[asterisk-users] Want web page to listen to meetme (WebRTC?)

2014-12-08 Thread Steve Edwards
I have a web page to do the usual meetme admin stuff -- mute, kick, etc. Now, the client is asking if they can listen to the meetme -- click and audio comes out the computer speakers. How can this be implemented? Is this a use case for WebRTC? -- Thanks in advance,