fijkplayer icon indicating copy to clipboard operation
fijkplayer copied to clipboard

如何读取海康威视配置的有用户密码的rtsp流

Open gx96 opened this issue 4 years ago • 3 comments

rtsp://admin:[email protected]:554/h265/ch2/main/av_stream 比如这样的,直接填会显示Unhandled Exception: Invalid argument (path must be a valid url)这个错误,有没有办法可以解决。

gx96 avatar Aug 22 '20 02:08 gx96

你解决了吗

Gaoxichao avatar Jan 11 '22 06:01 Gaoxichao

试试这样 rtsp://admin:${password}@${ip}/ISAPI/Streaming/channels/101

NikeSupreme avatar May 11 '22 07:05 NikeSupreme

player.setOption(FijkOption.formatCategory, "auth_type", "basic");

pauloamarcon avatar Aug 03 '23 21:08 pauloamarcon