MxVideoPlayer icon indicating copy to clipboard operation
MxVideoPlayer copied to clipboard

Video is not visible

Open rushikeshathare opened this issue 5 years ago • 0 comments

Video is not visible in the ,video is playing in background but only black screen is visible not video. please suggest the solution . here is my code below

MxVideoPlayerWidget jzvdStd1=new MxVideoPlayerWidget(ContentActivity.this); LinearLayout.LayoutParams remparams = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, 300); remparams.setMargins(20, 5, 10, 10); jzvdStd1.setLayoutParams(remparams); rr1.addView(jzvdStd1);

String path =resourceUrl; jzvdStd1.autoStartPlay(path,MxVideoPlayer.SCREEN_STATE_ON,"");

rushikeshathare avatar Jun 11 '20 12:06 rushikeshathare