Commit Graph

35258 Commits

Author SHA1 Message Date
Andrey Volk 60ce1f5603 [mod_verto] Fix use of libks websockets on Windows. POLLHUP is ignored in poll events on Linux but fails on Windows so should be avoided. 2021-10-23 01:21:12 +03:00
Anthony Minessale 708944fad1 [mod_av] don't exit on decode errs just continue 2021-10-23 01:21:11 +03:00
Seven Du d9cd35455e [mod_av] fix interrupt callback is not passed down to the hls context in the first open_input 2021-10-23 01:21:10 +03:00
Seven Du c14191e09e [mod_av] make key_frame_min_freq work to prevent generate key frames too frequently 2021-10-23 01:21:09 +03:00
Anthony Minessale 9f9d54a22e [core] some more hardening work 2021-10-23 01:21:08 +03:00
Anthony Minessale c31a6e0bcb [core] some mods for file playback to get proper bitrate and timing 2021-10-23 01:21:08 +03:00
Anthony Minessale 415b0b74bb [mod_sofia] don't auto unhold via media format for non-sip 2021-10-23 01:21:07 +03:00
Anthony Minessale 735637fa4d [core] don't decode strings with no encoding in them 2021-10-23 01:21:06 +03:00
Anthony Minessale f3f757072d [core] gen keyframe on new recording 2021-10-23 01:21:05 +03:00
Anthony Minessale ae85190e0f [mod_video_filter] fix some keyframe stuff and add read:sound and write:sound options 2021-10-23 01:21:05 +03:00
Anthony Minessale 50fea65c34 [core] flush all the rtp on transfers 2021-10-23 01:21:04 +03:00
Anthony Minessale 280ffbc155 [core] fix possible looping recover 2021-10-23 01:21:03 +03:00
Anthony Minessale 9457bf9082 [core, mod_verto] remove CF_VIDEO_ONLY and pay attention to the streams instead and add CF_NO_RECOVER flag for verto 2021-10-23 01:21:02 +03:00
Anthony Minessale 55922ac6d0 [core] fix long sql stmts may be skipped, introduced in 2e88c67c9d in 2009 2021-10-23 01:21:02 +03:00
Anthony Minessale 79586ea218 [core] add a flag to tell when video media bugs that touch the write stream are active 2021-10-23 01:21:01 +03:00
Anthony Minessale b438adc861 [core] add unlockable youtube resolver in the core. use global variable ${youtube_resolver} to set a cgi that takes url= param to translate youtube urls into real stream urls 2021-10-23 01:21:01 +03:00
Anthony Minessale a6095a6e2f [core] expand vars on execute_on and api_on 2021-10-23 01:21:00 +03:00
Anthony Minessale a5b1c7a93b [build] improve configure test for openal 2021-10-23 01:20:59 +03:00
Chris Rienzo 14067512e2 [core] allow external ID to be same as the session UUID 2021-10-23 01:20:59 +03:00
Chris Rienzo 9a4c43fa16 [core] Add switch_core_session_set_external_id() which lets you define an additional identifier that you can use in switch_core_session_locate(). 2021-10-23 01:20:58 +03:00
Andrey Volk f89620fb5a [Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs. 2021-10-23 01:20:57 +03:00
Anthony Minessale 1c60b57449 [mod_verto] verto.announce 2021-10-23 01:20:56 +03:00
Anthony Minessale 48a4a40b90 [mod_verto] add subscribed channel in events so you can see what subscription string you used 2021-10-23 01:20:55 +03:00
Anthony Minessale b2bc8d56e5 [mod_verto] send last known display info on re-attach 2021-10-23 01:20:55 +03:00
Anthony Minessale f8af9ec13c [mod_verto] add verto.ping 2021-10-23 01:20:55 +03:00
Anthony Minessale c3107de609 [mod_verto] verto auth stuff 2021-10-23 01:20:54 +03:00
Anthony Minessale e8e5cae7fe [mod_verto] add verto perms commands 2021-10-23 01:20:54 +03:00
Anthony Minessale 931d23537e [mod_verto] add jsonlist 2021-10-23 01:20:53 +03:00
Anthony Minessale 3996af6497 [mod_verto] add log line to detect incorrect login 2021-10-23 01:20:53 +03:00
Anthony Minessale eb6f419054 [mod_verto] make verto.attach always an answer and never an offer 2021-10-23 01:20:53 +03:00
Anthony Minessale a82f0ee449 [mod_verto] fix reattach on reopen 2021-10-23 01:20:52 +03:00
Anthony Minessale a8899b9c75 [mod_verto] get the conference to send a keyframe when you reload/attach so the video shows up faster 2021-10-23 01:20:52 +03:00
Anthony Minessale dc46ac4170 [mod_verto] add param to have verto send pass over xml_curl 2021-10-23 01:20:51 +03:00
Anthony Minessale d843d4dd89 [mod_verto] add debug controls for verto 2021-10-23 01:20:51 +03:00
Anthony Minessale a6463cbeeb [mod_verto] indicate video fps and size of current layer to client 2021-10-23 01:20:51 +03:00
Anthony Minessale 1746263d1e [mod_verto] verto re-invites part 1 2021-10-23 01:20:50 +03:00
Anthony Minessale d24702f695 [mod_verto] add new verto command construct basics 2021-10-23 01:20:50 +03:00
Anthony Minessale 3770722690 [mod_verto] new changes for verto video features 2021-10-23 01:20:49 +03:00
Anthony Minessale b7e9b7a8ff [core]speed up call setup 2021-10-23 01:20:49 +03:00
Andrey Volk 933a409ff6 [mod_verto] Fix content length overflow on 32bit 2021-10-23 01:20:49 +03:00
Anthony Minessale 2a676f2743 [mod_verto] move websocket implementation to libks 2021-10-23 01:20:48 +03:00
Seven Du 9d682828b5 [mod_dptools] add debug_media app 2021-10-23 01:20:47 +03:00
Andrey Volk 5942903231 [Build-System] Sign FreeSWITCH modules with timestamp on Windows when new version is released. 2021-10-23 01:20:47 +03:00
Andrey Volk b7d44c879c [Build-System] Sign FreeSWITCH MSI Package with the Code Signing Certificate on Windows. 2021-10-23 01:20:47 +03:00
Mike Jerris 1b98a3a02a [mod_av] dont leak avformat context in error cases 2021-10-23 01:20:46 +03:00
Mike Jerris f6bc49263a .gitignore 2021-10-23 01:20:46 +03:00
Mike Jerris e9541c1772 .gitignore 2021-10-23 01:20:46 +03:00
Anthony Minessale c9bf083289 [core] add idle cpu to log lines 2021-10-23 01:20:45 +03:00
Mike Jerris 7361ecb675 [core] url decode video render text 2021-10-23 01:20:45 +03:00
Anthony Minessale 1b32bda60e [core] reduce waits in sqldb 2021-10-23 01:20:45 +03:00