Hi,
1. I want to capture video frame from live stream (Unicast or multicast stream at the receiver end). Want to compare these frames to a particular frame so that I can generate an event.
2. I also tried it in different way. I wrote a packet sniffing program and extract RTP header from streaming packet. Can I generate event in that way.
3. Finally I want to generate an event at particular position of the video. How VLC helps me to set that particular position in sender end.
Pls Help me