On 2015-02-11 14:17:59, Benoit Panizzon wrote:
> Package: libav-tools
> Version: 6:11.2-1
> Severity: normal
> File: /usr/bin/avconv
> 
> Dear Maintainer,
> 
> I'm trying to receive a rtmp stream with avconf for further processing,
> i.e. what the manpage refers to as 'listen' option.
> 
> But no mather where I specify the listen flag, it does not work.
> 
> And I probably also stumbled over another bug in handing rtmp URL's.
> 
> According to the manpage you can submit username and password with an URLĀ in 
> the form
> 
> rtmp://username:password@server:port/path
> 
> But then I do this, avconv is trying to resolve the 'username' part to an IP 
> address to connect to and then fails.
> 
> Please kindly check if the options described in the manpage are correct and 
> add more examples.

libav is built with --enable-librtmp, meaning the documention of the
"librtmp rtmp, rtmpe, rtmps, rtmpt, rtmpte" section applies. So there is
no listen option, but one needs to use the options from librtmp instead.

This also means that username:password support is most likely a librtmp
bug (or a bug in the librtmp use in libav).

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature

Reply via email to