You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now /recordings endpoint constructs HLS manifest with .ts segments in it. We also want to download recording in MP4 format.
We will add two URL query params: format and rendition. If format=mp4 then we will take rendition (source by default), will read all the .ts segments one-by-one, transmux them to mp4 on the fly and return that mp4.
The text was updated successfully, but these errors were encountered:
Right now /recordings endpoint constructs HLS manifest with .ts segments in it. We also want to download recording in MP4 format.
We will add two URL query params:
format
andrendition
. Ifformat=mp4
then we will takerendition
(source by default), will read all the .ts segments one-by-one, transmux them to mp4 on the fly and return that mp4.The text was updated successfully, but these errors were encountered: