Jump to content

Ben_WWU

Members
  • Posts

    2
  • Joined

  • Last visited

Ben_WWU's Achievements

ISF Newbie

ISF Newbie (1/5)

  1. Thank you so much! That FILE_SHARE_WRITE flag was exactly what we needed to find, it's working correctly now! We all are very appreciative for your help!
  2. My senior project group has been running into a similar problem. We're trying to make a bittorrent client which downloads files linearly from beginning to end rather than grabbing the least common pieces first as most clients do. We're then trying to play the video using directshow as it downloads so that it will appear to the user that the video is being streamed. Unfortunately, when directshow opens the video for read and write access, it prevents our bittorrent client from writing to the file, causing our program to fail. If you could tell me how you got directshow to open with read only access my whole group would be very grateful, thanks!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.