Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Video 用于raw\raw\udp机顶盒的H264视频数据包格式_Video_Udp_H.264 - Fatal编程技术网

Video 用于raw\raw\udp机顶盒的H264视频数据包格式

Video 用于raw\raw\udp机顶盒的H264视频数据包格式,video,udp,h.264,Video,Udp,H.264,关于H.264的RTP有效负载格式有很多信息,但我找不到任何关于raw\raw\udp的信息。如果有人能向我解释如何打包(没有udp报头的数据包结构)并将H264视频的所有单元发送到STB(仅支持raw\raw\udp),那将非常有帮助 其实很简单。 我猜“raw\raw\udp”只是mpegts的另一个名称。所以您只需要通过udp发送188字节的.ts容器数据包。这对我很有用

关于
H.264
RTP
有效负载格式有很多信息,但我找不到任何关于
raw\raw\udp
的信息。如果有人能向我解释如何打包(没有udp报头的数据包结构)并将H264视频的所有单元发送到STB(仅支持raw\raw\udp),那将非常有帮助

其实很简单。
我猜“raw\raw\udp”只是mpegts的另一个名称。所以您只需要通过udp发送188字节的.ts容器数据包。这对我很有用