- 28 5月, 2015 33 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Seven Du 提交于
FS-7500: fix and use 32bit timestamp, frame->timestamp is defined as switch_size_t and not always 32bit
-
由 Seven Du 提交于
FS-7513: let the core thread to read video if vid-floor in conference already locked-hold by someone else
-
由 William King 提交于
-
由 Seven Du 提交于
It by default remains the default behaviour However, you can setup a relationship between members to let the member choose to see anyone else but the floor, e.g.: conference 3000 relate 1 2 sendvideo In the above command member 2 will see member 1's video regardless member 1 has video floor or not
-
由 Seven Du 提交于
the callback will be called on each loop on read video frame, or the callback function call run it's own loop to take over the core loop so it can read video from session by itself. the callback function can - return SWITCH_STATUS_SUCCESS to wait another loop return SWITCH_STATUS_CONTINUE to continue use the default behaviour return anything else will break the core video loop and end the core thread
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
added switch_core_codec_encode_video and switch_core_codec_decode video and add separate video implementations the switch_core_video code depends on libvpx, wraped into the switch_ namespace like switch_apr, need to figure out how to find the correct libvpx lib in autotools
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 William King 提交于
the autoconf portion to detect the correct location of libopenh264 Basic conversion for vpx too. Borrowing from ldns handling, setup mod_vpx to prompt for the required library when the module is enabled
-
由 Seven Du 提交于
-
由 liyang 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
FS-7502: add simple video media bug implementation, should work with .fsv, be sure to set enable_file_write_buffering=false Conflicts: src/include/switch_types.h
-
由 Seven Du 提交于
conference 3000 record /tmp/testrecord.fsv call 9194 try to playback mp4 should also work with the mp4 file format, will be available soon
-
由 Seven Du 提交于
-
由 Anthony Minessale 提交于
-
- 27 5月, 2015 3 次提交
-
-
由 Ken Rice 提交于
-
由 Anthony Minessale 提交于
FS-7582 #resolve #comment port from 1.6 its probably better to start working on 1.6 for any webrtc or dtls stuff
-
由 Anthony Minessale 提交于
-
- 26 5月, 2015 3 次提交
- 21 5月, 2015 1 次提交
-
-
由 Brian West 提交于
-