Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. mjpeg

mjpeg

Scheduled Pinned Locked Moved C#
question
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shabonaa
    wrote on last edited by
    #1

    i want to capture the mjpeg stream from URL like http://85.235.16.143/mjpg/video.mjpg what is the best way do to that

    I 1 Reply Last reply
    0
    • S shabonaa

      i want to capture the mjpeg stream from URL like http://85.235.16.143/mjpg/video.mjpg what is the best way do to that

      I Offline
      I Offline
      il_masacratore
      wrote on last edited by
      #2

      Use WebClient class on system.net: System.Net.WebClient oWebClient = new System.Net.WebClient(); oWebClient.DownloadFile(sUrl,sDestiny);

      Visit my blog at http://dotnetforeveryone.blogspot.com

      S 1 Reply Last reply
      0
      • I il_masacratore

        Use WebClient class on system.net: System.Net.WebClient oWebClient = new System.Net.WebClient(); oWebClient.DownloadFile(sUrl,sDestiny);

        Visit my blog at http://dotnetforeveryone.blogspot.com

        S Offline
        S Offline
        shabonaa
        wrote on last edited by
        #3

        i tried it but it saves the stream on hard-disk. i need to open it in picturebox. i tried to open the the saved file in picture box but it seems it is not an image.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups