简体   繁体   English

GStreamer 通过 rtp 发送 16 个原始视频

[英]GStreamer send 16 raw video over rtp

I've a 16bit greyscale video stream from a LWIR (thermal camera) and I want to forward the stream over RTP without any compression.我有一个来自 LWIR(热像仪)的 16 位灰度视频 stream,我想通过 RTP 转发 stream 而不进行任何压缩。

gstreamer format is: video/x-raw,format=GRAY16_LE,width=640,height=520,framerate=9/1 gstreamer 格式为:video/x-raw,format=GRAY16_LE,width=640,height=520,framerate=9/1

But I can't find any plugin to transmit the data over RTP.但我找不到任何插件来通过 RTP 传输数据。 https://gstreamer.freedesktop.org/documentation/rtp/index.html?gi-language=c https://gstreamer.freedesktop.org/documentation/rtp/index.html?gi-language=c

Do you have an idea?你有想法吗?

Thanks, Martin谢谢,马丁

Check for the specs of uncompressed video data over RTP:检查 RTP 上未压缩视频数据的规格:

https://tools.ietf.org/html/rfc4175 https://tools.ietf.org/html/rfc4175

As you will notice your specific format is not covered by the specification.正如您将注意到的,规范未涵盖您的特定格式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM