i want to stream a video from the firebase storage, in a fragment of my android app. but what even i try my video doesn’t launch or the app crash when i request the fragment. being a beginner, i have followed a tuto so i used exoplayer. this is my fragment code: in addiction with : And the xml file
Tag: video-streaming
HTML5 video skips ranges after 32,768
I am exploring Http Range requests and video streaming with Java. I wanted to create a controller which streams a video to a tag. For some reason, after end range of 32768, the browser sends request for start of 100237312. Here are a slice of the logs from my console: My code: The client: I would appreciate if someone explains