I have tried the nighty build and 0.9.8a release version. all have the same issue.
version: 0.9.8a
platform: fodora 10
plug-in: ffmpeg
I run following code on server:
vlc -I rc --logo-file logo.png -vvvv v4l2:///dev/video0 --sout '#transcode{width=320,height=240,vcodec=mp4v,vb=768,venc=ffmpeg{keyint=8,hurry-up,vt=800000},deinterlace,sfilter=logo}:rtp{dst=172.22.1.10,port=1234,sdp=rtsp://172.22.1.10:8090/test.sdp}' --ttl 12
on the client side:
quicktime play rtsp://172.22.1.10:8090/test.sdp
--------------------------------------------------------------------------------------
on server side console, I CAN do @logo logo-x @logo logo-transparency @logo logo-position
BUT when I run @logo logo-file abc.png. it will give me the error:
Variable doesn't exist or isn't a command.
I tried to go through the code but somehow lost.
----------------------------------------------
I downgrade the version to 0.8.6, the "logo-file abc.png" work fine. but since it have some issue with ffmpeg and v4l2 device. so it is not a option for me.
please take a look the code, if the developer is busy, give me some clues --which files/functions handle it, so I can make a quick/dirty fix locally.
thanks a lot.