資源簡介
unity3d 引擎 C# 雙端開發實時音視頻精簡項目源碼,client sever 總共只用4個代碼文件
代碼片段和文件信息
using?System.Net;
using?System.Net.Sockets;
using?System.Text;
using?System.Threading;
using?System.Linq;
using?UnityEngine;
using?System.Collections;
using?UnityEngine.UI;
using?System.Collections.Generic;
using?System;
using?ICSharpCode.SharpZipLib;
using?ICSharpCode.SharpZipLib.GZip;
using?System.IO;
public?class?Client?:?MonoBehaviour
{
????public?string?ipaddress?=?“192.168.0.140“;
????public?int?port?=?7788;
????private?Socket?VideoclientSocket;
????private?Socket?AudioclientSocket;
????private?Thread?Camerathread;
????private?Thread?Audiothread;
????private?byte[]?CameraSendData?=?new?byte[100000];
????private?byte[]?CameraReceiveData?=?new?byte[100000];//?數據容器
????private?byte[]?AudioReceiveData?=?new?byte[100000];//?數據容器
????private?byte[]?AudioSendData
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.????166400??2018-11-20?17:11??實時音視頻\unity\.vs\實時視頻服務器\v15\.suo
?????文件??????????0??2018-11-09?15:35??實時音視頻\unity\.vs\實時視頻服務器\v15\Server\sqlite3\db.lock
?????文件????1454080??2018-11-20?14:31??實時音視頻\unity\.vs\實時視頻服務器\v15\Server\sqlite3\storage.ide
?????文件??????32768??2018-11-20?08:39??實時音視頻\unity\.vs\實時視頻服務器\v15\Server\sqlite3\storage.ide-shm
?????文件????4124152??2018-11-20?17:11??實時音視頻\unity\.vs\實時視頻服務器\v15\Server\sqlite3\storage.ide-wal
?????文件??????24302??2018-11-19?10:59??實時音視頻\unity\Assembly-CSharp-Editor.csproj
?????文件??????19935??2018-11-20?16:43??實時音視頻\unity\Assembly-CSharp.csproj
????I.A....?????23155??2018-11-20?17:06??實時音視頻\unity\Assets\example.unity
????..A..H.???????155??2018-11-14?14:00??實時音視頻\unity\Assets\example.unity.me
????I.A....??????2001??2018-11-09?17:45??實時音視頻\unity\Assets\Material\CamTexture.mat
????..A..H.???????188??2018-11-09?15:49??實時音視頻\unity\Assets\Material\CamTexture.mat.me
????I.A....??????2814??2018-11-09?15:57??實時音視頻\unity\Assets\Material\Quad.prefab
????..A..H.???????190??2018-11-09?15:57??實時音視頻\unity\Assets\Material\Quad.prefab.me
????..A..H.???????172??2018-11-09?15:53??實時音視頻\unity\Assets\Material.me
?????文件?????229376??2018-11-19?14:28??實時音視頻\unity\Assets\plugins\ICSharpCode.SharpZipLib.dll
????..A..H.???????569??2018-11-19?14:53??實時音視頻\unity\Assets\plugins\ICSharpCode.SharpZipLib.dll.me
????..A..H.???????172??2018-11-19?14:30??實時音視頻\unity\Assets\plugins.me
?????文件??????12825??2018-11-20?17:03??實時音視頻\unity\Assets\sc
????..A..H.???????243??2018-11-13?12:14??實時音視頻\unity\Assets\sc
?????文件??????10377??2018-11-20?17:10??實時音視頻\unity\Assets\sc
????..A..H.???????243??2018-11-19?11:35??實時音視頻\unity\Assets\sc
????..A..H.???????172??2018-11-09?15:33??實時音視頻\unity\Assets\sc
????I.A....??????4116??2018-11-09?15:33??實時音視頻\unity\Library\AnnotationManager
????I.A....???4437700??2018-11-20?17:06??實時音視頻\unity\Library\assetDataba
????I.A....????????18??2018-11-20?08:36??實時音視頻\unity\Library\AssetImportState
????I.A....?????????0??2018-11-09?15:33??實時音視頻\unity\Library\BuildPla
????I.A....??????4152??2018-11-09?15:33??實時音視頻\unity\Library\BuildSettings.asset
????I.A....?????18319??2018-11-20?17:07??實時音視頻\unity\Library\CurrentLayout.dwlt
????I.A....?????16283??2018-11-20?15:01??實時音視頻\unity\Library\CurrentMaximizeLayout.dwlt
????I.A....??????4836??2018-11-20?08:36??實時音視頻\unity\Library\EditorUserBuildSettings.asset
............此處省略1496個文件信息
評論
共有 條評論