[mirotalk] - split audio/video stream, fix and update dep

This commit is contained in:
Miroslav Pejic
2023-10-08 12:27:18 +02:00
parent 4465051d36
commit 0e3cda5592
4 changed files with 642 additions and 512 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.0.6
* @version 1.0.7
*
*/
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.0.6",
"version": "1.0.7",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -34,8 +34,8 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/integrations": "^7.72.0",
"@sentry/node": "^7.72.0",
"@sentry/integrations": "^7.73.0",
"@sentry/node": "^7.73.0",
"axios": "^1.5.1",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
@@ -45,7 +45,7 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ngrok": "^4.3.3",
"openai": "^4.11.0",
"openai": "^4.11.1",
"qs": "^6.11.2",
"socket.io": "^4.7.2",
"swagger-ui-express": "^5.0.0",
+628 -506
View File
File diff suppressed because it is too large Load Diff
+9 -1
View File
@@ -658,7 +658,15 @@ access to use this app.
<div id="videoPinMediaContainer"></div>
<div id="videoMediaContainer">
<!-- <div class="Camera"></div> -->
<!-- <div class="Camera">
<video></video>
</div> -->
</div>
<div id="audioMediaContainer" style="display: none">
<!-- <div>
<audio></audio>
</div>-->
</div>
<!-- End Video container -->