You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
904 B
36 lines
904 B
6 years ago
|
|
||
|
https://blog.danman.eu/new-version-of-lenkeng-hdmi-over-ip-extender-lkv373a/
|
||
|
|
||
|
https://github.com/gkralik/python-gst-tutorial
|
||
|
https://github.com/brettviren/pygst-tutorial-org
|
||
|
|
||
|
|
||
|
gst-launch-1.0 -v udpsrc multicast-iface="eth0" multicast-group=239.255.42.42 auto-multicast=true port=5004 caps="video/mpegts, media=(string)video" ! tsdemux ! decodebin ! videoconvert ! autovideosink sync=false
|
||
|
|
||
|
vlc -vvv udp://@239.255.42.42:5004
|
||
|
|
||
|
|
||
|
raspi: ! omxh264dec ! autovideosink
|
||
|
fbdevsink device=/dev/fb0
|
||
|
h264parse ! omxh264dec ! glimagesink
|
||
|
gst-launch-1.0 videotestsrc ! eglglessink
|
||
|
|
||
|
g_mass_storage
|
||
|
stall=0 ro=1
|
||
|
|
||
|
|
||
|
|
||
|
(gstreamer-1.0) python3-gi (or python3-gst-1.0 ??) gstreamer1.0-omx gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
|
||
|
|
||
|
|
||
|
length: 1324 (packet: 1358)
|
||
|
pid: 0x7d1 cc=0 1 2 12 13 14 15
|
||
|
|
||
|
|
||
|
|
||
|
how to build:
|
||
|
|
||
|
mkdir build && cd build
|
||
|
cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain-cross-mingw32-linux.cmake ../
|
||
|
make
|