mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
Use it to add an image to the write stream to see a recording banner on video echoed back to you during recording. ARGS: <file> [<position>] [<opacity 0-255>] POSITIONS: left-top left-mid left-bot center-top center-mid center-bot right-top right-mid right-bot <extension name="example"> <condition field="destination_number" expression="^overlay$"> <action application="answer"/> <action application="video_write_overlay" data="/path/to/img.png"/> <action application="record" data="/data/file.mp4"/> <action application="stop_video_write_overlay"/> </condition> </extension>
FS-7338 #comment disable mod_bv by default since the lib is not available on all supported platforms
…
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
206 MiB
Languages
C
65.2%
C++
20.8%
JavaScript
4.8%
Assembly
2%
Makefile
1%
Other
5.4%