适用于 Android 设备的安全 RTP 流

发布于 2024-12-27 22:05:54 字数 341 浏览 0 评论 0原文

我正在尝试将直播和点播内容流式传输到 Android 设备上。为此,我正在编写一个 RTSP 服务器,它将使用 SDP 通过 RTP 协议进行流传输。我想以安全的方式将数据发送到我的客户端(Android 设备)。我在SDP的RFC中读到它支持加密密钥和方法(字段k=*),但它说不推荐。另外,我不确定 Android 设备是否能够通过从 SDP 文件中读取加密密钥和方法来解码加密流。我还检查了 SRTP(安全 RTP)RFC,但无法从 android API 参考中找到任何可以读取 SRTP 流的方法。

我想知道使用 RTP/SRTP 流将加密数据传输到 Android 设备的最佳方法是什么。

提前致谢,

悉达多

I am trying to stream live and VOD content onto the android devices. For that I am writing a RTSP server which will stream through RTP protocol using SDP. I want to send the data in a secure way to my client (android device). I read in RFC of SDP that it supports encryption key and method (field k=*) but it says it is not recommended. Also I am not sure whether android device will be able to decode the encrypted stream by reading the encryption key and method from the SDP file. I have also checked SRTP(Secure RTP) RFC but was not able to find any method from android API reference which can read the SRTP stream.

I want to know what is the best way to go ahead and transmit encrypted data to the android device using the RTP/SRTP stream.

Thanks in advance,

Siddharth

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文