Want Web Page To Listen To Meetme (WebRTC?)

Home » Asterisk Users » Want Web Page To Listen To Meetme (WebRTC?)
Asterisk Users 1 Comment

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?

One thought on - Want Web Page To Listen To Meetme (WebRTC?)

  • 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 to test this scenario withing some hours.

    Am 08.12.2014 16:11, schrieb Steve Edwards: