[vlc-devel] [PATCH 2/2] contrib: Enable rtmp support in ffmpeg/libav

Uwe L. Korn uwelk at xhochy.com
Mon Apr 28 20:11:24 CEST 2014


On 28/04/14 18:25, Jean-Baptiste Kempf wrote:
> 
> Why?
> libav/ffmpeg have a decent RTMP support, don't they?

Librtmp provides a more featureful client implementation. Without
librtmp, we were not able to stream from e.g. mndigital.com/Beats Music
with the error message 'No suitable decoder module. VLC does not support
audio or video format format "undf"...'. Similar problem on Android.
Using librtmp, it worked on Android.

> 
> On 28 Apr, Uwe L. Korn wrote :
>> From: "Uwe L. Korn" <uwelk at xhochy.com>
>>
>> ---
>>  contrib/src/ffmpeg/rules.mak | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
>> index 4ce4682..761b33b 100644
>> --- a/contrib/src/ffmpeg/rules.mak
>> +++ b/contrib/src/ffmpeg/rules.mak
>> @@ -19,6 +19,7 @@ FFMPEGCONF = \
>>  	--disable-encoder=vorbis \
>>  	--enable-libgsm \
>>  	--enable-libopenjpeg \
>> +	--enable-librtmp \
>>  	--disable-debug \
>>  	--disable-avdevice \
>>  	--disable-devices \
>> @@ -35,7 +36,7 @@ FFMPEGCONF += \
>>  	--disable-iconv
>>  endif
>>  
>> -DEPS_ffmpeg = zlib gsm openjpeg
>> +DEPS_ffmpeg = zlib gsm openjpeg librtmp $(DEPS_librtmp)
>>  
>>  # Optional dependencies
>>  ifndef BUILD_NETWORK
>> -- 
>> 1.8.3.2
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140428/09067f66/attachment.sig>


More information about the vlc-devel mailing list