View Single Post
Old 08-05-2008, 12:45   #1
Mr_love_monkey
Anyone can play guitar
 
Mr_love_monkey's Avatar
 
Join Date: Jun 2003
Location: London way
Age: 32
Services: Women for money
Posts: 6,234
Mr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny star
Mr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny starMr_love_monkey has a nice shiny star
Send a message via Yahoo to Mr_love_monkey
Streaming video from Virtual machine to xbox360

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?
__________________
Cheap Domain Name Registration & Reliable Hosting
And this is not my face, and this is not my life
And there is not a single thing here I can recognize
And this is all a dream, and none of you are real
Mr_love_monkey is offline   Reply With Quote