-
Notifications
You must be signed in to change notification settings - Fork 7
Troubleshooting
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.
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
- 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.
-
GStreamer:
- Error: Execution ended after 000000000000 ns
- This usually occurs when VideoLoop exits. Check VideoLoop.log for errors around the same time.
- Error: Execution ended after 000000000000 ns
-
CVP troubleshooting.