All Projects → starrtc → Starrtc Web Demo

starrtc / Starrtc Web Demo

一对一voip视频聊天,直播连麦,多人视频会议,在线会议web演示:

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Starrtc Web Demo

Starrtc Android Demo
🚀starRTC,即时通讯(IM)系统,免费IM系统(含单聊,群聊,聊天室,文件传输),免费一对一视频聊天,VOIP,语音对讲(回音消除),直播连麦,视频直播,RTSP拉流,RTMP推流,webRTC服务端,在线教育,白板,小班课,在线会议,视频会议,视频监控,局域网直连(无需服务器),兼容webRTC, 支持webRTC加速,P2P高清传输,安卓、iOS、web互通,支持门禁对讲,可视对讲,电视盒子,树莓派,海思,全志,任天堂switch,云游戏,OTT设备,物联网平台,C语言自研方案,支持二次开发成类微信,类映客等APP,✨万水千山总是情,来个star行不行✨,更多示例请访问:
Stars: ✭ 3,038 (+981.14%)
Mutual labels:  voip, webrtc, live
Flutter Webrtc
WebRTC plugin for Flutter Mobile/Desktop/Web
Stars: ✭ 2,764 (+883.63%)
Mutual labels:  voip, webrtc
Fonos
🚀 The open-source alternative to Twilio
Stars: ✭ 3,785 (+1246.98%)
Mutual labels:  voip, webrtc
Siprtcproxy
网关服务:Sip与Rtc互通,实现Web,Android,iOS,小程序,SIP座机,PSTN电话,手机互通。
Stars: ✭ 217 (-22.78%)
Mutual labels:  voip, webrtc
Stun
A Go implementation of STUN
Stars: ✭ 141 (-49.82%)
Mutual labels:  voip, webrtc
Starrtc Server
免费IM系统,IM即时通信消息系统(含一对一文字聊天,群聊,聊天室),免费一对一voip实时通话,录屏,webrtc服务端,免费直播连麦,互动直播,视频直播,RTSP拉流,RTMP推流,语音对讲,免费在线会议,视频会议等服务端程序,支持物联网平台,✨万水千山总是情,来个star行不行✨
Stars: ✭ 2,295 (+716.73%)
Mutual labels:  voip, live
Jackknife
⚔️ 金轮法王,哦不,是轮子大师带你玩转Android,是时候尝试下MVVM了。这是一个Android应用开发全家桶库,支持Kotlin+MVVM+Dagger2+Retrofit架构。
Stars: ✭ 215 (-23.49%)
Mutual labels:  voip, live
Sip.js
A simple, intuitive, and powerful JavaScript signaling library
Stars: ✭ 1,282 (+356.23%)
Mutual labels:  voip, webrtc
P2P-DPlayer
DPLayer powered by CDNBye P2P Engine
Stars: ✭ 63 (-77.58%)
Mutual labels:  webrtc, live
foxrtc
media sdk based on webrtc
Stars: ✭ 36 (-87.19%)
Mutual labels:  webrtc, webrtc-demos
singo
Simple WebRTC Signaling Server written in Go
Stars: ✭ 57 (-79.72%)
Mutual labels:  webrtc, webrtc-demos
Kamailio
Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms -
Stars: ✭ 1,358 (+383.27%)
Mutual labels:  voip, webrtc
Browser Phone
A fully featured browser based WebRTC SIP phone for Asterisk
Stars: ✭ 95 (-66.19%)
Mutual labels:  voip, webrtc
sdp
A Go implementation of the SDP
Stars: ✭ 89 (-68.33%)
Mutual labels:  webrtc, voip
Pushkit silentpushnotification
PushKit_SilentPushNotification to receive VOIP call while iOS app is in background or terminated state
Stars: ✭ 93 (-66.9%)
Mutual labels:  voip, webrtc
Mediadevices
Go implementation of the MediaDevices API.
Stars: ✭ 197 (-29.89%)
Mutual labels:  voip, webrtc
Homer
HOMER - 100% Open-Source SIP / VoIP Packet Capture & Monitoring
Stars: ✭ 855 (+204.27%)
Mutual labels:  voip, webrtc
Freeswitch
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Stars: ✭ 1,213 (+331.67%)
Mutual labels:  voip, webrtc
WebRTC-Python-Open-Source-Application-for-1-to-1-video-chat
This Sample Python Application demonstrates the use of EnableX Platform Server APIs and JavaScript Toolkit to develop basic one to one video chat application. It allows developers to ramp up on app development by hosting on their own devices.
Stars: ✭ 12 (-95.73%)
Mutual labels:  webrtc, webrtc-demos
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-86.83%)
Mutual labels:  webrtc, live

webrtc-demo

English Version

在线效果演示: https://www.starrtc.com/demo/web/

本地测试可以直接拖到浏览器里。 放在服务器上需要web服务器支持https才行(没有https,没法使用webrtc api,这是谷歌定的 )

部署https方法(有备案好的域名和正规证书的情况下):http://www.elesos.com/index.php?title=Nginx%E9%85%8D%E7%BD%AEHTTPS

没有正规证书时:

本产品完全免费,并且提供免费的私有部署服务端程序,支持全部功能,并提供第三方拉流、推流功能。

需要我们支持请加QQ群:807242783

如需私有部署,请到如下地址下载:

https://github.com/starrtc/starrtc-server

部署好私有服务端后,请在index.js中,修改privateURL、webrtcIP两个变量指向部署的私有服务端地址,此两个变量意义相同,区别为privateURL可以为域名或ip,webrtcIP必须为ip。

更改完成后,如没有更换过私有服务端目录下自带的自签名证书,可能会遇到wss连接错误

遇到这种情况需先在浏览器中访问 https://私有服务ip:29991-29995 五个端口,遇到页面提示有风险时,点击继续访问直到出现页面,此操作是用于在websocket wss连接时做证书信任操作,如果有正式证书,可将服务端目录下自签名证书同名替换掉,即可省略此步骤。

在线教育

pdf文档上传标记直播,白板

edu_pdf

edu_whiteboard

录屏

screen_phone

screen_web

更新记录

https://github.com/starrtc/starrtc-web-demo/wiki/Changelog

Contact

QQ : 2162-498-688

邮箱:[email protected]

手机: 186-1294-6552

微信:starRTC

QQ群:807242783

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].