You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------------------ 原始邮件 ------------------
发件人: "mengzhidaren/VlcPlayer" ***@***.***>;
发送时间: 2022年5月30日(星期一) 下午4:54
***@***.***>;
***@***.******@***.***>;
主题: Re: [mengzhidaren/VlcPlayer] 请教下访问服务器的视频资源,需要token的,怎么设置header呢? (Issue #14)
https://code.videolan.org/videolan/vlc-android issues list 里面有
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
public VlcPlayer(@nonnull Context context){
mContext = context.getApplicationContext();
LibVLC libVLC = new LibVLC(context);
libVLC.setUserAgent("token","asdaasdfafasdfasfdasfa");
mMediaPlayer = new MediaPlayer(libVLC);
initHandlerThread();
}
这样子设置无效
The text was updated successfully, but these errors were encountered: