开发者

Android GStreamer fails to stream http url

开发者 https://www.devze.com 2023-01-25 12:41 出处:网络
I am trying to build a music app on a android device with GStreamer ported on it. But when I try mp3 url streaming on http, it failed to handle stream (however, it works perfectly fine on Android devi

I am trying to build a music app on a android device with GStreamer ported on it. But when I try mp3 url streaming on http, it failed to handle stream (however, it works perfectly fine on Android devices with base Media Framework, OPENCore). So I wanted to know whether GStreamer supports http url streaming, or is there any other way of do开发者_如何学Pythoning it.

Thanks in advance


Yes gstreamer can play http, you need to check if there are proper http source plugin install, by gst-inspect | grep http.

There is one souphttpsrc element that does that, check if its there.

0

精彩评论

暂无评论...
验证码 换一张
取 消