A way to stream from a v4l2 device?

0

I have a Arch Linux server and I'm currently using the mjpeg format to stream a security camera. The problem is that mjpeg is a bad format in terms of compression. It compress frames individually so the stream is heavy and requires a lot of bandwidth.

I'm looking for a way to stream using a format like H264 or Theora. I know vlc can do that but it's not server suitable.

What are your recommendations?

tomm89

Posted 2011-08-14T04:12:37.330

Reputation: 199

What's wrong with VLC on a server? It has command-line and curses interfaces, so you don't need a GUI. – Patches – 2011-08-14T05:15:56.977

gstreamer - it's absolutely fantastic, and has a TCP/UDP server option, as well as v4l2 bindings. – new123456 – 2011-08-14T16:02:12.960

Can you tell me an idea of how to use gstreamer? Thanks! – tomm89 – 2011-08-15T03:34:59.617

No answers