Hi,
I have written an application that uses VLC (Asterisk PBX application). The command is the following
Code: Select all
vlc DummyUser_image.jpg --fake-duration 7200000 --sout '#transcode{vcodec=H263p,width=352,height=288,acodec=none}:duplicate{dst=rtp{dst=IP,port-audio=13028,port-video=14572}}'
I use softphone (bria, eyebeam, pangolin, ekiga) to call a number and see the video streaming sent by VLC. The problem is that the softphones are compatibles only with h263p codec. If I try to send H264 video the softphones crashed except of ekiga that works good. The softphones are under windows vista sp2 32 bit
and VLC 1.0.2 is under ubuntu 9.10 32 bit.
Where could be the problem?
Thank you very much