Hi!
Is it possible to listen the audio of a CHANNEL from an URL?
I can listen using RTP/UDP server using externalMedia, but I need an URL format.
‘’’
let resp = await this.externalChannel.externalMedia({
app: this.ariAppname,
external_host: this.RTPServer,
format: this.opts.format
});
‘’’
I would like to replace this.RTPServer by http://localhost:9999 for example.
Thank you very much!