I would like to know the payload type, from the list that appears in the rfc3551 (http://www.ietf.org/rfc/rfc3551.txt page 33), to transmit, via RTSP, the webcam stream.
Can be any of them?
Thanks for the help.
Greetings!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the answer to my question. The webcam stream to create the YUV format and for transmission over RTSP / RTP, we must turn to JPEG_RTP.
Furthermore, this means that the SDP message, the parameter “m ” (http://www.ietf.org/rfc/rfc4566.txt page 22) and the parameter “a” (http://www.ietf.org/rfc/rfc4566.txt page 21) must have the value:
Greetings!