How can I get live network streaming WITH AUDIO in preview mode?
Enable the AudioDeviceRendering property before invoking StartPreview, otherwise the audio section is not binded to the graph. When I enable the live network streaming under Windows 98 or Windows ME preview and/or recording fails. The problem will be fixed by installing the Windows Media Format 9 Series SDK that can be downloaded from: https://wmlicense.smdisp.net/ei0u439/91ac29746/download.asp My computer has a non-routable local IP address (192.168.0.122) behind a router/firewall, and my ISP assigns me a dynamic IP address that changes every day. How can my clients connect from the Internet to the one of my computers that is streaming TVideoGrabber? First of all, you need to choose a free TCP port for each TVideoGrabber component running at the same time. Choose a port number you want to open. Any free port number can be used, to avoid conflicts choose it above 6000 (and below 65535). E.g. let’s choose for this example 8800. Assign this value to the ASFNetworkPort property of the TVi