Recover RTP Timestamps

asked 2013-11-15 03:10:12 -0600

thor88 gravatar image

Hi, I have a question for you. My friend and I have made a server and a client to send and receive two video streams through RTSP; we have made with OpenCV only the client. On the client we receive the video streams as:

VideoCapture capture; capture.open("rtsp://127.0.1.1:8554/mpegright"); VideoCapture capture1; capture1.open("rtsp://127.0.1.1:8554/mpegleft");

It work well, but we have to synchronize two video streams and we need the timestamps of the RTP packet. How can we get it? I hope that you can help us. Thank you so much.

edit retag flag offensive close merge delete

Comments

Did you solve this? I want to do the same thing.

roho gravatar imageroho ( 2015-01-12 06:06:37 -0600 )edit