livepeer / lpms

Livepeer media server
MIT License
282 stars 71 forks source link

LPMS_USE_NEW_TRANSCODE places sentinel frames in output #365

Closed AlexKordic closed 1 month ago

AlexKordic commented 1 year ago

transcode2() produces extra trailing frames. Those frames are first frame of a segment - also used as sentinel frame in flush stage.

transcode() works as expected.

j0sh commented 1 month ago

transcode2 was removed in https://github.com/livepeer/lpms/pull/410 so closing this issue