4

I'm looking for a tool capable of setting up multiple RTSP streaming sessions and keeping them alive for a configurable amount of time. Ideally this should not be videoserver specific and as lightweight as possible. The only tools I know of are

Anything I'm missing?

agnul
  • 536
  • 4
  • 12
  • For the same task we used vlc in the form of standalone app as well as activex plugin. – pmod Jul 19 '10 at 16:28

1 Answers1

1

I'm quite sure mplayer can be used as a RTSP client. You can use -ss option to force it to fast forward to provided position and -endpos for setting how long it has to play. Together with -vo null -ao null it won't require X server running or audio card present.

Hubert Kario
  • 6,351
  • 6
  • 33
  • 65