Tacio
4th May 2009, 08:08
Sorry if this wrong forum and for my english.
I have task - realize steaming of jp200 pictures (as movie) over the network (UDP) on C#.
Basic info: jp2000 files as frames from video movie (for example 25 fps). Each file size about 200KByte. I need to stream this files over net with some text data and output this files on screen as a movie on the receiver.
What I've done: I realize something like simple container for jp2000 and text data.
Problems and questions: bitrate of the movie about 5 MByte/s (25 * 200), network speed - 100Mbit/s. As a result - congestion on the receiver and pictures lost :(. So I need to limit sender speed. How I can do this? I have to modify container to carry something like PTS info? Or may be container is not needed generally?
I have task - realize steaming of jp200 pictures (as movie) over the network (UDP) on C#.
Basic info: jp2000 files as frames from video movie (for example 25 fps). Each file size about 200KByte. I need to stream this files over net with some text data and output this files on screen as a movie on the receiver.
What I've done: I realize something like simple container for jp2000 and text data.
Problems and questions: bitrate of the movie about 5 MByte/s (25 * 200), network speed - 100Mbit/s. As a result - congestion on the receiver and pictures lost :(. So I need to limit sender speed. How I can do this? I have to modify container to carry something like PTS info? Or may be container is not needed generally?