资源简介
实现了简单的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个文件信息
相关资源
- httpclient source code by csharp
- GoogleBookDownloader WebClient 读取网页源码
- A2DTcpClient 公用方法
- OPCCLIENT 一个用C#做的OPC客户端例子
- TCP-File-Transfer TCP文件传输
- OPCClient c#写的opc客户端
- TCP-IP C#写的TCP的client和server的程序
- OPCClient
- UAClient 基于C#的UA opc模版程序
- TCP_Server_Client_Source
- OPCCSharp c# OPC通讯包装类
- C# OPC Client
- c#_udp_client_send_and_read
- C#中的WebClient类编写整站软件
- C# UDP 通讯,包括server和client 项目文件
- winformFTP客户端
- C# udp 1个client 发送和接收 源代码
- 基于C# 的TcpClient/TcpListener的一对多的
- c# 使用UDPClient实现异步通信的两种表
- C# 非常强大的web请求类 HttpClient项目源
- socket编程_tcp协议_Client
- socket通讯SocketClient.cs
- c# socket tcp/udp 的 server / client 通信
- unity3d 引擎 C# 双端开发实时音视频精
- pop3client 读取邮件内容完整 有截图有
- WebClient 实现网络文件(带进度)
- C# 聊天 ChatClient3源码(仅含服务器端
- SocketServerAndClient-C# Socket简单服务器与
- C#实现网络通信通信传递消息
- C# 获取网页源代码的三种方式(WebC
评论
共有 条评论