
rtmp
文章平均质量分 72
香烟头
这个作者很懒,什么都没留下…
展开
-
rtmp simple handshake
C0,C1,C2,S0,S1,S2 的数据格式C0 和 S0 的格式C0 和 S0 包都是一个字节(8bit),表示版本号Paste_Image.png在 C0 中,这一字段指示出客户端要求的 RTMP 版本号。在 S0 中,这一字段指示出服务器端选择的 RTMP 版本号。默认为 3。0、1、2 三个值是由早期其他产品使用的,是废弃值;4 - 31 被保留为 RTM转载 2016-11-19 17:55:02 · 806 阅读 · 1 评论 -
rtmp之csid 乱谈
从标准中,我们可以看到,protocol control message的csid要设置成2,msid要设置成0但是其他的message csid要设置多少,从srs中找到了一些蛛丝马迹channel id 或 chunk stream id 定义详细的英文描述见 srs/trunk/src/kernel/srs_kernel_flv.hppSRS是参考FMS定义的。/原创 2016-10-10 13:46:40 · 1652 阅读 · 0 评论 -
rtmp complex handshake code
/*The MIT License (MIT)Copyright (c) 2013-2014 winlinPermission is hereby granted, free of charge, to any person obtaining a copy ofthis software and associated documentation files (the "Softwar转载 2016-09-30 15:56:59 · 1148 阅读 · 0 评论 -
rtmp flv metadata
Metadata property nameData typeDescriptionlastkeyframetimestampNumberThe timestamp of the last video keyframe recorded.widthNumber原创 2016-12-27 13:37:59 · 2261 阅读 · 0 评论 -
ts 转rtmp
这段时间在做将ts码流实时解析成裸流,打包成rtmp发送出去,用vlc进行调试我一般喜欢视频和音频分开调,互不影响,刚开始调试视频的时候,发现vlc没有反应,然后就用抓包,用wireshark分析,结果看到wireshark 解析的rtmp都是unknown,这很简单,就是打包的问题了,要不是msglen设置的不对,要不就是chunk size不对,这两者我都遇到了,rtmp在你发送过原创 2016-12-27 13:59:45 · 1694 阅读 · 0 评论 -
rtmp之302重定向
wowza是通过rejection实现的,http://www.wowza.com/forums/showthread.php?1945-RTMP-redirection原创 2016-12-27 15:23:44 · 4303 阅读 · 0 评论