NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.95k stars 1.7k forks source link

Android nanohttp server, not able to play large video #425

Closed DeepsUttekar closed 7 years ago

DeepsUttekar commented 7 years ago

Hi All,

I am using nano http in android for local video streaming. But it fails to receive range and as vide file is large it tries to send complete file and it timeouts.

can some one please help me

LordFokas commented 7 years ago

There have been several similar questions here before. Please browse the existing issues, you might find solutions there.

I'm closing this unless this proves to be completely unrelated to those issues.

DeepsUttekar commented 7 years ago

I have searched a lot and seems that ppl have removed nanohttp and moved to Android async or nodejs. So wanted to check if nanohttp has solution for this issue

Shrikant-B commented 7 years ago

@DeepsUttekar did you solved the issue?

DeepsUttekar commented 7 years ago

no im not able to solve this issue... planning to switch to android async

Marx-Hong commented 5 years ago

@DeepsUttekar have you solved it?thanks