Tagged Questions

17
votes
8answers
19k views

Creating an MJPEG video stream in c#

I have images being sent to my database from a remote video source at about 5 frames per second as JPEG images. I am trying to figure out how to get those images into a video format so I can stream a ...
3
votes
1answer
3k views

creating my own MJPEG stream

I'm trying to create an MJPEG stream, I have a series of jpegs that I want to put together into a stream so that a user can just hit a URL and get an mjpeg stream. I've been trying for the last few ...
2
votes
1answer
126 views

Encrypting video sent from Android device to server

We have developed an Android application that streams H264 & MJPEG video from the android device to a server through internet connection, using HTTP protocol both for authentication and video. ...
2
votes
1answer
581 views

How to play M-JPEG encoded video on HTML5 <video>?

I need to play an M-JPEG encoded movie on HTML5 . Do you know which container (mp4, avi, webm, ogv, etc.) and browser (chrome, safari, etc.) can play this?
2
votes
2answers
518 views

Which frame does ffmpeg get when reducing the frame rate

I have some video that I would like to convert to images of frames every 2 sec. E.g. If the video is 7 seconds long at 15 fps I would like to get frames 1, 31, 61, 91. The command: ffmpeg -i ...
1
vote
2answers
45 views

MJPEG Video from IP Camera too fast

I'm just trying to read a video Stream out of an IP Camera (Basler BIP-1280c). The stream I want to have is saved in a buffer on the camera, has a length of 40 seconds and is decoded in MJPEG. Now ...
1
vote
2answers
668 views

Video re-streaming server (video output format)

I need to develop a video streaming server which would stream a live video to multiple users. It needs to support the following "video" sources for the re-stream server: web-camera surveillance ...
1
vote
1answer
743 views

Creating a dynamic (video) Overlay on Google Maps on Android 2.1

I'm trying to create a map overlay for displaying a video stream (MJPEG) on top of a Mapview. Currently I've a standalone activity that creates a data thread for fetching MJPEG video frames. I'm ...
0
votes
1answer
248 views

Create movie from stream of jpeg files in Java

I am working on a software that receives an MJPEG stream from an IP camera and displays it on the screen. Now I'd like to record the stream at the same time in some movie format. I'm still quite new ...
0
votes
3answers
420 views

How to save Pictures from MJPEG Stream with Java?

How is it possible to save the pictures from a MJPEG Stream in Java? I want to call a HTTP MJPEG address and save every single frame to a seperate picture file.
0
votes
0answers
712 views

Load compressed video in C# EmguCV

I'm working on C# application that should be able to open a video file that might be compressed as MJPEG, and display individual frames. At the moment I'm using EmguCV, I'm able to create a capture, ...
0
votes
0answers
285 views

Android read multipart/x-mixed-replace mjpeg

I search a way to read mjpeg with multipart/x-mixed-replace on android but I don't find any doc or libraries to do this. Anyone already do this or have informations ? Thanks
0
votes
2answers
427 views

mjpeg and h264 codecs

What is the difference between mjpeg and h264?