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
Hi,
I'd like to save recordings in the MPEG-TS format (as a single or a series of .ts files). This way I would also be able to stream the recording via Ffmpeg while it's being encoded.
How can I do this?
Thanks,
Moreno
The text was updated successfully, but these errors were encountered:
@JackyM06
Thanks, that would be a solution (I had to use Google translate but I got your message).
However, I'm still convinced MPEG-TS is a better option because I could even do without ffmpeg: I could just upload those files to AWS S3 and serve them via a CloudFront distribution, keeping streaming latency to a minimum. No need to send files to another server first.
I'm trying to save as mp4, without convert in the server with FFmpeg. You can load ffmpeg.js to make a convertion in the frontend, but have 17mb. I'm looking for a better solution.
Hi,
I'd like to save recordings in the MPEG-TS format (as a single or a series of .ts files). This way I would also be able to stream the recording via Ffmpeg while it's being encoded.
How can I do this?
Thanks,
Moreno
The text was updated successfully, but these errors were encountered: