This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2025-02-23 01:50:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
freeswitch
/
src
/
mod
/
endpoints
/
mod_rtmp
History
William King
cfeb6aaf54
Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup.
2013-05-17 11:36:30 -07:00
..
conf
/autoload_configs
conf: add config files to module directories
2012-03-24 04:51:08 +00:00
libamf
FS-5240: --resolve Please test
2013-05-02 23:57:50 -05:00
Makefile
RTMP as easy as A.B.C. Avant-Garde Solutions Inc. -- Barracuda Networks Inc. -- ClueCon!
http://www.cluecon.com
2011-06-13 12:52:16 -05:00
mod_rtmp_2008.vcproj
FS-3355 --resolve mod_rtmp for windows
2011-06-20 10:03:56 -05:00
mod_rtmp_2010.vcxproj
FS-3355 --resolve mod_rtmp for windows
2011-06-20 10:03:56 -05:00
mod_rtmp.2012.vcxproj
FS-4768 initial add of vs2012 build support
2012-12-29 14:57:15 -06:00
mod_rtmp.c
Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup.
2013-05-17 11:36:30 -07:00
mod_rtmp.h
FS-4505 --resolve
2012-08-08 10:08:29 -05:00
rtmp_sig.c
Moving all rtmp specific logging to use the rtmp uuid rather than the session uuid.
2013-04-23 17:52:32 -07:00
rtmp_tcp.c
FS-5395: False alarm on a reported valgrind memory leak. The io_private is alloc'd from a memory pool which valgrind sucks at tracking. No need to free this, because it'll get cleared when the memory pool on the rsession is destroyed.
2013-05-08 18:45:24 -07:00
rtmp.c
Updating the contributor tags
2013-04-23 17:52:32 -07:00