loic mayoud wrote:
ok thx.

that was i think.

So in this function where exactly you get a raw video packet? in the 2nd branch i think but i don't see where you catch it ?

thx.


the call ph_transport_common_recvfrom(data, data->rtp_sock, buffer, len, flags, from, fromlen);

has receive packet size as return value and 'buffer' variable will hold the received data


Thanks
Vadim

2008/9/8 Vadim Lebedev <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>

    This function is called both for audio and video rtp streams

    you should mark something in the transport obejct upon creation
    in  phmedia_video.c::ph_msession_video_start()

    Thanks
    Vadim



    loic mayoud wrote:
    dear developper,

    I try to get video buffer. exactly i try to get frame by frame or
    packet by packet the video when a video-conf is running between
    two people. beause i need to view the video recv in vlc. (if you
    have a simply solution to do it. (just view video recved in vlc
    nor in qutecom))

    i try to run a instance of vlc in ph_msession_video_start()
    function but the libvlc can't accept it. And i think i can do
    this in ph_rtp_transport_recvfrom() but i don't see where exactly.

    sorry for my bad english.

    i think i have some solution like dup cute's buffer in vlc buffer
    but i hope it's easyer with just dump recv's packet in vlc instance.

    ????????
    ------------------------------------------------------------------------

    _______________________________________________
    QuteCom-dev mailing list
    [email protected] <mailto:[email protected]>
    http://lists.qutecom.org/mailman/listinfo/qutecom-dev



_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to