Seven Du
1443535838
FS-7550 quick and dirty tweak for overlay, maybe need furthur tweaks but this should work with most transparent pngs
2015-05-28 11:34:10 -05:00
Anthony Minessale
17eae800dc
FS-7500: add video_write_overlay and stop_video_write_overlay
...
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>
2015-05-28 11:34:10 -05:00
Anthony Minessale
6cd753bb95
FS-7513 drop bw if there are frequent dropouts
2015-05-28 11:34:10 -05:00
Anthony Minessale
e16662bdcf
FS-7513 improve auto bandwidth feature and add other performance improvemnts related to dropping video when its not visible
2015-05-28 11:34:09 -05:00
Anthony Minessale
046cd34cd9
FS-7501 add vbsize to mod video buffer size
2015-05-28 11:34:09 -05:00
Anthony Minessale
80b86163d6
FS-7513 add manage-inbound-video-bitrate conference flag
2015-05-28 11:34:09 -05:00
Anthony Minessale
dca0d185e4
FS-7513 favor moderators for selection of open layers in the canvas
2015-05-28 11:34:09 -05:00
Anthony Minessale
93513b2ba9
FS-7499 some mods to relad/recover in rtp. Killing dtls here might be unsafe and isn't necessary anyway
2015-05-28 11:34:09 -05:00
Anthony Minessale
33dffd5cfe
FS-7499 adding some more refactoring towards better rtcp
2015-05-28 11:34:08 -05:00
Seven Du
4e02f92ac6
FS-7550 starting to and libgd to core video
2015-05-28 11:34:08 -05:00
Anthony Minessale
eb24b8adf0
FS-7499 second pass at adding TMMBR (WIP)
2015-05-28 11:34:08 -05:00
Anthony Minessale
c35c3f4206
FS-7500: send a few intra requests in decode_video
2015-05-28 11:34:08 -05:00
Anthony Minessale
c804d80b72
FS-7500: set 500ms min on retransmit of outdated xml based intraframe request that EVERYTHING still seems to use
2015-05-28 11:34:08 -05:00
Anthony Minessale
7f258178ca
FS-7519: add abndwidth params and fix issue on reset of mov_avcodec
2015-05-28 11:34:01 -05:00
Anthony Minessale
11321898c8
FS-7499 revert 8a3b020be2d811e0b15008460f00cc32adcf9d51
2015-05-28 11:34:00 -05:00
Anthony Minessale
670053a195
FS-7500: move img test down into read function
2015-05-28 11:34:00 -05:00
Anthony Minessale
40791b910e
FS-7500: change variable names to reflect audio vs video %NEEDS_DOC
...
remote_media_ip_reported => remote_audio_ip_reported and remote_video_ip_reported
new vars remote_audio_ip and remote_video_ip like remote_media_ip but specific to audio and video
remote_media_port_reported => remote_audio_port_reported and remote_audio_port_reported
remote_media_port => remote_audio_port and remote_video_port
rtp_auto_adjust => rtp_auto_adjust_audio and rtp_auto_adjust_video
2015-05-28 11:34:00 -05:00
Anthony Minessale
4b6a7f0079
FS-7501: flush video on jb activate/reset
2015-05-28 11:34:00 -05:00
Anthony Minessale
9d5336f098
FS-7500: re-enable sip info video refresh
2015-05-28 11:34:00 -05:00
Anthony Minessale
eb233091d8
FS-7499 fix some refactor-related regressions in rtcp
2015-05-28 11:34:00 -05:00
Anthony Minessale
d2d7c6a970
FS-7499 fix regression from a00be7c3435baac3454378044b3f76b4ce164935
2015-05-28 11:33:59 -05:00
Seven Du
368118778e
FS-7506 add alpha channel to switch_rgb_color_t so it is possible to make transparent text img
2015-05-28 11:33:59 -05:00
Seven Du
f68f1968f4
FS-7506 refactor to use rgb color for pixel
2015-05-28 11:33:59 -05:00
Seven Du
d10cb87463
FS-7506 improve anti-aliasing when use a NULL bgcolor for transparent text
2015-05-28 11:33:59 -05:00
Anthony Minessale
b618e027b9
FS-7513 move some locking around
2015-05-28 11:33:59 -05:00
Anthony Minessale
53b22eb0b6
FS-7513: don't patch image on mute
2015-05-28 11:33:59 -05:00
Anthony Minessale
1f150a1847
FS-7499: start of tmmbr/n
2015-05-28 11:33:58 -05:00
Anthony Minessale
848ceb30fd
FS-7513 fix all video mute related issues
2015-05-28 11:33:58 -05:00
Anthony Minessale
928d035166
FS-7499 FS-7513 video mute the old way seems to break chrome when resuming, add some improvements to mitigate
2015-05-28 11:33:58 -05:00
Anthony Minessale
b9a14588de
FS-7499 FS-7500 FS-7508 FS-7513 trying to improve the video signal decoding under stress and get vpx to latch on to a signale sooner
2015-05-28 11:33:58 -05:00
Anthony Minessale
48b74550ef
FS-7499 FS-7513 try to avoid storm of refreshes in heavy usage
2015-05-28 11:33:58 -05:00
Anthony Minessale
22c056ff73
FS-7499 FS-7508 FS-7501 some more general improvements for initial call setup
2015-05-28 11:33:57 -05:00
Anthony Minessale
d2c332dfe7
FS-7499 fix ssrc and rtcp negotiation and parsing irregularities caused by ice/rtcp mux
2015-05-28 11:33:57 -05:00
Anthony Minessale
03faed393d
FS-7499 prefer FIR over PLI when both are present
2015-05-28 11:33:57 -05:00
Anthony Minessale
126ee95e8b
FS-7432 #resolve
2015-05-28 11:33:57 -05:00
Seven Du
2791da4b0a
FS-7500: switch_img_overlay now support ARGB and negtive position, also change alpha value to match doc description
2015-05-28 11:33:57 -05:00
Seven Du
32199f7fec
FS-7519: av play support block and no block mode, support audio only mode
2015-05-28 11:33:52 -05:00
Michael Jerris
c6e9adcdbb
FS-7519: [mod_avformat] fix ffmpeg symbol collision
2015-05-28 11:33:47 -05:00
Michael Jerris
8347b012a6
FS-7519: [mod_avcodec] add x264 to linker
2015-05-28 11:33:42 -05:00
Michael Jerris
a6382c8f27
FS-7519: [mod_avcodec] add libavutil to linker
2015-05-28 11:33:37 -05:00
Seven Du
f5c2320203
FS-7519: this works on both Mac and debian
2015-05-28 11:33:33 -05:00
Seven Du
101e591778
FS-7519: [mod_avformat] fix debian build
2015-05-28 11:33:28 -05:00
Michael Jerris
ed230bac71
FS-7519: [mod_avformat] add libavutil and libavresample to linking deps
2015-05-28 11:33:24 -05:00
Michael Jerris
9c89cabaf8
FS-7519: [mod_avformat] add libswscale and libavcodec to linking deps
2015-05-28 11:33:18 -05:00
Seven Du
499a22c32d
FS-7503 FS-7519: refactor to support video playback using libavformat
...
need -lswscale to converto from non-I420 fmt to I420
2015-05-28 11:33:02 -05:00
Anthony Minessale
4381b27468
FS-7499 FS-7500: combat black screen disease
2015-05-28 11:33:02 -05:00
Brian West
4d7803afe9
FS-7500: increase buffer size
2015-05-28 11:33:02 -05:00
Brian West
4044c1ed39
FS-7513: fix seg
2015-05-28 11:33:02 -05:00
Anthony Minessale
40de6dd44e
FS-7515: txt len
2015-05-28 11:33:01 -05:00
Anthony Minessale
1fa51bbdf7
FS-7513: final touches
2015-05-28 11:33:01 -05:00