disono / cordova-rtmp-rtsp-stream

Cordova RTMP and RTSP Live Streaming Plugin
Apache License 2.0
41 stars 23 forks source link

Android: Only send audio but no video #13

Open litiobat opened 5 years ago

litiobat commented 5 years ago

Hi! I've got a NGINX RTMP server (receive in 1935 port and play in 80 port in HLS format). I've used other plugin for iOS without problems. For Android i'm using this plugin and works correctly in many Android devices, but in many others, only sends audio but no video (no only in old Android versions and no only in old devices... LG, Samsung and others). I've tried every thing I know, without success. Any idea where is the problem? Thank you!

krishna022 commented 5 years ago

Hi darthme, I am new in cordova. I am trying to create a video broadcasting app using RTMP. I am trying to use this plugin but getting fail again and again. Can you please assist me what to write in html and js ?

I am using. in html Button with id="rtmp"

in js (index.js) document.getElementById("rtmp").addEventListener("click", rtmp);

function rtmp() { videoStreamer.streamRTMP('rtmp://publish-01-01.wmncdn.net/live/khabar', [success], [failed]); }

Please Help me.