Hello everyone, I'm using VLC for video streaming in pjsip. I haven't completely finished it yet but i can now make some video calls between PCs. In the callback on_call_state() in pjsua_app.c when i get an incoming call i check if it has video media. I do this by grabbing the local_sdp and remote_sdp using call_id, acquire_call, pjmedia_sdp_neg_get_active_local(), pjmedia_sdp_neg_get_active_remote(), etc. I also had to change a few things in negotiating SDP's. If i have video media i just grab the remote IP and port number out of the remote_sdp, put these values in the commands buffer for VLC and start playing from remote stream and streaming off my webcam using the VLC functions: VLC_Create(), VLC_Init(int, int, char **s), VLC_Play(int), VLC_AddIntf(int, char *s, int, int), VLC_Die(), VLC_CleanUp(), VLC_Destroy(), VLC_Pause(int), VLC_Stop(int), VLC_FullScreen(int). It works fine but as soon as I get two video calls up on my PC my CPU usage jumps really high and stays there for the duration of the two calls. Is it because I'm using the wrong type of video codec? I'm currently using H264. Any ideas would be greatly appreciated. Hubert On Fri, Oct 10, 2008 at 4:39 AM, Tiago R?s <tiagores at gmail.com> wrote: > Hello all, > Thanks for your responses. > > My Idea is to make some kind of videoconference. It should be signaled with > SIP, and stream via RTP. > I'm able to capture video using directshow libraries, and it would be great > to use transport functions of PJSIP to do the rest. > What do you think? > > Thanks, > Tiago > > 2008/10/9 P.Muge Ersoy <muge.ersoy at gmail.com> >> >> Hi; >> >> Did you able to start two way stream with 264 . I have some port issues .. >> video stream is using audio streams port.. i will be handling it soon i >> guess.. >> >> and what are you using for displaying stream , ? VLC or ffmpeg .? >> >> muge >> >> On Thu, Oct 9, 2008 at 4:27 PM, Perry Ismangil <perry at pjsip.org> wrote: >>> >>> emanuele bottegoni wrote: >>>> >>>> Hi Tiago, >>>> >>>> I've added negotation to receive H264 streams,is it interesting for you? >>>> Tell me your problem and if it's possible I can help you. >>>> >>>> Emanuele Bottegoni >>>> >>>> >>> >>> Hi Emanuele, >>> >>> Certainly, adding video support is always interesting. Contact me if you >>> are willing to write a wiki page or a blog post about it. >>> >>> Thank you for your support, >>> >>> >>> -- >>> Perry Ismangil >>> http://www.pjsip.org >>> >>> _______________________________________________ >>> Visit our blog: http://blog.pjsip.org >>> >>> pjsip mailing list >>> pjsip at lists.pjsip.org >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip at lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >