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

next in thread | previous in thread | raw e-mail | index | archive | help

Kevin Lo <kevlo@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
multimedia@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.



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