[Asterisk-video] Video bandwidth consumption
Sergio Garcia Murillo
sergio.garcia at fontventa.com
Sat Mar 13 09:27:48 CST 2010
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: salvatore.frandina at gmail.com <mailto:salvatore.frandina at gmail.com>
>
> _______________________________________
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20100313/2c50b466/attachment.htm
More information about the asterisk-video
mailing list