Closed
Description
- I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
- ExoMedia version:
4.1.0
- Device OS version:
8.1
- Devide Manufacturer:
Google
- Device Name:
Pixel XL
Reproduction Steps
I am trying to implement coub.com player in my app. However, in order to decode my video as .mp4 I need to replace two first bytes with 0x00. ytdl-org/youtube-dl#13754 (comment)
I tried to create custom DataSource that does it, but it looks like ExoMedia does not recognize it correctly, and both video and seekbar stops after few seconds. Is it possible to achieve it using this library? Should I write custom MediaSource?