Michael Jerris
ab50452e48
FS-7507: fix expansion of dirs compiled into freeswitch
2015-05-28 11:34:42 -05:00
Michael Jerris
2882e6764c
FS-7507: fix expansion of dirs compiled into freeswitch
2015-05-28 11:34:42 -05:00
Seven Du
7d6492cd5b
FS-7519: refactor and the av code should work now use it as default, bandwidth might be not accurate need furthur tweak
2015-05-28 11:34:37 -05:00
Anthony Minessale
60323dbc4b
FS-7513 FS-7499 mod auto-bitrate code
2015-05-28 11:34:37 -05:00
Anthony Minessale
406cc99ce7
FS-7500: [rtp] up debug to higher level
2015-05-28 11:34:36 -05:00
Anthony Minessale
3bcd0b9090
FS-7500 add switch_img_letterbox and use it for the mirror input function
2015-05-28 11:34:36 -05:00
Mike Jerris
0558cee2f2
FS-7500: fix include paths for libvpx
2015-05-28 11:34:36 -05:00
Seven Du
afee77e2a5
FS-7519: add fs_avc_find_startcode
2015-05-28 11:34:31 -05:00
Anthony Minessale
35dc7a2c99
FS-7519: fix build
2015-05-28 11:34:26 -05:00
Anthony Minessale
d8b62cf16f
FS-7519: [mod_avformat] change logger, mod_avcodec: change logger and copy data to/from frames to avoid overwriting and also send intra requests still but do not wait for one to init the codec
2015-05-28 11:34:11 -05:00
Michael Jerris
718f8be113
FS-7500: fix vpx include paths
2015-05-28 11:34:10 -05:00
Anthony Minessale
e7242fbee3
FS-7499 add tmmbr negotiation to sdp
2015-05-28 11:34:10 -05:00
Michael Jerris
624c386bee
FS-7500: require libvpx 1.4
2015-05-28 11:34:10 -05:00
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
28381f4967
FS-7509: reset radios per silly jquery rules
2015-05-28 11:34:00 -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
0dd3256f3a
FS-7509 update the verto demo to init properly with new $.verto.init() so resolutions and devices can be parsed properly
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