java - Android Tablets networked via server locally and access video files -


I have a project where I have to put an Android based tablet on a local server without an internet connection. Scenario: - There is a class where all 50 students have tablets, I want to stream video directly from the server to the tablet (instead of downloading it separately to different bullets). This tablet can be connected to the server locally via LAN but the internet is not available.

Thanks in advance Himesh


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -