I have been working on an app to allow me to get rid of my cable boxes and use a HDHomeRun Prime and GoogleTV boxes (Sony blu ray player current) with the newest 3.1 honeycomb update. In preperation for the GTV Honeycomb update I converted SiliconDust's libhdhomerun to java since GTV doesn't support the NDK. I can control the Prime through my app already. I tested this by hardcoding the device target for the Prime to my laptop's IP and used VLC and opened the udp data steam ("udp://@:portNum").
I am stuck on how to get the udp datastream that is supposed to be sent to my GTV box to display in a VideoView in my application. I believe I've tried using setVideoPath and setVideoURI and all I get is a popup about being unable to display the video.