I'm developing a C#’s application with the ability to view an MJPEG encoded video stream, from an encoder (Teleste MPX-E8).
I can see a stream through the Encoder’s Video Encoding Settings page, and I’ve read the stream is encapsulated in an SDP file.
So, into my C# application, I’ve tried to implement the SDP protocol, but the only documentations / examples I found all relates to SIP protocol.
With Wireshark, I can see that when I made an HTTP request to the encoder, it responds with a 200 OK, and SDP. I suppose that I need to send an acknowledge to my encoder to receive stream, but I can't figure out how to send it.
Does anyone can help me ?!
Thanks in advance for your response !