Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 680
    • Issues 680
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 353
    • Merge requests 353
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gstreamergstreamer
  • Issues
  • #939

Closed
Open
Created Dec 31, 2021 by Valentin Bataille@valentin.bataille

GstSoup plugin not working on android.

Hi,

I built the tutorial sample 5 for Android. I can play local files or RTSP streams, however HTTPS stream won't work as I get the following error "Error received from element uridecodebin2: No URI handler implemented for "https"

I noticed the following message in logcat: "../ext/soup/gstsoup.c:37:plugin_init Failed to load libsoup library"

I investigated a little bit an noticed that the plugin was actually trying to load symbols dynamically from dynamic version of libsoup library (gst_soup_load_library (void) in gstsouploader.c). Maybe I'm missing something but my understanding is that the library is built only statically (.a) on Android so I don't see how it could actually work.

Valentin.

Assignee
Assign to
Time tracking