How to get notified & access kurento media server recording? -
i can run one2one-call-advanced java example. i'm running kurento media server , client (the example java application) on different machines.
so haven't figured out things:
how can notified of successful recording? when webrtc call ends, should assume recording in filesystem location specified parameters recorderendpoint.builder?
does kurento provide mechanism access recording or should use 3rd party tools (ftp access, scp, mounted amazon s3 bucket) make recordings directory accessible network?
are there error conditions or messages recorderendpoint or pipeline produce can use determine success/failure conditions or recording location?
thanks!
- yes, can expect that.
- you can use playerendpoint, able of playing video accessible kms. can indicate file using uri.
- not specifically, media elements have onerror event can subscribe, , if error occurs in pipeline or in endpoint, you'll notified.
edit
the recorder supports storing files directly in s3, without having mount volume in server. available in development branch of v6.2.0
Comments
Post a Comment