Mike Jerris
6189ac0192
Merge pull request #274 in FS/freeswitch from bugfix/FS-7578-telephone-event-codec-clock-rate to master
...
* commit 'f35343a9cc26ba08b20571784f14a5ef36bca0fc':
FS-7578: properly generate telephone-event in sdp for each rate of codec being offered
2015-07-03 17:32:35 -05:00
Anthony Minessale
a73952ceca
FS-7726 #resolve
2015-06-29 16:06:13 -05:00
Anthony Minessale
e80d129617
FS-7679 #resolve #comment should work now
2015-06-25 15:10:43 -05:00
Anthony Minessale
c014c00bbf
FS-7679 revert unwanted change
2015-06-25 14:40:06 -05:00
Anthony Minessale
6a102816f6
FS-7679 #resolve #comment please test, also added some cases of calling a file with no video as well
2015-06-25 13:33:47 -05:00
Anthony Minessale
834a0186e0
don't block on read of video file in the core
2015-06-19 01:50:48 -05:00
Anthony Minessale
c29568f1c2
FS-7432 regression from 251c4ab439eea53772aaf5636eb60bb7689f0fc9 don't count recovering channels
2015-06-18 13:33:50 -05:00
Anthony Minessale
0511896444
FS-7641 fix seg from wrongly nulling ping_frame
2015-06-13 16:19:13 -05:00
Anthony Minessale
7c94fc1680
play video files for hold_music
...
squashme
2015-06-13 16:18:45 -05:00
Anthony Minessale
9d40e1397d
FS-7641
2015-06-12 15:59:02 -05:00
Anthony Minessale
f35343a9cc
FS-7578: properly generate telephone-event in sdp for each rate of codec being offered
2015-06-09 15:38:05 -05:00
Anthony Minessale
251c4ab439
FS-7432 send actpass on re-invites
2015-06-08 16:17:53 -05:00
Brian
6bb8ee321a
FS-7601 improve opus packet loss routines #resolve
2015-06-05 18:11:20 -05:00
Anthony Minessale
8aea72c825
FS-7602 FS-7499 FS-7587 modify dtls init function placement
2015-06-04 20:37:15 -05:00
Anthony Minessale
150ebff5d4
FS-7602 FS-7499 FS-7587 #comment another refactoring pass on candidate parsing and ipv4/6 parsing (part 2)
2015-06-03 16:04:51 -05:00
Anthony Minessale
6c135e15c1
FS-7602 FS-7499 FS-7587 #comment another refactoring pass on candidate parsing and ipv4/6 parsing
2015-06-03 15:54:21 -05:00
Anthony Minessale
c9065a85b6
FS-7602 add some of 3b2d00f3e65061393da10a4ba286ac72cdb3c16e from verto to sip and refactor some code to keep sip working like verto
2015-06-02 21:20:03 -05:00
Anthony Minessale
51c6a6f7b5
add a bit to 2db8f94ab6543018df1792663b809e77d521cab9
2015-06-02 21:09:59 -05:00
Anthony Minessale
3b2d00f3e6
FS-7587 Add ipv6 support to Verto / Websockets
2015-06-01 13:39:47 -05:00
Anthony Minessale
2188358832
FS-7500 FS-7499 refactoring while battling chrome
2015-05-28 12:47:34 -05:00
Anthony Minessale
40484fce58
FS-7499 FS-7500 mods for interop against latest chrome builds
2015-05-28 12:47:34 -05:00
Anthony Minessale
09ede13fc4
FS-7500 add switch_img_letterbox and use it for the mirror input function
2015-05-28 12:47:33 -05:00
Anthony Minessale
a8c1341f42
FS-7499 add tmmbr negotiation to sdp
2015-05-28 12:47:32 -05:00
Anthony Minessale
81ef7703bd
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 12:47:32 -05:00
Anthony Minessale
6be0e0809d
FS-7501 add vbsize to mod video buffer size
2015-05-28 12:47:32 -05:00
Anthony Minessale
81094b3a0c
FS-7499 adding some more refactoring towards better rtcp
2015-05-28 12:47:31 -05:00
Anthony Minessale
4a76c0f8c6
FS-7499 second pass at adding TMMBR (WIP)
2015-05-28 12:47:31 -05:00
Anthony Minessale
593bd56bc6
FS-7499 revert 8a3b020be2d811e0b15008460f00cc32adcf9d51
2015-05-28 12:47:31 -05:00
Anthony Minessale
ea16f82d20
FS-7500: move img test down into read function
2015-05-28 12:47:31 -05:00
Anthony Minessale
772665e0fa
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 12:47:29 -05:00
Anthony Minessale
dc4c38dab5
FS-7499 FS-7508 FS-7501 some more general improvements for initial call setup
2015-05-28 12:47:29 -05:00
Anthony Minessale
272108f0b3
FS-7499 fix ssrc and rtcp negotiation and parsing irregularities caused by ice/rtcp mux
2015-05-28 12:47:29 -05:00
Anthony Minessale
e7fa32a781
FS-7499 prefer FIR over PLI when both are present
2015-05-28 12:47:29 -05:00
Anthony Minessale
e1ebd3b62b
FS-7432 #resolve
2015-05-28 12:47:29 -05:00
Anthony Minessale
a8a2c32ac3
FS-7499 FS-7500: combat black screen disease
2015-05-28 12:47:28 -05:00
Anthony Minessale
b5b3e58026
FS-7513: refactor main thread a little
2015-05-28 12:47:27 -05:00
Anthony Minessale
d1e466e76d
FS-7500: clock in 15fps for now
2015-05-28 12:47:27 -05:00
Anthony Minessale
33d9b8066b
FS-7500: return cng frames when waiting for a key
2015-05-28 12:47:27 -05:00
Anthony Minessale
22a4a4dd7e
FS-7500: set default bandwidth to 1mb
2015-05-28 12:47:25 -05:00
Michael Jerris
4662118ca8
CID:1294504: make sure to check for NULL frame
2015-05-28 12:47:24 -05:00
Michael Jerris
6dcff0a79a
CID:1294431: make sure not to check uninitialized value
2015-05-28 12:47:24 -05:00
Michael Jerris
35be8a16e9
CID:1024241: clean up null checking on var that can never be null anyways
2015-05-28 12:47:23 -05:00
Michael Jerris
200199e05f
CID:1023990: remove unused code
2015-05-28 12:47:23 -05:00
Michael Jerris
b78aac6196
FS-7456: also more complete fix for FS-7440, handle sdp with m lines in any order
2015-05-28 12:47:23 -05:00
Anthony Minessale
2a36066ea0
FS-7500: make 15fps the min detected speed
2015-05-28 12:47:23 -05:00
Michael Jerris
40d0e1fdd7
FS-7440: handle m=video lines before m=audio
2015-05-28 12:47:22 -05:00
William King
f09dad317f
CID: 1294489 missing break statement which would cause recvonly sdp to be treated as sendrecv
2015-05-28 12:47:21 -05:00
William King
acec23d8c8
CID: 1294518 remove chance for divide by 0
2015-05-28 12:47:21 -05:00
Seven Du
30463bfc1e
FS-7513: break is safer than continue
...
when the encoder returns 0, it means no more data will come and we should not try again
2015-05-28 12:47:21 -05:00
Anthony Minessale
d8e5334a05
FS-7513: add some mutexes on video_read_callback code
2015-05-28 12:47:21 -05:00