Участник:StasFomin/Bookmarks/0x1 — различия между версиями
Материал из DISCOPAL
StasFomin (обсуждение | вклад) (Добавлена закладка GitHub - mareksuma1985/GStreamer_Tutorial_udpsink: Streams video from main camera to a given IP address.) |
StasFomin (обсуждение | вклад) (Добавлена закладка GStreamer Webcam – Apps on Google Play) |
||
Строка 2: | Строка 2: | ||
=== 2024-02 === | === 2024-02 === | ||
+ | * 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> | ||
+ | <!-- NEXT BOOKMARK --> | ||
* 2024-02-23, 01:32:37: [https://github.com/mareksuma1985/GStreamer_Tutorial_udpsink GitHub - mareksuma1985/GStreamer_Tutorial_udpsink: Streams video from main camera to a given IP address.] | * 2024-02-23, 01:32:37: [https://github.com/mareksuma1985/GStreamer_Tutorial_udpsink GitHub - mareksuma1985/GStreamer_Tutorial_udpsink: Streams video from main camera to a given IP address.] | ||
* 2024-02-23, 00:54:04: [http://gstreamer-devel.230.s1.nabble.com/about-GStreamer-performance-problem-td971155.html GStreamer-devel - about GStreamer performance problem] | * 2024-02-23, 00:54:04: [http://gstreamer-devel.230.s1.nabble.com/about-GStreamer-performance-problem-td971155.html GStreamer-devel - about GStreamer performance problem] |
Версия 12:28, 23 февраля 2024
2024
2024-02
- 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