]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
some refactors and make audio work with opus
authorSeven Du <dujinfang@gmail.com>
Fri, 13 Mar 2015 02:58:21 +0000 (10:58 +0800)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:12 +0000 (12:47 -0500)
commit8d4686aee2eee6a0ee8cc4d1fd9694593f51ecee
tree318ea5622c4b15261ac358526435ab0c40a690f0
parentdb31cc650e7b47ec8875d00e28d5498fff6a22b5
some refactors and make audio work with opus

use SWITCH_RTP_MAX_BUF_LEN for video
timestamp has to times 1000 or it too short
neither VLC nor Chrome plays it because they don't support OPUS,
but you can use `ffmpeg -i a.webm b.webm`
src/mod/formats/mod_webm/mod_webm.cpp