简体   繁体   English

使用Gstreamer播放蓝牙音频流

[英]Play back Bluetooth audio Streaming using Gstreamer

I have started audio streaming from my Android Phone. 我已经开始从Android手机上播放音频流。 I am able to play it in my laptop using pulse audio module loop back. 我可以使用脉冲音频模块环回在笔记本电脑上播放它。 But I wanted to play it using gstreamer. 但是我想使用gstreamer播放它。 How would this be done? 怎么做?

How do you start the stream on the phone? 您如何在手机上启动流? How do you play it on the laptop (loop back from what source)? 您如何在笔记本电脑上播放(从哪个来源返回)?

A general starting point for gstreamer is gst-launch playbin2 uri="...". gstreamer的一般起点是gst-launch playbin2 uri =“ ...”。 The first thing on the URI is the protocol (eg rtsp:// or http://) then your phones IP address, then the location of the stream (if needed). URI上的第一件事是协议(例如rtsp://或http://),然后是您的电话IP地址,然后是流的位置(如果需要)。

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

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