nchutchind/cordova-plugin-streaming-media

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

Open

#106 创建于 2017年10月11日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Java (392 star) (285 fork)batch import
enhancementhelp wantedpull-request-welcome

描述

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

贡献者指南