plyr icon indicating copy to clipboard operation
plyr copied to clipboard

Youtube video is not playing

Open mahir28 opened this issue 1 year ago • 0 comments

YouTube video is not playing from yesterday. It is showing same error everwhere.

It is saying an error occurred. Please try again later. (Playback ID : Video ID).

https://ibb.co/6Rtxp0w

<div class="plyr__video-embed" id="player">
                    
                    <iframe
                            src="<?php echo $row['video_link']; ?>"
                            allowfullscreen
                            allowtransparency
                            allow="autoplay"

                    ></iframe>

                </div>

mahir28 avatar Sep 07 '23 15:09 mahir28