Участник:StasFomin/Bookmarks/0x1
Материал из DISCOPAL
< Участник:StasFomin | Bookmarks
Версия от 12:28, 23 февраля 2024; StasFomin (обсуждение | вклад) (Добавлена закладка GStreamer Webcam – Apps on Google Play)
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