grettings all,
well, after several months of trial and error attempts to put mytheatre+avbroadcast+xbmc combo working i think i finally reach a veredict.
none of the the solutions i found in any forum was 100% operational and because there are still people asking for this, here's the solution i came up.
i used xbmc build from 12-2005 (or after), mytheatre 3.33.xx, avb 0.131 (changed by myself and may be found at
mytheatres.py 1.131) and finally vlc 0.8.2.
activate avb in mytheatre and choose the options marked in the following picture:
edit mytheatres.py with notepad and change url and urlview variables to reflect the ip of your pc running mytheatre. the port number (8000) in 2 (green numbers) should be the same in the the url variable in mytheatres.py. the urlview port (7000) will be used soon. put it in the xbmc scripts directory.
Quote:############################################################
#change your default preferences here
#set the ip and port for the computer running mytheatre here
url = 'http://192.168.1.2:8000'
urlview = 'http://192.168.1.2:7000/'
default_file = '/list.htm'
default_sort = 'by chan' # 'by chan' 'by prog'
default_tvradiomode = 'tv and radio' # 'tv and radio' 'tv only' 'radio only'
default_encryptmode = 'fta + enc' # 'fta + enc' 'fta only
default_channel_change_delay = 0 # 5 seconds works reliably for me, but it varies
############################################################
now execute vlc and open a network stream and set udp/rtp with same port number of number 1 in the picture (5000), mark output stream and caching with 4096. now press configurations and mark http with same address of the machine you're running vlc and use same port number as urlview of mytheatres.py (7000).
press ok twice and run mytheatres.py in your xbox.
btw, you can get avb at
http://www.seanster.com/avb/
hope this help.
exp