Open GoogleCodeExporter opened 8 years ago
The Nexus7 runs Android 4.1.1.
Original comment by pewter.h...@gmail.com
on 23 Jul 2012 at 4:27
I figured this out, in NetInfoAdapter.getInternetInterface() the code gets the
first IP address not associated with lo. The Nexus7 had six interfaces, but
only the wlan0 one has an ip address when WiFi is on. For a quick fix, I
changed the hardcoded interface name to wlan0 and it started streaming.
The player displayed at that ip address never displays the video, though, it
just shows the spinner endlessly.
Original comment by pewter.h...@gmail.com
on 24 Jul 2012 at 3:34
I also have a nexus 7. Did you ever get the video to stream? I got the app to
run and I can view the webpage but no video.
Original comment by rickplea...@gmail.com
on 18 Oct 2012 at 1:16
I never did figure out why the video wasn't being displayed, and eventually
gave up. Sorry.
Original comment by pewter.h...@gmail.com
on 18 Oct 2012 at 4:04
Darn... Thanks for replying. Looks like i might just launch google hangout and
run my app in the back ground :/
Original comment by rickplea...@gmail.com
on 18 Oct 2012 at 5:17
I got video streaming working.
I svn'd rev 66 of this code.
After downloading the lbljingle library, I commented out LINE 103:
mediacapture.cpp
and replaced it with (fillBuffer( buf, 0);)
The video only streams with vlc navigated to http://yourtabletip:8080/live.flv
There's a 10-ish second delay in video. I'm working on audio next then the lag.
Original comment by rickplea...@gmail.com
on 30 Oct 2012 at 3:47
Sweet! Glad to see somebody's making progress.
Original comment by pewter.h...@gmail.com
on 30 Oct 2012 at 4:18
Original issue reported on code.google.com by
pewter.h...@gmail.com
on 23 Jul 2012 at 4:23