nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z any hints about what I could fix? Thanks!
Thread context
Parent post not stored (expired or never collected): nostr:447b0ccf5e46f2fb29f5d2c869ddc71f1342daac5c59fb535c6c9669fc36b287.
No idea, but exoplayer cannot play these files. Only the browser can. It's as if there was no codec for it on native Android.
Huh! Interesting, plain mp3. I’ll investigate and see what’s up with that. Thanks for the help! 🙏🏻
ContentType seems wrong:
content-type: text/html x-content-type-options: nosniff
The url is HTML, the media should be serving correct type in OG headers
This post
Yeah, it's because it ends with mp3 and has no other imeta/content type anywhere (as it should), so we hand it straight to the exoplayer as a fall back on the mp3 match. Will fix it.