資源簡介
實現了簡單的RTSP的客戶端命令功能。
可以連接darwin服務器,并進行交互。
實現了Options,Describ,Setup,Play,teardown命令。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Threading;
using?jn.isos.socket;
using?jn.isos.socket.client;
using?jn.isos.socket.common;
namespace?jn.isos.video
{
????///?
????///?Copyright?
????///?公司網站:
????///?CLR版本:
????///?機器名稱:
????///?開發團隊:
????///?創建時間:3/29/2012?1:44:08?PM
????///?創建年份:?2012????
????///?作者:jiayp:QQ104652091
????///?功能介紹:
????///?檢查時間:
????///?檢查人:
????///?檢查結果:
????///?
????public?partial?class?MainForm?:?Form
????{
????????private?RtspClient?m_client;
????????private?SynchronizationContext?m_context;
????????private?string?m_sessionID=““;
????????public?MainForm()
????????{
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????919??2012-05-30?11:08??RtspClient.sln
?????文件????????119??2012-05-30?18:03??readme.txt
?????目錄??????????0??2012-05-30?17:55??RtspClient
?????目錄??????????0??2012-05-30?11:13??RtspClient\bin
?????目錄??????????0??2012-05-30?11:17??RtspClient\bin\Debug
?????文件??????40960??2012-05-30?13:17??RtspClient\bin\Debug\AsynSocket.dll
?????文件?????270336??2010-12-02?11:46??RtspClient\bin\Debug\log4net.DLL
?????文件????1365508??2010-12-02?11:46??RtspClient\bin\Debug\log4net.xm
?????文件??????24576??2012-05-30?17:55??RtspClient\bin\Debug\RtspClient.exe
?????文件??????32256??2012-05-30?17:55??RtspClient\bin\Debug\RtspClient.pdb
?????文件???????5632??2005-11-11?22:25??RtspClient\bin\Debug\RtspClient.vshost.exe
?????文件???????5102??2012-05-30?17:55??RtspClient\MainForm.cs
?????文件???????5905??2012-05-30?17:41??RtspClient\MainForm.Designer.cs
?????文件???????5814??2012-05-30?17:41??RtspClient\MainForm.resx
?????目錄??????????0??2012-05-30?11:17??RtspClient\obj
?????目錄??????????0??2012-05-30?17:55??RtspClient\obj\Debug
?????文件????????180??2012-05-30?17:41??RtspClient\obj\Debug\jn.isos.video.MainForm.resources
?????文件????????180??2012-05-30?13:17??RtspClient\obj\Debug\jn.isos.video.Properties.Resources.resources
?????目錄??????????0??2012-05-30?11:40??RtspClient\obj\Debug\Refactor
?????文件??????10470??2012-05-30?13:17??RtspClient\obj\Debug\ResolveAssemblyReference.cache
?????文件????????845??2012-05-30?17:41??RtspClient\obj\Debug\RtspClient.csproj.GenerateResource.Cache
?????文件??????24576??2012-05-30?17:55??RtspClient\obj\Debug\RtspClient.exe
?????文件??????32256??2012-05-30?17:55??RtspClient\obj\Debug\RtspClient.pdb
?????目錄??????????0??2012-05-30?11:09??RtspClient\obj\Debug\TempPE
?????文件???????4608??2012-05-30?11:09??RtspClient\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????777??2012-05-30?18:03??RtspClient\obj\RtspClient.csproj.FileListAbsolute.txt
?????文件????????475??2012-05-30?11:23??RtspClient\Program.cs
?????目錄??????????0??2012-05-30?11:08??RtspClient\Properties
?????文件???????1176??2012-05-30?11:08??RtspClient\Properties\AssemblyInfo.cs
?????文件???????2850??2012-05-30?11:09??RtspClient\Properties\Resources.Designer.cs
............此處省略8個文件信息
評論
共有 條評論