GiraffePlayer2
GiraffePlayer2 copied to clipboard
out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Can't get Subtitle i put (.srt) file also but can't get subtitle
The delay in the RTMP livestream keeps increasing as time passes. Any idea what might be wrong?
Please let me know how we can remove the action bar when the video is playing in the portrait mode? using the below code :- GiraffePlayer.play(getApplicationContext(), new VideoInfo(Uri.parse ("video_link")));
@tcking can you please tell me how to hide seek bar in during the video play because some time seek bar is not working properly
Hello sir. I'm mayank langalia. Right now I'm working your library project. I'm facing one issue. I have used Fragment. Auto Orientation is not working. if (displayModel == GiraffePlayer.DISPLAY_NORMAL) {...
播放本地视频黑屏
第一次播放的时候、会黑屏一段时间,以后再播放就没有了 `public class AdsView extends LinearLayout { ImageView ivAds;//图片 VideoView videoView;//视频 private GiraffePlayer player; private List dataList;//数据源 int index = 0; private int singleShowTime = 5; private final CompositeDisposable disposables...
Hi, I need to use your player throw xml. My xml is : My java file : videoView = (VideoView)findViewById(R.id.video_view); videoView.setVideoPath(channel.getUrl()).getPlayer().start(); The error I'm getting : java.lang.NullPointerException: Attempt to invoke...
Hi, I am checking with .ts format but it is not working. URL: http://54.36.176.117:2082/live/test/test/250.ts Please replay. Thanks and Regards, Mohsin
I have two queries please help me with them * How to add Button in topbar * How to open video in full screen landscape mode oncreate