I am trying to build a WCF Service to send a video stream using DASH and MPD. I am stuck when I am sending the MP4 file. Per Wirewhark my file is being sent as protocol http and media type video/mp4 but when I use other peoples link the protocol is MP4. I have copied all the headers and I am MemoryStream to pass the file.
Here is what I am trying to copy.