djvergad / dash

An MPEG/DASH client-server module for simulating rate adaptation mechanisms over HTTP/TCP.
GNU General Public License v2.0
46 stars 21 forks source link

Make the HTTP interface more accurate #3

Open djvergad opened 10 years ago

djvergad commented 10 years ago

The current implementation consists of a packet header with only two message types: request, response. This is not an accurate representation of the HTTP protocol. It should be improved.