nchutchind/cordova-plugin-streaming-media

is it possible to use an url like rtsp://admin:admin@link

Open

#106 geöffnet am 11. Okt. 2017

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (285 Forks)batch import
enhancementhelp wantedpull-request-welcome

Repository-Metriken

Stars
 (392 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

What version of Streaming-Meda-Cordova-Plugin are you using? 0.1.4

What version of Cordova are you using? 7.0.1

What devices are affected? Android, IOs

Please describe the issue in detail, with relevant code samples

I could play a video using this example url: rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov. It works fine. But, when I try to use my needed url, which uses authentication, like rtsp://admin:admin@myurl:554/live, I get the Error: Unknown(1) - 2147483648.

I guess that the error is regarding the authentication. Does someone know how to workaround it?

Thanks,

Gustavo

Contributor Guide