简体   繁体   English

如何在 angular 和 java spring 引导中使用 Z75031650174E137E287D 开发视频聊天应用程序?

[英]How to develop video chat application in angular and java spring boot using webRTC?

I want to build web based video chat application.我想构建基于 web 的视频聊天应用程序。 I am developing the application in Angular 7 and Java Spring Boot .我正在Angular 7Java Spring Boot中开发应用程序。 Also I want to use webRTC for videochat.我也想使用webRTC进行视频聊天。 Please share suggestions, how to build video chat using webRTC , Angular and Java Spring Boot .请分享建议,如何使用webRTCAngularJava Spring Boot建立视频聊天。

If you want to build something of this complexity on specific frameworks, you will usually have to build it yourself as there's small chances of finding the exact solution on the exact frameworks already built and released to public domain.如果您想在特定框架上构建这种复杂的东西,您通常必须自己构建它,因为在已经构建并发布到公共领域的确切框架上找到确切解决方案的机会很小。

Where to start from?从哪里开始? WebRTC streaming is probably the core feature you need to understand and implement for such project. WebRTC 流式传输可能是您需要了解和实施此类项目的核心功能。 You could review and deploy some samples to understand the technology, requirements, what you can achieve.您可以查看和部署一些示例以了解技术、要求以及您可以实现的目标。 In example, for a scalable production project you could check streaming WebRTC trough a Wowza SE relay as with this sample html5 videochat .例如,对于一个可扩展的生产项目,您可以通过 Wowza SE 继电器检查流式传输 WebRTC,就像这个示例 html5 视频聊天一样。 Then start building your own project from scratch, using the same requirements.然后使用相同的要求从头开始构建您自己的项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM