User Profile

Collapse

Profile Sidebar

Collapse
Iridium
Iridium
Last Activity: Aug 25 '08, 02:15 PM
Joined: Nov 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Iridium
    started a topic Get JPG from MJPG Stream Problem
    in .NET

    Get JPG from MJPG Stream Problem

    Greetings,

    I am trying to get a JPG Frame from a MJPG Stream. A MJPG is basically a stream of JPGs which are splitted by a special boundary string. So I tried to get the stream, split it by the boundary strings and save the JPG binary data into a file.

    The problem is, I cant save the data into a proper JPG file which I then open. This is my code:
    Code:
    using System;
    using System.Collections.Generic;
    using
    ...
    See more | Go to post

  • Iridium
    replied to C#: Cross-Thread Problem
    in .NET
    Noone has a good idea? I still have the same problem and I cant find a solution.
    See more | Go to post

    Leave a comment:


  • Iridium
    replied to C#: Cross-Thread Problem
    in .NET
    Well, Remoting sounds interessting, but the connection is also used for other things, so I will use TCP connections.
    Noone has an idea how I could solve that?...
    See more | Go to post

    Leave a comment:


  • Iridium
    replied to C#: Cross-Thread Problem
    in .NET
    No, that event is not around a time, its coming from an external source and then needs to be transmitted to the clients. It would be also nice if I could "forward" the message coming from the event to the clients, but thats a different task. So just basically get the server to send a message to the clients as soon the event occurs....
    See more | Go to post

    Leave a comment:


  • Iridium
    started a topic C#: Cross-Thread Problem
    in .NET

    C#: Cross-Thread Problem

    Greetings,

    First I'd like to say that this is a very nice forum and it already helped me alot with some other projects. But now to the problem:

    I wrote a server that is based on the code found here . This server allows me to handle multible clients/connections at the same time.

    Now I need to add an event (for example a key is pressed), which then sends a specific message to all clients that are actually...
    See more | Go to post

  • Iridium
    started a topic C#-APP: Splitting a string by a character
    in .NET

    C#-APP: Splitting a string by a character

    Hello, I have a quick question:

    I have a string in the following format:

    |001|ACOMMAND|a rgument1|argume nt2|

    Now I need to get 'argument1' and 'argument2'. For the other strings I used StringBuilder.R emove, since they both have a fixed lengths. But 'argument1' and 'argument2' dont have a fixed length, so I cant use that.

    Is there a function that lets me split the string by the '|'?
    ...
    See more | Go to post
No activity results to display
Show More
Working...