Anthony Minessale
|
6923845033
|
add execute_on_pickup and api_on_pickup
|
2013-04-30 11:41:34 -05:00 |
Brian West
|
4ac76c7c57
|
fix stopping of streams
|
2013-04-30 12:32:45 -05:00 |
Anthony Minessale
|
ff7cb252fa
|
FS-5358 --resolve use allow-transcoding=true param in global settings or fifo_allow_transcoding=true channel var on per caller basis
|
2013-04-30 09:39:35 -05:00 |
Anthony Minessale
|
fe3bbb3431
|
FS-5286 we can try this for added protection
|
2013-04-29 09:19:47 -05:00 |
Anthony Minessale
|
9ef0323499
|
FS-5355 --resolve
|
2013-04-29 10:09:14 -05:00 |
Anthony Minessale
|
c4e7c302f9
|
FS-5351 --resolve
|
2013-04-27 08:19:18 -05:00 |
Seven Du
|
a980074f16
|
FS-4990 Doh! fix unintentional %s
|
2013-04-27 17:08:35 +08:00 |
Seven Du
|
5b9318c109
|
FS-4990 change uuid_debug_audio to uuid_debug_media and add video params
|
2013-04-27 06:47:06 +08:00 |
Anthony Minessale
|
8ab04152f6
|
FS-4990
|
2013-04-26 11:07:50 -05:00 |
Anthony Minessale
|
7a42ec06df
|
RTP stats were not being logged. There is no JIRA on this sigh
|
2013-04-26 09:31:28 -05:00 |
Anthony Minessale
|
442a53ae3c
|
rebuild
|
2013-04-26 08:41:49 -05:00 |
Mariusz Czułada
|
4fb7adf9a6
|
Do not make mod_say_pl by default
|
2013-04-26 10:10:58 +02:00 |
Mariusz Czułada
|
8f6d95794d
|
Initial version of mod_say_pl
|
2013-04-26 00:17:50 +02:00 |
Mariusz Czułada
|
b056fd06a3
|
Initial version of mod_say_pl
|
2013-04-26 00:16:49 +02:00 |
Brian West
|
88a13a7580
|
FS-5316 --resolve
|
2013-04-25 13:48:02 -05:00 |
Brian West
|
d5ec949142
|
Add application layer keepalive options to sofia and expose config options
|
2013-04-25 13:34:07 -05:00 |
Anthony Minessale
|
471b3d33fd
|
add tcp keepalive where possible
|
2013-04-25 13:33:17 -05:00 |
Anthony Minessale
|
eeeb4fa445
|
FS-5340 --resolve
|
2013-04-24 16:35:58 -05:00 |
Anthony Minessale
|
032761c0f5
|
FS-5346 --resolve use new originate_delay_start=<ms> to get this
|
2013-04-24 15:07:45 -05:00 |
Anthony Minessale
|
1627fb1a59
|
FS-5344 --resolve
|
2013-04-24 12:23:43 -05:00 |
Anthony Minessale
|
15e4da68e4
|
FS-5342 --resolve
|
2013-04-24 12:12:42 -05:00 |
Anthony Minessale
|
fddad1da06
|
FS-5343 --resolve
|
2013-04-24 12:09:35 -05:00 |
Anthony Minessale
|
8a727b0de4
|
FS-5331
|
2013-04-24 11:32:58 -05:00 |
Anthony Minessale
|
35b584bd19
|
FS-5325 this should prefer v4 addrs to avoid the blocking on connect as well so you can use the dns name again
|
2013-04-24 10:49:04 -05:00 |
Anthony Minessale
|
c6e9b9941c
|
FS-5325
|
2013-04-24 10:12:42 -05:00 |
William King
|
66d1755b06
|
If the rsession is null, then don't try to unlock it, since that'll just result in a segfault.
|
2013-04-23 17:52:33 -07:00 |
William King
|
5c87754e42
|
fixed rtmp active calls count
|
2013-04-23 17:52:33 -07:00 |
William King
|
1dd86108fb
|
added rsession check before comparing its state. commented out active sessions loop
|
2013-04-23 17:52:32 -07:00 |
William King
|
f7cb641d17
|
Updating the contributor tags
|
2013-04-23 17:52:32 -07:00 |
William King
|
6f89e2537e
|
Moving all rtmp specific logging to use the rtmp uuid rather than the session uuid.
|
2013-04-23 17:52:32 -07:00 |
William King
|
fa6d465711
|
Another variable name standardization
|
2013-04-23 17:52:32 -07:00 |
William King
|
e379a596b2
|
Should resolve the last of the rsession -> session and session -> rsession on_destroy race condition issues
Conflicts:
src/mod/endpoints/mod_rtmp/mod_rtmp.c
|
2013-04-23 17:52:32 -07:00 |
William King
|
fec463fdfe
|
White space cleanup and variable naming standardization
|
2013-04-23 17:52:32 -07:00 |
William King
|
ad3a5a3572
|
Standardizing on rsession to reference rtmp_session_t
Conflicts:
src/mod/endpoints/mod_rtmp/mod_rtmp.c
|
2013-04-23 17:52:32 -07:00 |
William King
|
7e1aad02b2
|
Resolve the segfault where the channel is destroyed while it is still receiving audio
Conflicts:
src/mod/endpoints/mod_rtmp/rtmp.c
|
2013-04-23 17:52:32 -07:00 |
William King
|
a687274308
|
Cleaning up and standardizing variable name to rsession if the session referenced is an rtmp_session_t
|
2013-04-23 17:52:32 -07:00 |
William King
|
f81d17c1e2
|
added debugging to print ip and port of rtmp connection as well as tie the rtmp session and fs session together
|
2013-04-23 17:52:31 -07:00 |
William King
|
d8edc031fa
|
fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill
|
2013-04-23 17:52:31 -07:00 |
Anthony Minessale
|
de1f013f2e
|
FS-5331
|
2013-04-23 18:08:41 -05:00 |
Anthony Minessale
|
25de1531ce
|
FS-5331
|
2013-04-23 17:59:26 -05:00 |
Anthony Minessale
|
7ae835daf8
|
FS-5302 missed a word
|
2013-04-23 17:16:54 -05:00 |
Anthony Minessale
|
d049b71ca7
|
favor the lessor of the configured cache-ttl or the max-age, add an abs-cache-ttl to be forced cache ttl, and add cache_ttl and abs_cache_ttl url params to set it per req
|
2013-04-23 15:52:41 -05:00 |
Anthony Minessale
|
e1c325dcb5
|
FS-5341 --resolve
|
2013-04-23 14:49:07 -05:00 |
Anthony Minessale
|
9bf19ec74d
|
FS-5331
|
2013-04-23 14:27:20 -05:00 |
Chris Rienzo
|
5f83c708ef
|
added .vox (Dialogic/OKI ADPCM 8kHz format) to mod_sndfile
|
2013-04-23 16:21:02 -04:00 |
Anthony Minessale
|
3438337a16
|
FS-5329 --resolve
|
2013-04-23 10:27:40 -05:00 |
Anthony Minessale
|
ec43377df7
|
FS-5339 --resolve
|
2013-04-23 10:26:16 -05:00 |
Anthony Minessale
|
5e71ab6a06
|
FS-5331 --resolve yes this is a bug that is now fixed
|
2013-04-23 10:13:54 -05:00 |
Travis Cross
|
7845e3244f
|
Add mod_translate to debian packaging
|
2013-04-23 10:29:31 +00:00 |
Travis Cross
|
8ae26362e4
|
Show CPPFLAGS from debian/rules
|
2013-04-23 10:25:29 +00:00 |