Ask Your Question

BRAD's profile - activity

2013-10-06 08:39:44 -0600 asked a question Gstreamer and opencv

How do I implement P2P video conferencing system using gstreamer, H264 and Opencv.

2013-10-02 06:37:28 -0600 commented question Writing to H.264 file on windows8 with opencv

Great that's a start! I will look into gstreamer & ffmpeg. I just need to conceptualize to procedure from stage1(compression of video stream using H.264) to Stage n (transmission and decoding on the end user system) all in real time.

2013-10-02 03:21:11 -0600 commented question Writing to H.264 file on windows8 with opencv

Thanks! But do you have a sample of the code. Also an explanation of how to build a container that takes real time video streams and converts it to H.264 format then streams this in real time to another end user system in a video conferencing fashion. How can this be done from step 1. I want understand the process and try it.

2013-10-01 05:09:59 -0600 asked a question Writing to H.264 file on windows8 with opencv

How can someone write to H.264 file in opencv? I am trying to build my own real time two way video conferencing system built on H.264. I am using a logitech web cam 1080P. What should be considerations, code and implementation strategy?