Участник:StasFomin/Bookmarks/0x1 — различия между версиями
Материал из DISCOPAL
StasFomin (обсуждение | вклад) (Добавлена закладка GStreamer Webcam – Apps on Google Play) |
StasFomin (обсуждение | вклад) (Добавлена закладка Convert docx to markdown with pandoc) |
||
Строка 2: | Строка 2: | ||
=== 2024-02 === | === 2024-02 === | ||
+ | * 2024-02-28, 11:09:11: [https://gist.github.com/plembo/409a8d7b1bae66622dbcd26337bbb185 Convert docx to markdown with pandoc] | ||
* 2024-02-23, 12:28:49: [https://play.google.com/store/apps/details?id=pl.bezzalogowe.udpsink GStreamer Webcam – Apps on Google Play] | * 2024-02-23, 12:28:49: [https://play.google.com/store/apps/details?id=pl.bezzalogowe.udpsink GStreamer Webcam – Apps on Google Play] | ||
*: <html>The app streams video from your Android device's main camera to given IP address. Video is encoded with H.264, audio can be encoded with FLAC. Video and audio sources are ahcsrc and openslessrc respectively. Receiving machine must have gstreamer1.0 and gst-launch-1.0 installed.<br><br>To receive video run:<br>gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink<br><br>To receive video and audio encoded with FLAC run:<br>gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink udpsrc port=5001 ! flacparse ! flacdec ! autoaudiosink sync=false<br><br>Last used IP address is saved. Keep in mind that maximum video resolution and bitrate is limited by your bandwidth.</html> | *: <html>The app streams video from your Android device's main camera to given IP address. Video is encoded with H.264, audio can be encoded with FLAC. Video and audio sources are ahcsrc and openslessrc respectively. Receiving machine must have gstreamer1.0 and gst-launch-1.0 installed.<br><br>To receive video run:<br>gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink<br><br>To receive video and audio encoded with FLAC run:<br>gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink udpsrc port=5001 ! flacparse ! flacdec ! autoaudiosink sync=false<br><br>Last used IP address is saved. Keep in mind that maximum video resolution and bitrate is limited by your bandwidth.</html> |
Версия 11:09, 28 февраля 2024
2024
2024-02
- 2024-02-28, 11:09:11: Convert docx to markdown with pandoc
- 2024-02-23, 12:28:49: GStreamer Webcam – Apps on Google Play
- The app streams video from your Android device's main camera to given IP address. Video is encoded with H.264, audio can be encoded with FLAC. Video and audio sources are ahcsrc and openslessrc respectively. Receiving machine must have gstreamer1.0 and gst-launch-1.0 installed.
To receive video run:
gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink
To receive video and audio encoded with FLAC run:
gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink udpsrc port=5001 ! flacparse ! flacdec ! autoaudiosink sync=false
Last used IP address is saved. Keep in mind that maximum video resolution and bitrate is limited by your bandwidth.
- The app streams video from your Android device's main camera to given IP address. Video is encoded with H.264, audio can be encoded with FLAC. Video and audio sources are ahcsrc and openslessrc respectively. Receiving machine must have gstreamer1.0 and gst-launch-1.0 installed.
- 2024-02-23, 01:32:37: GitHub - mareksuma1985/GStreamer_Tutorial_udpsink: Streams video from main camera to a given IP address.
- 2024-02-23, 00:54:04: GStreamer-devel - about GStreamer performance problem
- hdv1394src ! queue ! mpegtsparse ! rtpmp2tpay ! udpsink
- 2024-02-20, 22:24:24: Google OAuth “invalid_grant” nightmare — and how to fix it | by Lasse B. Andersen | Inside Timekit