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
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
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