Jump to content
  • 0

Recording Multiple Streams in to one file.


Ash
 Share

Question


Is it possible to record a SS stream with Multiple Audio tracks (each having its own stream ID) in to a single recorded file?

Ideally, we would like to provide a list of audio streams to combine and record.

Thx.


Sent from my iPhone
Link to comment
Share on other sites

  • Answers 3
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

3 answers to this question

Recommended Posts

  • 0

Hi Ash,

Have a good day. 

Sorry, I couldn't understand it clearly. What does "SS stream" mean?
You can merge your streams after the record is ended. Here is the sample FFmpeg code:
ffmpeg -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex amix=inputs=3:duration=first:dropout_transition=3 OUTPUT

I hope, I could help you.

Best Regards,
Selim

Link to comment
Share on other sites

  • 0

Hello Selim,

Thank you for the link below. SS means screen sharing. 

Is there a way to provide an API so we can specify what files (by stream ID) to merge after recording is complete?

Going on server to do it manually is not user friendly.

Thx.

Dhimant 

Sent from my iPhone
On Mar 12, 2021, at 3:41 PM, Selim Emre <selimemretoy@gmail.com> wrote:

 

Hi Ash,

Have a good day. 

Sorry, I couldn't understand it clearly. What does "SS stream" mean?
You can merge your streams after the record is ended. Here is the sample FFmpeg code:
ffmpeg -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex amix=inputs=3:duration=first:dropout_transition=3 OUTPUT

I hope, I could help you.

Best Regards,
Selim

 

--

You received this message because you are subscribed to the Google Groups "Ant Media Server" group.

To unsubscribe from this group and stop receiving emails from it, send an email to ant-media-server+unsubscribe@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/ant-media-server/1787da08-36d5-47d5-836f-0510f6d15680n%40googlegroups.com.

Link to comment
Share on other sites

 Share

×
×
  • Create New...