Anthony Minessale
de8c37975b
FS-10131: [freeswitch-core] Incorrect video decode flags in some places #resolve
2017-03-13 14:50:50 -05:00
Anthony Minessale
51dd5e87a7
FS-9922: [mod_conference] Auto Energy Level #resolve
2017-03-09 12:03:55 -06:00
Anthony Minessale
da6b9e001c
FS-9742: [mod_conference,mod_cv] Refactor canvas zoom code #resolve
2017-03-09 11:54:13 -06:00
Anthony Minessale
a4eddcafda
FS-10019 typo
2017-03-09 10:49:14 -06:00
Anthony Minessale
53aab765d8
FS-10019
2017-03-08 19:41:48 -06:00
Anthony Minessale
23c9605efb
FS-10019 revert and alternate fix
2017-02-16 18:26:36 -06:00
Anthony Minessale
daf5b97841
FS-10040: [mod_conference] Add seperate thread for canvas rendering per session #resolve
2017-02-14 10:29:59 -06:00
Sergey Safarov
df1ab07ca4
FS-9924: Removed extra space in source files
2017-02-09 23:59:49 -05:00
Anthony Minessale
15278f6ea0
FS-9911: [mod_conference] Canvas not clearing when video playback of file is done #resolve
2017-01-03 15:30:04 -06:00
Seven Du
49d730e7f9
FS-9736 #resolve add conference json_list
2016-11-30 23:54:18 +08:00
Anthony Minessale
60d8551f2c
FS-9748 fix commit snafu
2016-11-17 10:53:09 -06:00
Ken Rice
0578331edf
FS-9748 accidental unused variable left behind
2016-11-16 22:39:26 -06:00
Anthony Minessale
232d171577
FS-9748 #resolve [Locking contention with mod_shout playing conference moh] %backport=1.6
2016-11-16 20:09:05 -06:00
Anthony Minessale
3c0d537107
FS-9638
2016-11-10 18:09:44 -06:00
Anthony Minessale
c701ce6173
FS-9708 #resolve [RTP timing when doing repacketization]
2016-11-10 17:34:48 -06:00
Anthony Minessale
9b8a5edd3d
FS-9638
2016-11-10 12:09:00 -06:00
Mike Jerris
b7f45a7727
FS-9714: [mod_conference] fix crash due to race on closing file handles when playing a file to a conference via api command as a conference is shutting down
2016-11-09 16:26:41 -06:00
Anthony Minessale
ce01590486
FS-9706 #resolve [Add loops param to file playback in conference]
2016-11-07 12:17:56 -06:00
Anthony Minessale
c409499cd9
FS-9576 #resolve [Add Realtime Text]
2016-09-27 16:40:43 -05:00
Mike Jerris
fca259d13c
Merge pull request #961 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9526 to master
...
* commit 'e76350df42bd31180147180bebcf72f2dd588b9a':
FS-9526 [mod_conference] add deaf sounds
2016-09-19 17:53:13 -05:00
Luis Azedo
e76350df42
FS-9526 [mod_conference] add deaf sounds
2016-09-19 19:41:45 +01:00
Luis Azedo
1c00e64a9a
FS-9533 [mod_conference] add member-enter-sound
2016-09-19 09:11:29 +01:00
Luis Azedo
0fddb6b08f
FS-9505 [mod_conference] honor verbose-events in conference-create event
2016-09-13 17:45:15 +01:00
Brian West
3c92bad18e
FS-9425 fix copy and paste error where we were not setting the height properly.
2016-08-17 12:52:40 -05:00
John Briscoe
3227b02194
do not destroy conference if ghost(s) are present, add ghost count check before setting flag
2016-07-26 13:18:41 -07:00
Chad Phillips
14f9b576f1
FS-9230: Customize video muted banner
...
Allows customizing the banner displayed when video is muted, via conference
param 'video-mute-banner' per conference, or channel var 'video_mute_banner'
per user.
Foreground/background colors, font face/size, and text can all be customized.
2016-07-19 10:16:41 -07:00
Michael Jerris
1448ada505
FS-9307: [mod_conference] don't close files until after video threads are done to avoid race condition trying to use closed file handle when playing a video file
2016-06-28 14:02:02 -05:00
Brian West
9508370de8
Revert "FS-9303 add CONF_VIDEO_MODE_NONE so we don't default to CONF_VIDEO_MODE_PASSTHROUGH"
...
This reverts commit 7150cede347fcbd4f8eb6283e6e10719dc9e9907.
2016-06-28 11:04:24 -05:00
Brian West
7150cede34
FS-9303 add CONF_VIDEO_MODE_NONE so we don't default to CONF_VIDEO_MODE_PASSTHROUGH
2016-06-28 10:59:24 -05:00
Anthony Minessale
c0d9901b8b
FS-9150 #resolve ["video-mute-exit-canvas" param combined with "video-bridge-first-two" causes video feed to flip back and forth between feeds when users video-mute]
2016-05-31 20:35:00 -05:00
Brian West
ff169d8133
Revert "FS-8704: Add min-members, wait-min-members-timeout, wait-mod-timeout, wait-min-members-timeout-message, wait-mod-timeout-message, endconf-mod-exit-message, and endconf-message parameters and functionality to mod_conference."
...
This reverts commit c39fbb295f6b9bc01baa5dbfc578e12022c088ae.
2016-04-27 11:00:29 -05:00
Anthony Minessale
0685a073ed
FS-9106 up default FPS to 30
2016-04-26 23:19:25 -05:00
Mike Jerris
beada9b0cb
Merge pull request #656 in FS/freeswitch from mod_conf_enhancements to master
...
* commit 'c39fbb295f6b9bc01baa5dbfc578e12022c088ae':
FS-8704: Add min-members, wait-min-members-timeout, wait-mod-timeout, wait-min-members-timeout-message, wait-mod-timeout-message, endconf-mod-exit-message, and endconf-message parameters and functionality to mod_conference.
2016-04-11 12:00:37 -05:00
Seven Du
0fa449d573
FS-8749 #resolve #comment please test
2016-03-27 16:08:40 +08:00
Mike Jerris
c690ae67ca
FS-8977: default to enable hw encoder on conference too
2016-03-25 18:37:25 +00:00
Mike Jerris
fdedaadd23
Merge pull request #770 in FS/freeswitch from FS-8750-1 to master
...
* commit 'bdeacb1d29d78626474bf53cf8969bf3ea20c751':
FS-8751 [Conference Play Video Total Time and Current Time]
FS-8748 FS-8751 check current play_status
FS-8748 track pdf total pages and current page
FS-8754 add ability to read high quality PDF
FS-8750 implement file_seek for video files
2016-03-25 10:36:40 -05:00
Anthony Minessale
f93668e3fd
FS-7800 fix some stuff in multi-canvas
2016-03-18 18:21:25 -05:00
Seven Du
13c99e938b
FS-8406 #comment add options to scale down cavas size, fps and bandwidth
2016-03-18 09:05:10 +08:00
Seven Du
648ec5db84
FS-8748 FS-8751 check current play_status
2016-03-17 09:34:57 +08:00
Brian West
6f936349f7
FS-8789 fix warning thats printed when it shouldn't be
2016-02-02 11:18:09 -06:00
Eliot Gable
c39fbb295f
FS-8704: Add min-members, wait-min-members-timeout, wait-mod-timeout, wait-min-members-timeout-message, wait-mod-timeout-message, endconf-mod-exit-message, and endconf-message parameters and functionality to mod_conference.
2016-01-05 11:23:23 +00:00
Anthony Minessale
af49d5b086
FS-8595 contd
2015-12-16 18:20:21 -06:00
Anthony Minessale
56a4557237
FS-8595 contd
2015-12-16 15:34:06 -06:00
Anthony Minessale II
881197e661
FS-8629 #resolve [Add new param video-mute-exit-canvas to conference cflags]
2015-12-15 11:58:02 -06:00
Anthony Minessale
2f04c5e16d
FS-8633 #resolve [ first verto to join a conference does not get "conference-livearray-join" event]
2015-12-09 16:16:26 -06:00
Anthony Minessale
6cd796a9bc
FS-8293 add quality level 0 to conference (default is 1) and fix some logic in auto bw
2015-12-09 15:33:26 -06:00
Anthony Minessale
874aaf7a99
FS-8293 make conference video quality configurable with video-quality param NEEDS DOC
2015-11-25 16:01:34 -06:00
Anthony Minessale
060641f220
FS-8293 make sanity level based on quality 2 and also in conference
2015-11-25 15:42:51 -06:00
Anthony Minessale
8293dd03d0
FS-8546 #resolve [Make original video demo back-compat with livearray-json-status]
2015-11-16 17:02:07 -06:00
Anthony Minessale
828d6eaf01
first pass, add some funcs to conference and speed test features and fix bugs in ws.c for big payloads
2015-11-06 14:01:54 -06:00