搜索资源列表
13818_5_for_vc
- 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode
libdvbpsi5-0.1.6.tar
- 对mpeg2 的ts流进行操作 提取psi信息,包括pat,pmt等
tsdemux
- TS流的解析,包括PAT,PMT, 重要的是此代码是跨平台的。交叉编译一下就可以在你需要的平台上运行 当前的工程是建在vs2008上的
TS流的解析
- 交叉编译后,在开发板上可以解析/home/test.ts
求pat-pmt表中的crc
- 可以求出ts流中pat,pmt表crc;也可以判断pat,pmt表中crc是否正确。有源码。
13818_5_for_vc
- 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode
libdvbpsi5-0.1.6.tar
- 对mpeg2 的ts流进行操作 提取psi信息,包括pat,pmt等-Ts on the mpeg2 stream psi extraction operation, including pat, pmt, etc.
TsAnalyse
- 分析TS流文件的PAT、PMT和所以PID信息,是了解TS流文件结构的基础。-Analysis of TS stream file PAT, PMT and PID information so is the understanding of TS stream file structure.
PSISI
- CRC校验TS流文件的的PSI信息表,分析TS流文件的PAT表、PMT表、SDT表(注意项目文件中没有TS文件,要运行程序需要加入TS文件,并简单修改文件OPEN函数的参数)。-CRC Checksum TS stream file information table of the PSI, analysis TS stream file PAT table, PMT table, SDT table (note that the pr
tsdemux.tar
- mpeg2的ts流解析,按照实际播放流媒体的过程来实现,从pat表分析出pmt表内容,从pmt表内容分析es流的pid,然后把video,audio内容的es 流输出相应pid名的文件。 -mpeg2 ts stream of analysis, the actual process of playing streaming media to achieve, pat the table from the contents of
SPA
- 优秀的ts流分析软件,可离线在线分析ts流,NIT,PMT,PAT等。-Ts excellent flow analysis software
libs.tar
- libdvbpsi是VLC里的一个轻便的用来实现MPEG-2 TS流解析和编码的开源库,可以解析的PSI/SI表有:PAT,PMT,NIT,CAT,SDT,EIT,TOT, 可以解析大部分的描述子
TS
- 对ts流进行解析,分离出复用的跟中信息,包括pat,pmt,nit-Analysis of ts stream, separated with reuse of information, including pat, pmt, nit, etc.
13818-1
- ts流的完整介绍,介绍了pat,pmt,pes,es ,ts ,ps等-ts specification
TS-anlyze
- 分析ts流结构,内容的文档,很详细。提供编程思路-ts pes pat pmt
TS-Protacol-
- TS流协议分析,比较全面、易懂,包括工具的使用,实战,PAT\PMT的提取等。-The TS stream protocol analysis, more comprehensive, easy to understand, including the use of tools, combat, the PAT \ PMT extraction.
ts
- DVB的TS流文件解码,实现pat、pmt、nit、sdt 四张表的解析-DVB TS stream file decoding, pat, pmt, nit, sdt four parsing table
Tsr
- DVB 能完整的解析出TS流文件中的PAT,PMT,NIT,CAT信息,并且能兼容188和204的TS流文件-DVB can be a complete parse out the TS stream file in the PAT, PMT, NIT, CAT information, and can be compatible with the 188 and 204 of the TS stream file
PAT-and-PMT-in-mpeg2
- TS包结构,PAT,PMT表解析,码流示例-TS packet structure, PAT, PMT table parsing, stream example
TS
- 解析TS流,比较简单,解析出pat,pmt,十多天,等信息-TS stream analysis is relatively simple, parse out the pat, pmt, days, and other information. . .