Exoplayer error in Recyclerview, Source error None of the available extractors
问题 I am using ExoPlayer to stream videos in a RecyclerView. I am implementing the ExoPlayer inside my RecyclerView Adapter's bind method inside my ViewHolder. The video format I am using is m3u8 and the URL I am using works in a browser. So I know that the video link is valid. I've also testing a youtube link in there. Here is the code from the Recyclerview adapter's ViewHolder -> class ViewHolder private constructor(val binding: FeedRowBinding) : RecyclerView.ViewHolder(binding.root) { fun bind