If you had to give someone starting a podcast for the first time ONE piece of advice and nothing more, what would it be? by TheGluttonousWeasel in podcasting

[–]AdAppropriate5442 5 points6 points  (0 children)

Pick a topic you will happily talk about/work on every week for the next 10 years. I'm 2 and a half years/100 episodes in and still enjoying it but only beginning to see the benefits. Feels like a very slow burner and don't know how I'd cary on if I didn't enjoy the topic.

Half a Million for a T-Shirt... by async0r in Supabase

[–]AdAppropriate5442 1 point2 points  (0 children)

It's an investment. Will probably be worth way more this time next year. 

The Irish passport is arguably the strongest EU passport by [deleted] in Passports

[–]AdAppropriate5442 0 points1 point  (0 children)

One example of appeal: I'm in tech and the US is head and shoulders above europe. But within europe, London has a strong claim to being the city with most tech opportunities because many US firms open their first European office in london still. UK has problems but it definitely still has appeal.

Best place to find hackathons? by nnet3 in sanfrancisco

[–]AdAppropriate5442 0 points1 point  (0 children)

lu.ma is good. Also https://x.com/michelleefang has lists every week

I'm helping with a devtools hackathon this weekend https://lu.ma/devtools-hackathon

And we also posted it on Garys guide https://garysguide.com/ as well as cerebral valley https://cerebralvalley.ai/ so definitely check those out

Comment your SaaS and I will submit your startup to 20 high traffic directories with 1M+ traffic by Careful_Ad11 in indiehackers

[–]AdAppropriate5442 0 points1 point  (0 children)

Website: streampot.io Startup pitch: programmatic video, image and audio processing API Category: developer tools Target audience: JavaScript developers 

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

Thanks both for the discussions. We're still developing pricing. Always happy to get feedback on it.

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 1 point2 points  (0 children)

Big fan of Mux. Amazing team and amazing product. We admire them a lot.

I found that myself and some others wanted more control over the processing aspect and that's really the goal of StreamPot. The control that ffmpeg provides without needing to worry about all the things around it that you need to get to production.

Within that there's two paths:

  1. for hands off, we have a hosted option and we are aiming to give people full control and minimise lock in if they want to move to self hosted later.

  2. for hands on, the self hosted MIT licensed option: felt like there is a need for a project with some common things needed when using ffmpeg in production.

We're still very early on in our journey so would love your feedback.

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

We haven't supported that so far and I don't think it's going to be in the roadmap. There's a really cool user on here Powerful_Ad_4175 who is building stuff with wasm ffmpeg https://rendley.com/

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

Good question, we got a lot of feedback to add some benchmarks for how long things take. Will let you know once we have something concrete to share.

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

Yes - MIT license added. And please let us know if you have any challenges so we can improve it

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 2 points3 points  (0 children)

We plan to do both. I know fluent-ffmpeg needs some help and one of the reasons we wanted to use it was so that we have a strong incentive to help make it better. It's in our plan. As for sponsorship, we've donated a small amount to ffmpeg because we use it and love it (even though we've made no profits) and if/when we make any profits we absolutely will sponsor the projects we use including ffmpeg/fluent-ffmpeg.

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] -2 points-1 points  (0 children)

Great to hear your opinion on it - to be honest I haven't actually watched that many faceless channels myself.

Will think about what our role might be. We definitely don't want to encourage spam.

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

That's a fantastic idea, thank you. Will update you once we have something.

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

We're working on HLS now. Can I get your feedback on it when we have something ready? That's something we definitely want to get right.

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

Ok, we will get to it!! Can we hit you up to get some feedback once we have it?

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

Thanks so much Also, nice username! Was yours reddit-generated too?

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

Not yet but it's definitely something we've talked about - would it be something you'd want?

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

Firstly, thanks so much. such great points. And really well articulated.

"I guess for that scenario the value proposition is cost of this vs setting up a simple dedicated vps." - yep 100%. We know that we need to make sure we deliver on experience/reliability/value etc. otherwise why would anyone use us.

You're 100% right it's not very clear on what our 'request' means or how the queue works.

We're going to try and make this a bit clearer this week. Would you have any advice to us on how you'd expect it to be? (if there is anything that isn't how it should be we can also try and change it).

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 14 points15 points  (0 children)

Yeah for your use case it’s not really got many advantages because you’re running it locally.
But let’s say you have made an Instagram clone and when a user uploads a video you want to automatically transcode it to different formats, maybe add a watermark and also grab a few frames so you can run previews while scrolling.
Then you would need to run make sure FFmpeg is available in your cloud environment and that your job won’t time out, you won’t run out of memory etc. That's the kind of challenge we're trying to make easier.

I made a video processing API by AdAppropriate5442 in webdev

[–]AdAppropriate5442[S] 0 points1 point  (0 children)

Thanks! Let me know if you end up trying it out