8

The Upgrade

We are capturing audio (from mixer) and video (from a camera) from a main auditorium and passing it to separate rooms within the building.

We used to have done this via manual audio/video cables and wires (eg. RCA, CoAx, not Ethernet). We wanted to "upgrade" the system and wirelessly broadcast the stream via Wi-Fi.

The Problem

In our current setup (Wirecast running on A10 on a Wireless-N network), we have the problem of delay. Our streams are delayed from a minute up to five minutes on the clients (laptop/iPad/Android). These kinds of latency problems arise from the box setup, not really whether LAN or WLAN is used.

This had not been a problem from the previous wired connections. Since the wireless network is local, we thought that a delay of less than a second should be achievable.

Our Question

And so it goes. Anybody there who has any experience for a setup that has both low latency and at the same time user-friendly to clients streaming in the program? Any recommendations would be highly appreciated.

We have already tried VLC to broadcast the live streaming, but there is the problem with latency. On a local computer "stream" without encoding, VLC has about a second of delay already. Add encoding and the local network, then the situation looks more bleak. We would like to achieve at least 1 second of delay.

(Our current setup in on Windows 7, but setup on a dedicated Linux box is preferred, if achievable.)

5
  • 1
    The problem with most off-the-shelf IP-based A/V streaming solutions is that they assume they're going over the big bad Internet, so they buffer a few seconds' worth to hopefully be able to smooth over any Internet hiccups. For low-latency A/V over an Ethernet LAN, you may want to look into AVB, which I believe allows even recording-studio-quality low-latency A/V traffic flows over Ethernet.
    – Spiff
    Commented Jun 2, 2014 at 6:45
  • @Spiff Thanks for that information. It showed that Standards had been ratified already. Any idea on how we may implement it?
    – Majal
    Commented Jun 2, 2014 at 16:55
  • Try wowza
    – totti
    Commented Jun 13, 2014 at 9:10
  • 1
    5ghz or 2.4 ghz?
    – Journeyman Geek
    Commented Jun 18, 2014 at 19:56
  • @JourneymanGeek Both. The router is dual antenna.
    – Majal
    Commented Jun 19, 2014 at 0:35

2 Answers 2

5

According to the tests I realized this week with wired network between a RaspiberryPi (with Raspicam) and my laptop, Gstreamer has better performance and less latency than VLC. I had around 1sec delay with VLC, and it was not constant, sometimes the video slows down and sometimes it accelerates.

With Gstreamer I can stream a HD video (1280x720 @ 60Hz) with a measured delay of 100 to 116ms. I tested it on Ubuntu 14.10 with Gstreamer-0.10. It also works with Gstreamer-1.0 but I need to work with 0.10 because of incompatibilities with v4l2loopback.

Some users reports good performance with MacOS and Windows too.

For a tutorial about this on Windows see http://robogoby.blogspot.fr/2014/01/raspi-camera-gstreamer-10-w-windows-7.html

For video and audio streaming with gstreamer you can see this : http://blog.tkjelectronics.dk/2013/06/how-to-stream-video-and-audio-from-a-raspberry-pi-with-no-latency/

hope this help.

Cheers

1

You guys may be interested in implementing a VLC (Video Lan Client) solution for this. It is available on many operating systems including Linux. Their home page is here VideoLAN VLC. A good tutorial for setting up live streaming via the software can be found here. Live Streaming: How to Use the Technology. By putting two and two together you will be able to install the VLC software on to a Linux computer and set up your devices to capture so long as everything works out according to plan. It is at least worth a shot at trying.

Thanks,

Sean W.

1
  • Thanks for sharing this. We tried this before but there is the problem with latency. On a local computer "stream" without encoding, VLC has about a second of delay already. Add encoding and the local network, then the situation looks more bleak. We would like to achieve at least 1 second of delay. Thanks though.
    – Majal
    Commented Jun 15, 2014 at 10:42

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .