Jared Petersen

Results 30 comments of Jared Petersen

There's different players that you can use to view the stream. It looks like you're using MPEG dash so you'll need to find a player for that. [Video.js](https://videojs.github.io/videojs-contrib-dash/) is a...

It's just me 😄 I don't have any suggestions since I haven't played much with the SSL aspect. It's definitely something that I'd like us to better support in the...

You should be able to just download the binary listed here (`raspilive`) and run that on your Pi -- let me know if you can't. https://github.com/jaredpetersen/raspilive/releases/tag/v1.0.3 Direct download link: https://github.com/jaredpetersen/raspilive/releases/download/v1.0.3/raspilive

Yeah, so it looks like you'd need to add some middleware here to set up your CORs stuff. This should _probably_ be handled by the application out of the box....

Eventually 🤷‍♂️ I've been taking a small break from open source to catch up on other hobbies. Is there an urgent need?

This is more complicated than I initially thought. It's probably worth waiting for GitHub Packages to inevitably support Debian packages instead.

@willynlabs Glad that you have found this project useful! I haven't been following the recent updates to FFmpeg so I wasn't aware of this new flag. FFmpeg is a monster...

Yeah, we'd have to look at refactoring how these get cleaned up. Right now, FFMpeg handles that completely. An easy fix would just be that raspi-live removes everything in the...

Yes, it looks like raspivid (the camera module CLI) supports rotation: > `--rotation, -rot Set image rotation (0 - 359)` > Sets the rotation of the image in the viewfinder...

I needed to set up timeouts for Hystrix too and documented my findings on [StackOverflow](https://stackoverflow.com/a/69199541/7583677).