I am using videogular player for playing audio .
test.push({
src: $sce.trustAsResourceUrl("myserver/mypath/to/song.mp3"),
type: "audio/mp3"
});
This is working fine. But i need to stream rtmp protocol url
instead of "myserver/mypath/to/song.mp3"
.
I came across several players like video.js,jwplayer. But i want to stream in videogular only.
But i dont knw how to achieve that. Any help will be appreciated.Thanks in advance .