[Live-devel] A stupid question (I hope)
Ross Finlayson
finlayson at live.com
Thu Jan 8 13:46:20 PST 2004
>
>Just to insure it was working, I started up a server process using
>testOnDemandRTSPServer. I found an mp3 file, called it test.mp3 and
>placed it in the directory. To receive, I tried using openRTSP (on the
>same computer). When running openRTSP, however, no information is
>streamed from the server. After receiving the SDP description, the
>program just sits there, and nothing is received.
This is strange. Could you re-run "openRTSP" with the "-V" (verbose
output) option, and let us know what you see?
Also, could you try running "openRTSP" from a different computer, to see if
that makes a difference?
Another thing you could try is running "testMP3Streamer" (instead of
"testOnDemandRTSPServer"). "testMP3Streamer" streams via multicast rather
than unicast. First, though, you will need to enable its built-in RTSP
server, by uncommenting the line
#define IMPLEMENT_RTSP_SERVER 1
in "testMP3Streamer.cpp", and then recompiling.
> I also tried the "-t" option as mentioned on the web page
No, that won't work with the RTSP server that's built into
"testOnDemandRTSPServer" (or "testMP3Streamer"), because it currently
doesn't implement RTP-over-TCP streaming.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list