RTCP in MOD54415

Discussion to talk about software related topics only.
Post Reply
mrmtdew2
Posts: 9
Joined: Tue Sep 29, 2015 10:01 am

RTCP in MOD54415

Post by mrmtdew2 »

My company is thinking about interfacing a video camera with a MOD55415. The MOD55415 is an interface between the camera and a radio. Its job is to obtain streaming imagery from the camera and send the imagery to the radio which will rebroadcast the imagery to another site. We have used Wireshark to view the Ethernet traffic between a web browser and the camera. The camera is transmitting data using the RTCP.

Will we be able to receive RTCP messages using either a TCP or UDP socket on the MOD55415?
If so, will the RTCP header be in the payload returned by read or receivefrom?
User avatar
pbreed
Posts: 1091
Joined: Thu Apr 24, 2008 3:58 pm

Re: RTCP in MOD54415

Post by pbreed »

RTCP runs over UDP, so you should be able to just receive the RTP packets... as UDP packets.
We currently do not have an RTCP stack.
Post Reply