For assets created from a livestream recording, we have been skipping the prepare step because of
an apparent bug in go-livepeer that caused them not to be processed properly (Invalid argument).
The ideal flow for this though would actually be to avoid re-transcoding these recordings when we are
creating the assets. We have already created an HLS playlist for the livestream when it was recorded
in the first place. So we can just use that for the resulting asset playback as well.
For assets created from a livestream recording, we have been skipping the prepare step because of an apparent bug in
go-livepeer
that caused them not to be processed properly (Invalid argument
).The ideal flow for this though would actually be to avoid re-transcoding these recordings when we are creating the assets. We have already created an HLS playlist for the livestream when it was recorded in the first place. So we can just use that for the resulting asset playback as well.