Hi Salvatore,

You are not asking the right question. Anyway here is the answer:

In
   args[0] = "/usr/bin/vlc-wrapper -I rc ";
   args[1] = outputImage;
args[2] = " --fake-duration 7200000 --sout '#transcode{vcodec=H263p,width=352,height=288,acodec=none}:duplicate{dst=rtp{dst=";
   args[3] = IP;
   args[4] = ",port-audio=";
   args[5] = ports[0];
   args[6] = ",port-video=";
   args[7] = ports[1];

Just set the vb parameter. i.e.

--sout '#transcode{vcodec=H263p,width=352,height=288,acodec=none,vb=300}....

Don't know which value uses vlc by default if not specified.

Best regards
Sergio

Salvatore Frandina escribió:
Hi Jose,

I'm testing the application AppConference. I have made an improvement (you can find it here https://sourceforge.net/tracker/?func=detail&aid=2952729&group_id=186049&atid=915722# <https://sourceforge.net/tracker/?func=detail&aid=2952729&group_id=186049&atid=915722#>) and I'm testing its performance.

Yes, I'm taking a still image, encoding it using VLC, and inspecting the IP traffic with Wireshark. The traffic is redirected from Asterisk to all members of conference: VLC send video IP traffic to Asterisk that resends it to all participants.

My question is about video bandwidth...




--
_______________________________________
Salvatore Frandina
website: http://frandinas.altervista.org
mail: [email protected] <mailto:[email protected]>

_______________________________________


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

Reply via email to