View Single Post
  #5   (View Single Post)  
Old 25th August 2009
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by Oko View Post

The RAM file contains
rtsp://helix.beotel.net/encoder/rts1.rm

How do you play that crap?
I am a moron. I was blocking port 554 used by rtsp service. I can play it without any problems with MPlayer

This is how you can even record the file

Code:
mplayer -noframedrop -dumpfile out.rm -dumpstream rtsp://url/to/file.rm
I want to mention that RTSP service by default uses UDP protocol. To force it to use TCP

Code:
mplayer -rtsp-stream-over-tcp rtsp://url/to/file.rm

Last edited by Oko; 25th August 2009 at 03:44 AM.
Reply With Quote