The rtsp server is the one in testProgs like testMPEG1or2VideoStreamer
(actually I wrote my own application based on the test programs).

In general, once you've made changes to the supplied code, you can't expect support (especially with a "@gmail.com" email address :-), but in this case the problem is obvious:


Received SETUP response: RTSP/1.0 461 Unsupported Transport

Our RTSP server implementation returns this error in exactly one situation: The client is requesting TCP-streaming of a multicast stream. That makes no sense. If you want to support RTP-over-TCP streaming, then it has to be for a unicast stream, not multicast.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to