nchutchind/cordova-plugin-streaming-media

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

Open

#106 opened on Oct 11, 2017

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Java (392 stars) (285 forks)batch import
enhancementhelp wantedpull-request-welcome

Description

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