Dev Sharma

Results 11 comments of Dev Sharma

Hi @ashish-jain-aphroecs , Have you found any solution for the same? I have the same requirement.

Hi @jamie-beardedhen Could you please guide me for the same?

@Shakir4u I have updated the player and used ExoPlayerHelper instead of ToroPlayerHelper. I was using it with Exoplayer Please check if this is the same issue with your code.

@Shakir4u For me, it was also happening in some specific android device. I just updated the player at my end. After updating the player, not only this issue gets resolved...

class ViewHolderVideo extends RecyclerView.ViewHolder implements ToroPlayer, ExoPlayer.EventListener { private ExoPlayerHelper helper; private SimpleExoPlayerView dialogPlayerView; ViewHolderVideo(View itemView) { super(itemView); ButterKnife.bind(this, itemView); } @NonNull @Override public View getDialogPlayerView() { return videoView; }...

/* * Copyright (c) 2017 Nam Nguyen, [email protected] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with...