Jeremy Ryan
Jeremy Ryan
Would it be a better idea to implement a simple to use API so that admins can build their own payment/plan backend? On streama's side we just expose some simple...
How about user editable groups? That way from the API you could place people into pre-configured groups. And from the stream admin page you could use the groups too, so...
@tipcircle Like I said previously: I don't think streama should be the one that actually integrates the payment processors. We would provide an API or Extention interface that would allow...
I've done some research and its looking like there might be a issue in grails that doesn't let it listen on a specific interface. There are some workarounds that we...
I think this is a grails issue - you should be able to set it to listen on a single interface, at the moment it binds to all of them....
On-the-fly transcoding is something I've been thinking about for a while, but have been working on other issues. My plan was to create a wrapper around FFMPEG to handle the...
We could build the transcoder to do both pre-transcoding and live-transcoding. Then make it selectable for the user, by default live-transcoding the files so users don't have to think about...
Yeah will definitely do that. If it's just the container that needs to be changed no sense to completely decode and reencode the data.
Nothing really "new" but I really want focus on figuring it out. I think what I'm going to try is to spawn an FFMPEG process to write a temp file...
Okay so what I'm looking at at the moment is to integrate [hls.js](https://github.com/video-dev/hls.js) and use ffmpeg to generate a hls stream. This will be compatible with: - Chrome for Android...