|
Implementation of a configurable mpeg-like video traffic generator
The video generator module goal is to provide a flexible configurable packet generator of MPEG-4-like UDP traffic. The source code for the new module so-called (MpegPktGenClient) lives in the directory ``src/applications``. A helper module (MpegPktGenClientHelper) is also implemented to facilitate it's use.
We can change the video streaming traffic shape, i.e. the GOP structure, by simply changing the key parameters values explained in the documentation.
The Video generator client can work with any udp based server like the already implemented in NS-3 UdpServer.
The module description, an example of usage, expected results, and a brief analysis of the output pcap trace are presented in the doc.
Acknowledgment
##############
This work is partially funded by the Inria-Alstom Transport virtual lab. The people implied in the project are (alphabetically ordered): S. Alouf, A. Dandoush, P. Derouet, P. Dersin, G. Neglia, S. Simoens, and A. Tuholukova.
Total comments: 27
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1512 lines, -1 line) |
Patch |
|
A |
.cproject
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
.project
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
|
A |
examples/mpeg-gen-pkt-client/video-gen-client-server-example.cc
|
View
|
|
1 chunk |
+205 lines, -0 lines |
0 comments
|
Download
|
|
A |
examples/mpeg-gen-pkt-client/wscript
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
A |
scratch/video-gen-client-server-example.cc
|
View
|
|
1 chunk |
+205 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/applications/doc/applications.rst
|
View
|
1
|
1 chunk |
+128 lines, -1 line |
4 comments
|
Download
|
|
A |
src/applications/doc/figures/1stFrame.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
|
A |
src/applications/doc/figures/2edFrame.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
|
A |
src/applications/doc/figures/gop.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
|
A |
src/applications/doc/figures/statistics.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
|
A |
src/applications/helper/mpeg-pkt-gen-client-helper.h
|
View
|
|
1 chunk |
+86 lines, -0 lines |
1 comment
|
Download
|
|
A |
src/applications/helper/mpeg-pkt-gen-client-helper.cc
|
View
|
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/applications/model/mpeg-pkt-gen-client.h
|
View
|
|
1 chunk |
+178 lines, -0 lines |
9 comments
|
Download
|
|
A |
src/applications/model/mpeg-pkt-gen-client.cc
|
View
|
1
|
1 chunk |
+547 lines, -0 lines |
13 comments
|
Download
|
|
M |
src/applications/wscript
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2
|