Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不通过 SIP 或其他协议启动 RTP 会话的情况下通过 RTP 进行流式传输?
换句话说,如果流源刚刚开始发送 RTP 数据包,如果在发送之前没有初始化会话,它们是否可以被目标解释?
是的,它可以。但是必须有很多预设参数:
编解码器配置参数
...
而且,当然,您必须确保接收器已准备好接受发送的数据包等。
换句话说:您可以,但您应该注意 SIP、RTSP 或其他协议在设置多媒体会话时所做的所有事情。