I am developing a mobile application for a radio station, I am using cordova/phonegap
and I need to stream a RTMP
Live video with the extension .sdp
.
Here is an example of my Link that provides the video :
rtmp://streaming.toutech.net/live/radio.sdp
I tried the html 5 video
tag but it didn't work.
I tried some accustomed js
plugins but it didn't work either.
Any help will be really appreciated .
Thanks