Video plan preview, launching Monday: manton.org
@manton for sure will be using this, been wanting to do more video things in the future.
Love the peertube idea!
@manton I will give it a try. Wanted to play around with some live videos. For 20$/month I donāt have enough video stuff going on, though I would have opted into something additional like 5$ for 5 minutes for like any tier, for everyone that wants to do a bit more. Nevertheless, I hope the launch goes well āļø
@manton Iām curious, will this subsume all current video uploading features? Iāve built shortcuts and web flows that reduce resolution to get videos under the current size limit, including an Instagram Crossposter with Make.com. But most of my videos to Instagram are 90 seconds long ā one of their presets. Will those videos fail to upload? I canāt say I fancy paying double to retain the same functionality.
@jarrod Good question. No, this is additive and does not currently change the old workflows. I had to make API changes to support uploading larger video files, so I tried to keep the old API the same. Basically there is new processing that has to happen that shouldnāt run if you have scripts that upload to the Micropub endpoint. If you run into problems, let me know and I will reevaluate how it works.
@manton Ah, very good. I had a feeling youād have a solution. š Thanks, and good luck with the launch!
@manton iām so here for this, and $20 sounds super reasonable to me, itās going to be an awesome 2026!
@manton trying to work out why in firefox nightly i get the message no video with supported format and MIME type found, i thought it was a hls issue so installed a plugin called fast stream and it works. wonder if it was something i was doing because it works fine on firefox on mobile.
@settee We have a Micro.blog plug-in called āVideo streamingā that is needed for Firefox and Chrome video. It should be installed automatically. Can you check if itās on your blog under Plug-ins? If it is, there may be a theme issue that is preventing it from loading.
@manton yeah thatās what iām trying to resolve, i donāt think itās a dom rewrite (with my own code) digging further, sent email, will add that plugin, thank you!
@settee I see that the plug-in is loaded: https://sett.ee/js/studio.js. But the .js file is not being referenced in your theme template. If youāve edited the theme, you should be able to edit the template again to add a script tag to point to that .js file.
@settee Thereās also this JavaScript that is included by the plug-in: cdn.jsdelivr.net/npm/hls.jā¦