What setup can be used to stream video from Ubuntu?

I'd like to find something that would

  1. Use my laptop webcam to produce a stream a H.264 IP-camera working over RTP/RTSP would produce.
  2. Produce a similar stream from a static video file saved on disk.

gstreamer with its powerful ffmpeg plugin seems to be the tool to work with streaming on Ubuntu. How can I use them for my purpose? Maybe there are other solutions?

link|improve this question

12% accept rate
feedback

migrated from serverfault.com Jul 29 '10 at 12:50

This question came from our site for system administrators and desktop support professionals.

1 Answer

you can take a look at vlc / videolan. it can stream data both from files and from camera / digitizer. as bonus you can handle not only multiple unicast connections, but also generate multicast streams.

link|improve this answer
@pQd, Thanks, I'm now diving into VLC, do you know any good tutorials on streaming from VLC? – Alex Aug 15 '09 at 16:57
@Alex - take a look at vlc tutorial: videolan.org/doc/streaming-howto/en/index.html or just google. vlc has quite lively forum: forum.videolan.org - you might find plenty of answers there. – pQd Aug 15 '09 at 18:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.