maintainer-feedback requested: [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


Kevin Lo <kevlo at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
multimedia at FreeBSD.org:
Bug 214852: multimedia/ffmpeg: fix RTP stream
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214852



--- Description ---
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#StreamingasimpleRTPaudiostreamfromF
Fmpeg

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.


More information about the freebsd-multimedia mailing list