Josh Allmann
Josh Allmann
Transcoder2 was removed in https://github.com/livepeer/lpms/pull/410 so closing this PR
@darkdarkdragon Good thinking on joy4. From a quick glance over the code [here](https://github.com/livepeer/joy4/blob/livepeer/format/ts/demuxer.go#L238-L264) and [here](https://github.com/livepeer/joy4/blob/livepeer/codec/h264parser/parser.go), joy4 would probably give us the *latest* width and height out of the box. We'd...
> After your comment in decode PR I thought that every frame can have own resolution? Yes - by putting a new SPS in front of each frame. > rewrite...
> I understand the current implementation is single-threaded, however, it's single-threaded on a segment level. This means we can still use multiple cores when we are transcoding multiple segments at...
> Can we detect it when multiple streams are in the container? Yes, the trouble would be in selecting the appropriate stream. There is an API to "find the best...
Added a note to the wiki saying this > ⚠️ We should stop the job if there is more than one stream per media type in an input. Presumably we...
Seems to have been a Mist segmenter issue since LPMS should be able to handle single-frame inputs without problems ... this has been covered by tests for a long time...
Probably the moral of the story is, "don't overwhelm the system" 😄 Combined with https://github.com/livepeer/lpms/issues/158 , it sounds like it may be a good idea to put reasonable limits in...
Thanks for the report. This seems similar to an earlier issue from a while ago - https://github.com/livepeer/go-livepeer/issues/328 ? In any case, @darkdarkdragon has some fixes coming up soon which should...
Thanks for the report, couple notes: * Plex reported that what sounds like a similar problem during their own benchmarks. Would this be related? https://www.elpamsoft.com/?p=Plex-Hardware-Transcoding * Would be good to...