Ok, so what I've got is a server running win2k Server, on that server I have virtualbox running an xp vm (vmware just doesn't like my server for some reason).
All well and good, the vm works ok, as expected.
So what I'm trying to do is stream divx to the xbox360 from the vm instance, but it doesn't work...
I've got WMP 11 running on the vm, set up for sharing, but it can't see the xbox, and the xbox can't see it.
Scouting around, I thought it was a port problem, as the vm is using NAT from the host machine, so I added in the following port forwarding details
Code:
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver1/Protocol" value="TCP" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver1/GuestPort" value="2869" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver1/HostPort" value="2869" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver2/Protocol" value="UDP" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver2/GuestPort" value="1900" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver2/HostPort" value="1900" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver3/Protocol" value="TCP" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver3/GuestPort" value="10243" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver3/HostPort" value="10243" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver4/Protocol" value="UDP" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver4/GuestPort" value="10280" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver4/HostPort" value="10280" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver5/Protocol" value="UDP" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver5/GuestPort" value="10281" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver5/HostPort" value="10281" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver6/Protocol" value="UDP" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver6/GuestPort" value="10282" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver6/HostPort" value="10282" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver7/Protocol" value="UDP" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver7/GuestPort" value="10284" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver7/HostPort" value="10284" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver8/Protocol" value="UDP" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver8/GuestPort" value="10283" />
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/mediaserver8/HostPort" value="10283" />
</ExtraData>
but still no joy...any ideas?