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
0
votes
1 answer

How to use IPCapture Library for mjpeg streaming

I found this library named IPCapture which I could use for mjpeg streaming over IP Cameras. How can I integrate this seperate class to my existing code.?
Mr.Noob
  • 1,005
  • 3
  • 24
  • 58
0
votes
3 answers

JPEG compression

I'm trying to understand the JPEG compression process and performed the following steps to verify a few things. I take an input image img1.jpg and compress it by using IrfanView, say quality=50 (img1_compress.jpg). Then I crop a small block from the…
pree
  • 2,297
  • 6
  • 37
  • 55
0
votes
1 answer

Unable to stream from MJPEG server

I am trying to stream from MJPEG server by using
JavaCake
  • 4,075
  • 14
  • 62
  • 125
0
votes
1 answer

FFMPEG - windows - MJPEG stream - convert to MP4 and re-stream - C# - newbie

Am a newbie to work with videos and stuff. Doing a project with a panasonic IP cam (WV-ns-202A) which will be the source of an MJPEG stream. I need to Display this content on a ASP.net,C# web app under IIS, as well as store the same in…
ganesh
  • 780
  • 7
  • 19
0
votes
2 answers

Mosaic from MJPEG sources in VLC

I'm trying to set up a mosaic stream from multiple mjpeg sources and output it as yet another mjpeg. The matrix wizard in the web interface is either broken or just unclear, and the Mosaic tutorial on VLC website doesn't seem to help complete it.…
Igor R
  • 625
  • 2
  • 10
  • 24
0
votes
0 answers

Error on resume, mjpeg view app

I checkde this link for show mjpeg on my android device. I tested two links. One is sample link in example code. Other is my cam (APM-H804-WS) link. The problem happened only on using my cam link. First executing works well. Turn off the screen, or…
Temp
  • 109
  • 1
  • 11
0
votes
1 answer

streaming only RTSP MJPEG and metadata android

I've been having the following problem for some days now... I have a server which send me an url like rtsp://ip:port/ with an active streaming session. The format is MJPEG and I have some metadata in each frame. So I need to extract data from the…
sexyslippers69
  • 334
  • 2
  • 9
0
votes
2 answers

How to check if images are loaded?

I am using mjpeg format to display stream from IP-camera. The problems is that stream is unstable and i don't know when exactly it starts and so i need somehow check image url if there is for example > 5 images and then load it. Something like this,…
Andresh Podzimovsky
  • 1,511
  • 4
  • 13
  • 17
0
votes
1 answer

How to record the http live streaming from an IP Cam

I have created the application in which the client can view the ip camera which is giving an http live stream of MJPEG using this link Android ICS and MJPEG using AsyncTask Now i want the user to record the video into its memory card . I have…
abhishek
  • 1,434
  • 7
  • 39
  • 71
0
votes
3 answers

Open SDP File in .Net C#

I'm developing a C#’s application with the ability to view an MJPEG encoded video stream, from an encoder (Teleste MPX-E8). I can see a stream through the Encoder’s Video Encoding Settings page, and I’ve read the stream is encapsulated in an SDP…
Leucistic
  • 1
  • 1
0
votes
0 answers

Streaming MJPG with Authentication

I have an MJPG stream I need to embed in a web page. It requires authentication to view, but I do not necessarily want to prompt the user when they view the page. So, is there a MJPG streamer (built into a browser or Java/Flash based) that supports…
Andrew M
  • 4,208
  • 11
  • 42
  • 67
0
votes
1 answer

Windows 8 mjpeg video decoding capabilities

Since windows 7 build-in mjpeg decoder seems has resolution limitation, it could not decode the mjpeg which has resolution larger than 2592x1944 pixels. So I want to know the ability of windows 8 decoder for mjpeg, could it decode the mjpeg video…
0
votes
1 answer

Saving MJPEG to compressed Video File with C#

I'd like to convert a MJPEG Stream from an IP-Camera to a compressed Video File. To access the stream i use the MJPEF Decoder found here: http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder. If i write the Frames to an avi File with an…
Richard Liebmann
  • 416
  • 1
  • 6
  • 19
0
votes
1 answer

MJPEG using AsyncTask02 in a VideoViewer/CustomViewer

First "Thanks @bbodenmiller!" (Android ICS and MJPEG using AsyncTask) the code for the MJPEG-Viewer works very well. But i have a problem. The "MjpegActivity.java" works only in an new ContentView: private static final String TAG =…
-1
votes
2 answers

Changing FPS in OpenCV

I have an application that needs to capture only a few frames per second from a webcam. Setting videowriter in the below code to 3 frames per second results in the webcam's normal framerate of approximately 30 fps being saved. What are the options…
portsample
  • 1,986
  • 4
  • 19
  • 35
1 2 3
32
33