I break most my things all the time. I have automation to rebuild, so if I break my box that's fine.
I'd like from debian's trixie:
gstreamer1.0-libav
my goal is to stream pi cam to https://jsmpeg.com (running on some other box)
I need to run a process on the pi to read data from the camera and send to jsmpeg server. There are examples using ffmpeg and gstreamer. There was a bug in one of the gstreamer elements:
that is fixed upstream. works find on ubunut x86.
can you spoon feed me how to apt pin?You can also add the trixie raspbian entries below the bookworm ones and use apt pinning to hold it on bookworm unless you specify trixie in the apt command.
I'd like from debian's trixie:
gstreamer1.0-libav
my goal is to stream pi cam to https://jsmpeg.com (running on some other box)
I need to run a process on the pi to read data from the camera and send to jsmpeg server. There are examples using ffmpeg and gstreamer. There was a bug in one of the gstreamer elements:
Code:
avenc_mpeg2videowhich comes from gstreamer1.0-libavGST_DEBUG=2 gst-launch-1.0 videotestsrc ! avenc_mpeg2video ! fakesinklibav :0:: MPEG-1/2 does not support 1000000000/1 fps
Statistics: Posted by CarlFK — Wed Aug 21, 2024 9:40 pm