Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 618
    • Issues 618
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 108
    • Merge Requests 108
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #830

Closed
Open
Opened Jan 19, 2021 by Leo Gaspard@Ekleog

gstudpnetutils.c:69:gst_udp_parse_uri: parse IPV4 address '::1:50001'

Hello,

I was trying to open a RTSP stream from rtsp://[user]:[pass]@localhost:8554 just today, and found out that gstreamer resolves localhost as ::1 and then fails in gst_udp_parse_uri because it assumes that IPv6 addresses are wrapped in [] there.

That being said, as I don't have a development environment set up for gstreamer (yet), I couldn't investigate more to figure out where that hostname resolution happens to add the brackets at the right place… sorry about it!

As a workaround, just hardcoding the IPv4 address of the RTSP server works.

Hope that helps! Leo

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-good#830