fijkplayer
fijkplayer copied to clipboard
如何读取海康威视配置的有用户密码的rtsp流
rtsp://admin:[email protected]:554/h265/ch2/main/av_stream 比如这样的,直接填会显示Unhandled Exception: Invalid argument (path must be a valid url)这个错误,有没有办法可以解决。
你解决了吗
试试这样 rtsp://admin:${password}@${ip}/ISAPI/Streaming/channels/101
player.setOption(FijkOption.formatCategory, "auth_type", "basic");