[MPlayer-dev-eng] [PATCH] libnemesi support in mplayer

Luca Barbato lu_zero at gentoo.org
Thu Sep 6 16:26:36 CEST 2007


Luca Barbato wrote:
> Benjamin Zores wrote:
>> On 9/6/07, Luca Barbato <lu_zero at gentoo.org> wrote:
>>> Here is an initial patch to have libnemesi[1] handle rtsp instead of
>>> live555. (you can chose at configure which one to use)
>>>
>>> Beside seeking (that is being fixed on the library side) it seems to
>>> work fine at least for h264 and mp3.
>>>
>>> We are in the process of cleaning up the library in order to have its
>>> first formal release, so tests and feedbacks are more than welcome.
>>>
>>> lu
>>>
>>> [1] http://live.polito.it/documentation/libnemesi
>> Hum, I'm not sure I should be on copyright of stream_nemesi.c file as
>> I never wrote it  (even if it's based on my native rtsp code)
> 
> Looks like Alessandro started with your code and forgot to update the
> header ^^;
> 
>> To second Nico's remark, i'd think libnemesi/live555 can coexist.
>> I'd like to see the following be used for RTSP streaming:
>>
>> if compiled live555
>>   use live555
>> if compiled nemesi
>>   use nemesi
>> use native_rtsp
>>
>> This way, all libs can coexists and this won't change current behavior
>> for people used to either LIVE555 or my stream code.
> 
> What is in configure now
> 
> if compiled live555
>   use live555
> else
> if compiled nemesi
>   use nemesi
> else
>   use native_rtsp
> 
> native_rtsp and libnemesi may have symbol clashes so I cannot have both
> enabled =/
> 
> lu
> 

s/compiled/enabled
s/use/compile&use

-- 

Luca Barbato

Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero



More information about the MPlayer-dev-eng mailing list