Questions tagged [mjpeg]

Motion JPEG(MJPEG) is a class of video formats where each video frame is separately compressed as a JPEG image

MJPEG is natively supported in Firefox, Opera, Chrome, Safari. It is accessible in IE through the Chrome Frame plugin or the Axis plugin.

More information on MJPEG at MJPEG in wikipedia

492 questions
-1
votes
1 answer

How to Combine two Live Streams(mjpeg + pcm) for ffmpeg or ffplay playback?

What's the correct command to combine two live streams (mjpeg + pcm) for playback? Currently, I have to playback them separately via ffplay. Is it possible to combine them as one for playback? //video stream mjpeg ffplay…
sharimken
  • 169
  • 5
-1
votes
1 answer

Android mjpeg stream to Video MP4

I have a ip camera that gives 30 frames mjpeg per second. I want to record that frames to a mp4 file. I have already a library that record it to avi file but its not preferred. I try to convert video to mp4 after record it avi but its a bit slower.…
KadirCanerErgun
  • 109
  • 1
  • 2
  • 9
-1
votes
1 answer

Low-latency video streaming from c++ opencv application in WINDOWS

There are quite a lot of questions on the topic, but most of them involve the use of undesired protocols - HTML5, WebRTC, etc. Basically, the problem can formulated as follows: how do I stream my own cv::Mat images over either RTSP or MJPEG [AFAIK…
Leontyev Georgiy
  • 1,295
  • 11
  • 24
-2
votes
2 answers

liverserver.so cannot open. uv4l mjpegstream

I'm having issues making a virtual camera with uv4l mjpegstream. This mjpegstream is not a camera but rather a graphic that I created. pi@iot:~ $uv4l --driver mjpegstream --auto-video_nr --verbosity=8 -f --uri "http://10.1.7.191/api/gfx/stream.jpg"…
halo test
  • 31
  • 1
  • 5
-2
votes
1 answer

How to properly embed MJPEG video in Angular app - Chrome, Edge, other browsers

Hello StackOverflow proffesionals! At first - I'm not a programmer, so please be kind to me :-) I have an application written in Angular - JavaScript. I have webserver(Nginx) which is streaming webcam video as MJPEG stream at address ../webcam .…
-2
votes
1 answer

MJPEG Video not Display on Android App

I have an Axis IP Camera that is connected over the router network and I'm trying to develop an Android application to display the video on the tablet and I'm following this example to implement a MJPEG viewer Android and MJPEG When I type the URL…
emenpy
  • 51
  • 1
  • 12
-2
votes
1 answer

Looking for a free video stream or Mjpeg stream to stream on local network

Do you know of a software that can stream desktop or window as video stream or mjpeg? I have tried vlc but keeps crashing.
Biondo86
  • 893
  • 6
  • 6
-2
votes
1 answer

V4l2 MJPEG Chroma Subsumpling

My cam gives me jpeg with chroma sub-sampling 4:2:2, but I need 4:2:0. Can I change MJPEG default chroma sub-sampling with v4l2?
Grotrek
  • 3
  • 1
-3
votes
1 answer

JPEG quality problems

I am currently using C# to retrieve frames from a borescope (via the FFMPEG library). However, I came across a problem weeks ago and I can't solve it. The images are returned in JPEG format (since the borescope stream is MJPEG). Some images come…
atokzz
  • 63
  • 3
-3
votes
1 answer

How to decode an MJPEG to raw RGB (or YUV) data

I am using Video4Linux2 to open a connection to the camera connected to my machine. I have the ability to either request YUV or MJPEG data from my camera device. Since increasing the requested resolution from the camera, while also requesting YUV,…
-5
votes
1 answer
1 2 3
32
33