From: http://blog.csdn.net/ameyume/article/details/7441060

标准RTSP消息的错误代码–在应答消息的第一行表示

”100” ; Continue (all 100 range)

“110”; Connect Timeout

“200” ; OK

”201” ; Created

”250” ; Low on Storage Space

”300” ; Multiple Choices

”301” ; Moved Permanently

”302” ; Moved Temporarily

”303” ; See Other

”304” ; Not Modified

”305” ; Use Proxy

”350” ; Going Away

”351” ; Load Balancing

”400” ; Bad Request

”401” ; Unauthorized

”402” ; Payment Required

”403” ; Forbidden

”404” ; Not Found

”405” ; Method Not Allowed

”406” ; Not Acceptable

”407” ; Proxy Authentication Required

”408” ; Request Time-out

”410” ; Gone

”411” ; Length Required

”412” ; Precondition Failed

”413” ; Request Entity Too Large

”414” ; Request-URI Too Large

”415” ; Unsupported Media Type

”451” ; Parameter Not Understood

”452” ; reserved

”453” ; Not Enough Bandwidth

”454” ; Session Not Found

”455” ; Method Not Valid in This State

”456” ; Header Field Not Valid for Resource

”457” ; Invalid Range

”458” ; Parameter Is Read-Only

”459” ; Aggregate operation not allowed

”460” ; Only aggregate operation allowed

”461” ; Unsupported transport

”462” ; Destination unreachable

”500” ; Internal Server Error

”501” ; Not Implemented

”502” ; Bad Gateway

”503” ; Service Unavailable

”504” ; Gateway Time-out

”505” ; RTSP Version not supported

”551” ; Option not supported

标准RTSP 消息的错误代码相关推荐

  1. 标准RTSP消息的错误代码–转

    标准RTSP消息的错误代码–在应答消息的第一行表示 "100"; Continue (all 100 range) "110"; Connect Timeout ...

  2. Android手机nfc基础及ndef标准标签消息读写

    官方API: https://developer.android.google.cn/guide/topics/connectivity/nfc/nfc 基础概念,什么是nfc? Near Field ...

  3. C# 企业微信接口发送消息出现错误代码60020解决方案,希望能给大家带来帮助。

    这是企业微信接口发送消息调用的代码源地址. https://blog.csdn.net/wanglui1990/article/details/79744407 代码运行起来是没有问题的,但唯一出现的 ...

  4. RTSP协议详解(先留着,以后用到时候好找)

    原文来自: http://blog.csdn.net/chenyanxu/article/details/2728427 关于 RTSP. RTSP协议是一个非常类似HTTP协议的流控制协议.它们都使 ...

  5. RTSP协议,感觉还不错

    关于 RTSP. RTSP协议是一个非常类似HTTP协议的流控制协议.它们都使用纯文本来发送信息,而且rtsp协议的语法也和HTTP类似.Rtsp一开始这样设计,也是为了能够兼容使用以前写的HTTP协 ...

  6. rtsp连接断开_RTSP详解

    关于 RTSP. RTSP协议是一个非常类似HTTP协议的流控制协议.它们都使用纯文本来发送信息,而且rtsp协议的语法也和HTTP类似.Rtsp一开始这样设计,也是为了能够兼容使用以前写的HTTP协 ...

  7. live555的安装 RTSP点播消息流程实例(客户端:VLC, RTSP服务器:LIVE555 Media Server)

    live555是一个开源的软件,主要用来生成rtsp,rtp和sip服务器和客户端的软件.前几天需要看一下vlc中的rtsp的功能,在vlc中 rtp和rtsp的功能都是使用live555中的函数来生 ...

  8. rtsp简介(ZT)之消息流程-转

    rtsp简介(ZT) Real Time Streaming Protocol或者RTSP(实时流媒体协议),是由Real network 和 Netscape共同提出的如何有效地在IP网络上传输流媒 ...

  9. RTSP 协议详细介绍

      RTSP协议分析 收藏 Network Working Group H. Schulzrinne Request for Comments: 2326 Columbia U. Category: ...

最新文章

  1. eclipse运行 Maven Test命令时控制台输出乱码的解决办法
  2. 《剑指offer》旋转数组的最小数字
  3. linux忘记mysql密码_linux下忘记mysql root密码解决办法 | 系统运维
  4. java内存管理(堆、栈、方法区)
  5. Mysql binlog入门
  6. 滚动吸顶效果--四种方式实现
  7. 编译ffmpeg:no match insn: lbu $r16,0($r5)
  8. No compiler is provided in this environment. Perhaps you are running on a JRE
  9. 数据结构课程设计之简单计算器的实现
  10. javaweb课程设计之XXX管理系统
  11. android checkbox分页问题分析
  12. 怎么重置imac_[重置系统]如何重置Mac电脑到出厂状态
  13. python 三次根号_开3次方根(多次方根)的代码:二分法,python
  14. 大佬们抖音带货流水都过亿 普通人有什么抖音变现的好方式
  15. MFC扩展DLL添加对话框资源时对话框ID是“未声明标识符”
  16. 三国杀移动版虎牢关模式神吕布技能是什么?
  17. python米和厘米转换代码_用Python写一个朴素的长度单位转换器
  18. C语言 上机课练习题
  19. ChainStore:浅谈DApp区块链游戏的现状
  20. 【2018焦作-E】Resistors in Parallel(思维+大数)

热门文章

  1. objectC 数据类型转换
  2. MMN实用架构过程概览
  3. 查看NTFS文件系统版本号
  4. 人生的12个经典领悟
  5. python中的thread_Python中的thread
  6. leetcode 684. 冗余连接()
  7. Spring Cloud 7:Gateway
  8. Tarjan的强联通分量
  9. 专门讲讲这个MYSQL授权当中的with grant option的作用
  10. 【黑金原创教程】【FPGA那些事儿-驱动篇I 】实验十八:SDRAM模块① — 单字读写...