Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

267
Views
Agora cloud recording separating audio and video files in azure, but I need one file with both audio and video
const request = {
        uid: '999',
        cname: `${channelName}`,
        clientRequest: {
        token: EventService.getRecordingToken(channelName),//tocken of 999
        recordingConfig: {
             maxIdleTime: 120,
             streamTypes: 2,
             channelType: 0,
             videoStreamType: 0,
             subscribeVideoUids: [idsToUse.uId + ""],
             subscribeAudioUids: [idsToUse.uId + ""],
             subscribeUidGroup: 0
        },
        recordingFileConfig: {
             avFileType: ["hls"]
        },
        storageConfig: {
             accessKey: process.env.AZURE_ACCESS_KEY,
             region: 3,//The region parameter has no effect, whether or not it is set.(Ref:https://docs.agora.io/en/cloud-recording/cloud_recording_api_rest?platform=RESTful)
             bucket: `${process.env.AZURE_CONTAINER_NAME}`,
             secretKey: process.env.AZURE_SECRET_KEY,
             vendor: 5
       }
     }
  };

This is my start recording configurations for individual recording for a livestream for my app. By this I got 2 files one is .audio.m3u8 and 2nd is .video.m3u8 but my requirement is only one file with both audio and video in it. Can anyone help me in this regard?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Please Use Cloud Composite Recording API Transcoding

https://docs.agora.io/en/cloud-recording/cloud_recording_composite_mode?platform=RESTful

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!