Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9176229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:04:04+00:00 2026-06-17T17:04:04+00:00

I have a video stream which comes as an MJPEG over HTTP. Is there

  • 0

I have a video stream which comes as an MJPEG over HTTP.

Is there a way to display such stream in a Windows Form application?

I already have a set of routines for displaying simple JPEGs from a webserver, but not continuous MJPEGs. Maybe the two problems are related.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:04:05+00:00Added an answer on June 17, 2026 at 5:04 pm

    I have found a library which works rather nicely: http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder

    You can use it as follows in a C# solution

    // class attribute
    MjpegDecoder m_mjpeg;
    
    // In the constructor
    m_mjpeg = new MjpegDecoder();
    m_mjpeg.FrameReady += mjpeg_FrameReady;
    
    // Private method
    private void mjpeg_FrameReady(object sender, FrameReadyEventArgs e)
    {
    
            yourPictureBox.Image = e.Bitmap;
    }
    

    Source is also available for debugging.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a simple way to remove the video-stream from a IMediaWriter? I have
I have an application (video stream capture) which constantly writes its data to a
So I have a local URL like http://localhost:port/ with live video stream in it.
I have the rtsp URL for a live video stream which I would like
I have a tcp socket on which I receive video stream. I want to
I have an application, running on the Playframework, which needs to encode some video
I have to recognize digits within an image from video stream and there are
We have a whole catalogue of videos which we would like to stream to
So I have real time video stream. With 1 (one) person on It .
I have a 11-minute .mkv file with a h264 video stream, taking up 184MB

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.