'RTSP requests to a server for streaming data
Can i get a small sample program for sending RTSP requests to a server, I am new to protocols and my application requires streaming live data. Please respond. I need to start with a very small basic example to implement RTSP requests
Solution 1:[1]
Here is a simple client side example that initiates a stream via RTSP using the cURL library: rtsprequest
Solution 2:[2]
If you can use C# this library will help!
CodeProject article @ http://www.codeproject.com/Articles/507218/Managed-Media-Aggregation-using-Rtsp-and-Rtp
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | jholl |
| Solution 2 | Jay |
