-
**Describe the bug**
We are experiencing a rather strange bug with the color stream of the kinect.
On an AMD EPYC 7302 machine, the color stream is corrupted.
This is reproducible using the k4aview…
-
At the resolutions you're running at, you should be able to get 1-2 second latency with ustreamer (set to output an MJPEG HTTP stream, which should be viewable in any browser): https://github.com/pikv…
-
I have an MJPEG stream that I'd like to add. One option is MJPEG -> ffmpeg (convert to h264) -> rtsp-simple-server -> RTSPtoWeb.
Is there a more direct way?
-
I use AMF MJPEG MFT for decoding MJPEG data from USB camera.
I set input frame 320x240, output is 320x256 NV12, because vertical alignment is 32.
Output NV12 frame has 16 extra lines. But Y and UV v…
-
Hi @jaumard, It seems can't work on the web platform.
Simple code:
```dart
import 'package:flutter/material.dart';
import 'package:flutter_mjpeg/flutter_mjpeg.dart';
void main() => runApp(M…
-
Hi,
My goal is to display in a Reactjs web app the images that my camera is streaming as MJPEG (10 per second)
Also I want to take a picture everytime I press a button.
I have the IP, userna…
-
I am using the same code as the sample app :
https://github.com/niqdev/ipcam-view/blob/master/app/src/main/java/com/github/niqdev/ipcam/IpCamDefaultActivity.java
i.e. stopPlayback onPause
But w…
-
I was wondering if y'all had tried adding ONVIF support so that these cameras can be added to common NVR platforms. It would allow greater flexibility and integration into larger systems using a stand…
-
Getting JPEG thumbnails out of Livepeer streams is a common request. While thumbnailing can (and has) been built on a variety of different parts of the pipeline, it's a natural fit for Livepeer Networ…
-
iOS app crashes when vlc player component is rendered with a live video stream on http with mjpeg video type. But when I re render the same component for the same live video stream url, my iOS app is …