Android GStreamer fails to stream http url -


i trying build music app on android device gstreamer ported on it. when try mp3 url streaming on http, failed handle stream (however, works fine on android devices base media framework, opencore). wanted know whether gstreamer supports http url streaming, or there other way of doing it.

thanks in advance

yes gstreamer can play http, need check if there proper http source plugin install, gst-inspect | grep http.

there 1 souphttpsrc element that, check if there.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -