J2ME 音频流
我是 RTP 音频流的新手。我从服务器接收 RTP 数据包。这些 RTP 数据包携带音频文件。我如何接收这些rtp数据包,使用rtp数据包到来的服务器端口及其rtcp端口以及我们的rtp数据包接收端口和rtcp端口读取和播放?在 JainSip 中,这可以通过 SessionAddress 来完成。请让我知道任何代码示例或任何可以解决我的问题的来源。
我不使用RTSP,并且想处理RTP。我读了这篇文章< /a> 但它是关于 rtsp 的,我尝试过,但无法解决我的问题。
I am new for audio streaming with RTP. I receive RTP packets from a server.Those RTP packets carry Audio files. How I can receive those rtp packets, read and play using the server port which rtp packets come and its rtcp ports and, our rtp packet receiving port and rtcp port? In JainSip this can be done with SessionAddress. Please let me know any code sample or any source where I can solve my problem.
I do not use RTSP,and want to handle RTP. I read this article but it is about rtsp, I tried with it, but I couldn't solve my problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处是使用 J2ME 发送和接收 RTP 的示例。
问候
Here is an example of RTP sending and receiving using J2ME.
Regards