ffmpeg的调用命令如下:ffmpeg -re -i xxx.mp4 -vcodec copy -acodec copy -f rtsp rtsp://127.0.0.1/live/mystream用ffmpeg做输入测试ffmpeg -re -i "E:\片源\复仇者联盟720p.mov" -v...
分类:
其他好文 时间:
2014-08-12 00:28:33
阅读次数:
257
CPU: ARMPlaying rtsp://admin:12345@192.168.1.198/mpeg4/main/ch01/av_stream.Connecting to server 192.168.1.198[192.168.1.198]: 554...librtsp: server re...
分类:
其他好文 时间:
2014-08-06 17:37:51
阅读次数:
399
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Security.Cryptography;
namespace RTSP_Digest_Authentication
{
class Program
{
///
...
分类:
其他好文 时间:
2014-08-06 11:53:01
阅读次数:
365
The Code
In this lab you will implement a streaming video server and client that communicate using the Real-Time Streaming Protocol (RTSP) and send data using the Real-time Transfer Protocol (RTP). Y...
分类:
其他好文 时间:
2014-08-04 11:06:37
阅读次数:
413
LIVE555研究之二RTSP、RTP/RTCP协议介绍 一、RTSP协议概述 RTSP(Real-Time Stream Protocol )是一种基于文本的应用层协议,在语法及一些消息参数等方面,RTSP协议与HTTP协议类似。RTSP被用于建立的控制媒体流的传输,它为多媒体服务扮演“网络远程控制”的角色。RTSP本身并不用于传送媒体流数据。媒体数据的传送可通过RTP/RTCP等协议来完...
分类:
其他好文 时间:
2014-08-02 12:53:43
阅读次数:
341
https://forum.videolan.org/search.php?keywords=live555&terms=all&author=&fid%5B%5D=13&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&sid=b519e9e29dc5c...
分类:
其他好文 时间:
2014-07-30 20:38:24
阅读次数:
169
rtsp://192.168.1.198:554/PSIA/streaming/channels/101Playing rtsp://192.168.1.198:554/PSIA/streaming/channels/101.Connecting to server 192.168.1.198[19...
分类:
其他好文 时间:
2014-07-24 17:18:26
阅读次数:
909
文如其名,最近在做的项目要求利用RTSP协议转发处理完的H264视频数据给上一层客户端,环境是Windows的VS2013,于是就各种百度谷歌找代码。结果在得到利用live555去做比较简单的结论的同时也悲情地发现,网上别人贴出来的代码基本都是Linux上面的。在修改了两份来适用于Windows无效后,又一次陷入了百度谷歌的无尽搜索中。Anyway,最后终于解决了,所以贴出代码跟大家分享下,希望能...
作者:咕唧咕唧liukun321来自:http://blog.csdn.net/liukun321上一篇文章简要介绍了如何以共享库的方式交叉编译Live555,今天再来介绍live源码框架。先对live555有一个宏观的认识,为以后的实战打个基础。liveMedia项目的源代码包括四个基本的库,各种测试代码以及IVE555 Media Server。四个基本的库分别是UsageEnvironmen...
分类:
其他好文 时间:
2014-07-23 17:18:01
阅读次数:
276