Resources for IT Professionals > Forums Home > Microsoft Research Forums > Archive Service > I can't record vidieo/sound with archive s.
Ask a questionAsk a question
 

AnswerI can't record vidieo/sound with archive s.

  • Friday, August 31, 2007 7:40 AMloporto Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi! I've installed the services (reflector, venue and archive) and there's no stream recorded in my server when I try to record them. What  could it do? Cheers!

Answers

  • Monday, September 03, 2007 8:21 PMloporto Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi, I don't know why, but I could fix the problem. In the server I have 2 network interfaces. The first one with internet and the second one with internet 2. When the Internet 2 was disabled, the archive service started to work well.

    Any idea why ?

    Cheers.

All Replies

  • Monday, September 03, 2007 8:21 PMloporto Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi, I don't know why, but I could fix the problem. In the server I have 2 network interfaces. The first one with internet and the second one with internet 2. When the Internet 2 was disabled, the archive service started to work well.

    Any idea why ?

    Cheers.
  • Tuesday, September 04, 2007 6:14 PMFred Videon Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    It looks like the RTP code does bind the listener socket to a particular interface.  It is making a wsioctl call to find an appropriate interface that can route to the multicast group address.  If you have multiple interfaces that can route multicast, then it's not clear to me how the selection is made, but it seems pretty clear that the interface chosen was not the one you wanted.  Disabling the I2 interface forced it to use the one you wanted.  Possibly a better solution for this case would be to bind the socket to IPAddress.Any.

     

    Cheers, Fred