This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTSP Server on CC3100/CC3200 available?

Hello together.

I'm wondering if I can use the CC3x00 Series to build up a camera streaming system using a Real Time Streaming Protocol Server (RTSP Server).

Is this supported?

Thanks for your help.

  • Hi Steven,

    As RTSP sits on top of TCP and/or UDP you could code your own implementation. Perhaps you could get a head start on code by looking for some open source code that has implemented RTSP using BSD Sockets, as CC3x00 has implemented this API standard.

    Glenn.