FFMPEG Does not Playback with rtsp Stream.
Hello Experts, I am working on a Real Time Video transmission project,so basically I have to stream a video over a network.When i start ffserver,The stream of mine is being encoded but when i Try to play it back on my computer with Real Player 10 it displays the msg Error mesage::-- " Unable to establish a connection with the server. (http://localhost:8090/test.rm)" I actually want it to play back with rtsp as that would be more efficient in real time video transmission and the playback command is rtsp://localhost:5454/test1.rtsp.rm it still give me the same error message as above. My ffserver confugarations are as follows... <Stream test.rm> Feed feed1.ffm Format rm AudioBitRate 32 VideoCodec rv10 VideoSize 640*480 videoBitRate 200 VideoFrameRate 25 VideoGopSize 25 </Stream> My ffserver starts properly and also encodes the stream but i get no display in my real player when I click on open location. I also tried with ffplay and the command i give is ffplay -f rm http://localhost:8090/test.rm and it works. Can someone sujjest something about the rtsp stream.I need to get rtsp stream working.I have a little time on my hands. Could you tell me what I am doing wrong. Regards, Thank you in advance, Amit
Try out to configure the section RTSP example: ################################################################## # RTSP examples # # You can access to this stream with the RTSP URL: # rtsp://localhost:5454/test1-rtsp.mpg # # A non standard RTSP redirector is also created. Its URL is: # http://localhost:8090/test1-rtsp.rtsp <Stream movie> Format rtp File "/path/to/movie.mpg" </Stream> In realplayer you have to open rtsp://server/movie
hello Sir, I have tried to do as per your sujjestion. But it still inst wrking.The http works absolutely fine. Is there something else that I am doing wrong. One more doubt sir,How can I access this stream.I mean once I have stared encoding I would like to protect it with some error correcting codes which is a part of my project.Can you tell me where is the streambeing stored. Amit. On 3/29/06, Borch, Matthias <borch at slub-dresden.de> wrote:
Try out to configure the section RTSP example:
################################################################## # RTSP examples # # You can access to this stream with the RTSP URL: # rtsp://localhost:5454/test1-rtsp.mpg # # A non standard RTSP redirector is also created. Its URL is: # http://localhost:8090/test1-rtsp.rtsp
<Stream movie> Format rtp File "/path/to/movie.mpg" </Stream>
In realplayer you have to open rtsp://server/movie
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
Amit, Send me the binary of ffserver and ffmpeg. I will try at my place. Though Im using windows, I will try to use it on cygwin. You want content(media) protection or you want to encrypt to protect the compression algorithm? As far as I know You can use DTCP for that. But it consist of some complex key exchanges. May be to start with you can try with simple substitution ciphers. Rgds Mangesh On 4/10/06, Amit Borlikar <amitborlikar at gmail.com> wrote:
hello Sir,
I have tried to do as per your sujjestion. But it still inst wrking.The http works absolutely fine. Is there something else that I am doing wrong. One more doubt sir,How can I access this stream.I mean once I have stared encoding I would like to protect it with some error correcting codes which is a part of my project.Can you tell me where is the streambeing stored.
Amit.
On 3/29/06, Borch, Matthias <borch at slub-dresden.de> wrote:
Try out to configure the section RTSP example:
################################################################## # RTSP examples # # You can access to this stream with the RTSP URL: # rtsp://localhost:5454/test1-rtsp.mpg # # A non standard RTSP redirector is also created. Its URL is: # http://localhost:8090/test1-rtsp.rtsp
<Stream movie> Format rtp File "/path/to/movie.mpg" </Stream>
In realplayer you have to open rtsp://server/movie
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
participants (4)
-
amit.borlikar@uni-konstanz.de -
amitborlikar@gmail.com -
borch@slub-dresden.de -
mangeshsk@gmail.com