This is a strange one that I haven’t figured out just yet. It doesn’t seem to be related to it being a crosspost. Was it displaying video controls (play button) but not playing, or did it just render as an image with no controls?
I have stumbled across similar issues, but I can’t consistently reproduce the issue for testing. I’m thinking it has to do with the video player failing to load the video, and then not retrying. For a while I was thinking it may be an issue causing video controls to show up on image posts, but now I’m thinking it’s just videos failing to play.
I’ll look into this further and see if I can’t figure out what is going on.
That’s great, glad that worked as intended!
I pushed an update last night that added a settings page that includes all the URL Schemes for Arctic. I need to clean it up a bit, and I’ll probably add some more schemes for things like search, tab selection, post and comments by ID, etc. but at least for now there is a home for displaying the schemes.
The lemmy API is quite easy to use, you could even skip login by copying the JWT from another session to authenticate the custom connector (unless you can prompt for username and password in the connector) either way, it should be achievable.