I am trying to stream out MPEG4/H.264 streams from my application on a device using livemedia stack. I am able to play the streams without any issues using VLC player and my own player based of Livemedia stack. However, when I try to play the same using a Quicktime player, I observe a "Bad Request" message.

Turn on debugging output in your RTSP server application, by adding
#define DEBUG 1
to the start of "liveMedia/RTSPServer.cpp", and recompile. That should tell you why the server is rejecting the request.
--

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