7篇文章 · 6091字 · 2人關(guān)注
視頻會議訂閱問題: 除了video_floor_holder成員能read到視頻,其他成員都不能。 視頻會議訂閱模式那邊,conference_...
視頻會議訂閱: 在每一個會議member的結(jié)構(gòu)體中增加一個conference_member_t *target_video_member;變量...
之前討論的思路: 讓每一個會議成員的結(jié)構(gòu)體conference_member_t對象中增加一個鏈表,保存多個要訂閱這個成員視頻數(shù)據(jù)的其他成員對象...
1、設(shè)置conference->video_floor_holder成員的函數(shù) conference_set_video_floor_holde...
一、分析一個模塊的源碼步驟 1、首先應(yīng)該看SWITCH_MODULE_LOAD_FUNCTION(mod_conference_load);也就...
最初簡單的做法是使用單線程while死循環(huán)接收從tcp或udp客戶端發(fā)來的json數(shù)據(jù)(接收到數(shù)據(jù)——生產(chǎn)者)后,立即調(diào)用處理json數(shù)據(jù)的函數(shù)...
1、注冊信息數(shù)據(jù)庫表。 當有sip客戶端向服務(wù)器注冊時,在進行一番驗證注冊成功后,會向<.dir.>/freeswitch/db/core.db...