Hi! First problem is, when I try to stream an AVI file with ffserver, and put this in the ffserver.conf: <Stream mystream.avi> Format avi File "/storage/myvideo.avi" </Stream> <Stream mystream2.avi> Format rtp File "/storage/myvideo.avi" </Stream> The first one works - I can use any http-aware client to acces the file, but the second doesn't. When I try to view it with RealPlayer 10, I get these lines in my log: 127.0.0.1 - - [Tue May 17 16:35:49 2005] "GET /mystream2.rtsp HTTP/1.1" 200 107 127.0.0.1 - - [Tue May 17 16:35:50 2005] "SETUP rtsp://localhost:5454/streamid=0 RTSP/1.0" 200 564 127.0.0.1 - - [Tue May 17 16:35:50 2005] "SETUP rtsp://localhost:5454/streamid=0 RTSP/1.0" 200 564 But, RealPlayer complains: "Requested file not found. The link you followed may be outdated or inaccurate. (rtsp://localhost:5454/mystream2.avi)" I verified that ffserver listens to port *:5454, and there's no firewall involved. Second problem, I need to stream some RealAudio files, so I did this: <Stream uticnica.ra> Format ra File "/home/kzimmer/real/Content/OR/JavaUticnice/Audio/1.ra" NoVideo </Stream> Now ffserver doesn't want to start: "/usr/local/etc/ffserver.conf:163: Unknown Format: ra Incorrect config file - exiting." I actually need the RealAudio files served via RTSP, but when I set "Format rtp", this error happens: [NULL @ 0x282ff4f0]Unsupported video codec ...and the server starts, but the stream is not visible in /stat.html All this is ffmpeg/ffserver 0.4.9-pre1 on FreeBSD. __________________________________ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs
participants (1)
-
ivoras@yahoo.com