[Bug 214852] multimedia/ffmpeg: fix RTP stream

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 26 14:50:50 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214852

            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 at FreeBSD.org
          Reporter: kevlo at FreeBSD.org
          Assignee: multimedia at FreeBSD.org
                CC:
             Flags: maintainer-feedback?(multimedia at FreeBSD.org)

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

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

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 doesn't.
This patch fixes failing getnameinfo() calls on FreeBSD.

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


More information about the freebsd-ports-bugs mailing list