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
2answers
201 views

What format is this JPEG stream from my cheap Chinese IP webcam?

I've got a cheap Chinese IP webcam that has a web interface showing live video. The video appears to be a sequence of jpeg images fed into the browser. If I point wget at the URL ...
1
vote
2answers
670 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 ...
0
votes
2answers
176 views

Android Bitmap problem

I have a motion JPEG stream that is put on a canvas in Android. My problem is that at the bottom right of the canvas there is a little, gray, pixelated bar. It kinda of disappears and re-appears. I ...
0
votes
1answer
410 views

iPhone programming - How to create a movie file from muti images and save it in iPod library?

It is possible to do that? please give me a hint> thanks, Huy
0
votes
1answer
466 views

MJPG streaming with audio

I have a program on the server side that keeps generating a series of JPEG files, and I want to play these files on the client browser as a video stream, with a desired frame rates (this video should ...
0
votes
2answers
1k views

Transcoding MJPEG to FLV or MP4

I want to transcode MJPEG stream that comes from IP camera (http://xx.yy.zz.tt:8080/video.cgi) to FLV or MP4 stream under Linux OS so that users can play the file using a web based Flash player such ...
0
votes
1answer
950 views

Capturing real time images from a network camera

What is the best way to capture streamed MJPEG from a network IP camera? I'd like to get frames and process them, using c++ (or python extended with c++). Is OpenCV my best option? Thanks Simon