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.
我已经开始从我的 Android 手机流式传输音频。我可以使用脉冲音频模块环回在我的笔记本电脑上播放它。但我想用 gstreamer 播放它。这将如何完成?
如何在手机上开始直播?你如何在笔记本电脑上播放它(从什么来源循环回来)?
gstreamer 的一般起点是 gst-launch playbin2 uri="..."。URI 上的第一件事是协议(例如 rtsp:// 或 http://),然后是您的手机 IP 地址,然后是流的位置(如果需要)。