Streaming 2 Separate Audio and Video Files with AntMedia #5255
Replies: 2 comments 1 reply
-
This answer is taken from https://antmedia.io/discover-the-filter-plugin/ Credits : @burak-58 Merging Video and Audio of Different Streams: 1.Stream both of the videos. curl command: curl -i -X POST -H "Accept: Application/json" -H "Content-Type: application/json" "http://localhost:5080/WebRTCAppEE/rest/v2/filters/create" -d '{"filterId":"addAudio","inputStreams":["stream1","stream2"],"outputStreams":["test"],"videoFilter":"[in0]copy[out0]","audioFilter":"[in1]acopy[out0]","videoEnabled":"true","audioEnabled":"true"}' Output streams: test Video Filter Text: Audio Filter Text: Explanation: We merge stream1‘s video with the stream2‘s audio into a new stream test. |
Beta Was this translation helpful? Give feedback.
-
Can i please ask anyone, to install antmedia on digital ocean and do this for me, I am not familiar with coding, i can use the ant media, but doesn't know where i have to put these codes and lines! and i am using ant media basic, doesn't have enterprise edition |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a Live Streaming URL which is in RTMS format! what i want to do is Streaming this video with another audio.. In Short i want to eliminate voice from the Video, and want to replace with my other Audio File, which will be played in the Loop!
Is there any extension for this?
Beta Was this translation helpful? Give feedback.
All reactions