want to create a socket application to receive data from streaming server(Live Media)
Hi everybody....
Actually i want to create a socket application(client) to receive data from streaming server(Live Media)...
i a unable to create that code...
can anyone guide me any pseudo code for that....
Re: want to create a socket application to receive data from streaming server(Live Me
RTSP is real time streaming protocol...
i got a MFC code from some link and tried to build my VC++ code without using MFC...but am not able to do that...
Re: want to create a socket application to receive data from streaming server(Live Me
Don't click on any link that uses something you don't want...
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Re: want to create a socket application to receive data from streaming server(Live Me
sir i started the programming but unable to reach the end...so need a sample for rtsp client to look at...
Originally Posted by tarun Batra
Hey sir i want a code implemented through Socket not through Live Media libraries or some what else......
The library source code was supposed to be "a sample for rtsp client to look at". So you do think the "libraries or some what else" implements that not through socket, right? By some magic, you think?
Last edited by Igor Vartanov; April 23rd, 2012 at 06:03 PM.
Re: want to create a socket application to receive data from streaming server(Live Me
Here is one example of a source code library that can be used to to build a streaming application using protocols like RTP/RTCP, RTSP, SIP: "LIVE555 Streaming Media" at http://www.live555.com/liveMedia/ . The link includes sample code, like sample code for building a basic RTSP client.
Incidentally, although the above link was found independently, it's the very first hit in the Google search that Igor gave you. Pay attention to Igor, and listen to his advice. He's smart.
Bookmarks