Infactum / tg2sip

Telegram <-> SIP voice gateway
GNU General Public License v2.0
273 stars 104 forks source link

[Feature] Add video (h264) support #36

Open netaskd opened 3 years ago

netaskd commented 3 years ago

It would be great to have video support too. As I see TG has support h264.

Infactum commented 3 years ago

For video support to become possible it's required to implement new webrtc based calls protocol. While first one is planned, I haven't found any widely used video over sip use cases. Please describe more how are you using video calls over sip now, what pbx is used, etc.

svdaru commented 3 years ago

For video support to become possible it's required to implement new webrtc based calls protocol. While first one is planned, I haven't found any widely used video over sip use cases. Please describe more how are you using video calls over sip now, what pbx is used, etc.

SIP video calls are usually implemented as additional RTP channel with any video codec (h264). Asterisk with pjsip channel driver supports webrtc and direct sip video calls.

p2baron commented 3 years ago

+1 for video support. I would like to have my SIP intercom system call me.

svdaru commented 3 years ago

+1 for video calls

evgenekov commented 3 years ago

+1 for video calls.

foobar26 commented 2 years ago

My usecase would be to integrate a doorbird doorbell, which can do SIP calls and also provides a video stream of the integrated camera.

carlos-work commented 2 years ago

Hi @Infactum, how can we contact you to discuss about video implementation?

We would like contribute in this development.

Infactum commented 2 years ago

Hi @Infactum, how can we contact you to discuss about video implementation?

message me in telegram

evlas commented 2 years ago

Hello, I have the same need, were you able to make a call with h264 video?