Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2016 14:50:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214852] multimedia/ffmpeg: fix RTP stream
Message-ID:  <bug-214852-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214852

            Bug ID: 214852
           Summary: multimedia/ffmpeg: fix RTP stream
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: kevlo@FreeBSD.org
          Assignee: multimedia@FreeBSD.org
                CC:
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)

Created attachment 177416
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177416&action=
=3Dedit
Fix rtp stream

I followed the ffmpeg streaming guide to stream to RTP:
https://trac.ffmpeg.org/wiki/StreamingGuide#StreamingasimpleRTPaudiostreamf=
romFFmpeg

I got an error message:
udp_resolve_host: hostname nor servname provided, or not known
rtp://127.0.0.1:1234: Invalid data found when processing input

It appears to relate to getnameinfo() bug.  FreeBSD's socket calls require
the sockaddr struct length to agree with the address family, but Linux does=
n't.
This patch fixes failing getnameinfo() calls on FreeBSD.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214852-13>