2014-01-22, 07:57 AM
my videoview is basically just this
works with some URLs i tried, but if i download the same file, try and stream it using nextpvrs stream?f=[filename], it just doesnt work. i spent about an hour trying to write a custom streamer to get it to work, but each different approach i tried resulted in failed playback. then i discovered some devices just dont support it.
the costar is cheap enough, just will cost me about USD$200 once i pay for the extra shipping + power converter plus about 2 weeks shipping. whereas the netgear neo was about $150USD all up and arrived in 3 days.
Code:
VideoView videoView = (VideoView)findViewById(R.id.videoView1);
videoView.setMediaController(new MediaController(this));
String url = getIntent().getStringExtra("URL");
videoView.setVideoURI(Uri.parse(url));
videoView.requestFocus();
videoView.start();
the costar is cheap enough, just will cost me about USD$200 once i pay for the extra shipping + power converter plus about 2 weeks shipping. whereas the netgear neo was about $150USD all up and arrived in 3 days.