Skip to content

Instantly share code, notes, and snippets.

@muellermartin
muellermartin / rpicam-gstreamer.txt
Created February 3, 2016 01:03
Stream video from Raspberry Pi with camera attached to CSI port via RTP (UDP) using GStreamer
Useful Links:
- http://stackoverflow.com/questions/25941171/how-to-get-gstreamer1-0-working-with-v4l2-raspicam-driver
- http://raspberrypi.stackexchange.com/questions/26675/modern-way-to-stream-h-264-from-the-raspberry-cam
- http://stackoverflow.com/questions/13154983/gstreamer-rtp-stream-to-vlc
- http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtp/README
- http://archpi.dabase.com/#sending-and-receiving-pi-camera-video-over-the-network
- http://emmanuelgranatello.blogspot.de/2013/10/raspberry-pi-gstreamer-streaming-h264.html
- http://stackoverflow.com/questions/15712983/why-rtp-streaming-of-a-avi-video-file-fails-to-be-received
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3d67607..c7d86b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -203,6 +203,10 @@ add_custom_target(uninstall
find_package(PythonLibs 2)
find_package(SWIG)
+if(APPLE)
+ set(PYTHON_LIBRARY "-undefined dynamic_lookup")
@muellermartin
muellermartin / # qjackctl - 2016-07-24_22-34-06.txt
Created July 24, 2016 20:36
qjackctl on Mac OS X 10.11.5 - Homebrew build logs
Homebrew build logs for qjackctl on Mac OS X 10.11.5
Build date: 2016-07-24 22:34:06
@muellermartin
muellermartin / ant-run-master.log
Last active January 17, 2017 12:30
Build log for jMonkeyEngine version 3.1.0 (branch `master` at e68a26f4) generated by `ant run` (after `./build_engine.sh` and `./gradlew buildSdk`). To test the build a new BasicGame project was created and runned.
Buildfile: /Users/martin/Projects/jMonkeyEngine-sdk/build.xml
-taskdefs:
-init-build-dir:
-convert-old-project:
-init:
@muellermartin
muellermartin / # graphviz - 2017-02-20_19-54-50.txt
Created February 20, 2017 19:00
graphviz on macOS 10.12.3 - Homebrew build logs
Homebrew build logs for graphviz on macOS 10.12.3
Build date: 2017-02-20 19:54:50
@muellermartin
muellermartin / # gnuradio - 2017-04-07_21-12-36.txt
Created April 7, 2017 19:21
gnuradio on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for gnuradio on macOS 10.12.4
Build date: 2017-04-07 21:12:36
@muellermartin
muellermartin / # gspell - 2017-05-12_12-35-03.txt
Created May 12, 2017 10:38
gspell on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for gspell on macOS 10.12.4
Build date: 2017-05-12 12:35:03
@muellermartin
muellermartin / # mono - 2017-05-12_12-57-56.txt
Created May 12, 2017 11:04
mono on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for mono on macOS 10.12.4
Build date: 2017-05-12 12:57:56
@muellermartin
muellermartin / # gspell - 2017-05-12_20-33-00.txt
Created May 12, 2017 19:07
gspell on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for gspell on macOS 10.12.4
Build date: 2017-05-12 20:33:00
@muellermartin
muellermartin / # gdal - 2017-05-27_05-13-11.txt
Created May 27, 2017 03:14
gdal on macOS 10.12.5 - Homebrew build logs
Homebrew build logs for gdal on macOS 10.12.5
Build date: 2017-05-27 05:13:11