Skip to content
Steven P. Goldsmith edited this page Jun 14, 2013 · 3 revisions

Running GStreamer as a supervisord job allows it to automatically restart if it fails for some reason.

Logs

Using Ubuntu:

  • supervisord
    • /tmp/supervisord.log
  • GStreamer
    • /home//gstreamer.log

###Error messages

  • supervisord start:

    • Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord.
      • sudo unlink /tmp/supervisor.sock
  • GStreamer:

    • Error: Execution ended after 000000000000 ns
      • This usually occurs when VideoLoop exits. Check VideoLoop.log for errors around the same time.
  • CVP troubleshooting.

Clone this wiki locally