tv.js icon indicating copy to clipboard operation
tv.js copied to clipboard

Freezing Up

Open BrysonR opened this issue 12 years ago • 6 comments

It seems to be working well so far in regards to building and beginning to run it locally but every time I go to watch a movie it stops downloading after exactly 10 seconds.

BrysonR avatar Sep 10 '13 11:09 BrysonR

I have exactly the same problem

yoanvillanueva avatar Jan 04 '14 12:01 yoanvillanueva

same problem

clooket avatar Jan 12 '14 18:01 clooket

exactly same problem. the download speed freezes and sometimes this is printed to the console:

Error: read ECONNRESET
    at errnoException (net.js:901:11)
    at TCP.onread (net.js:556:19)

sdgandhi avatar Feb 04 '14 01:02 sdgandhi

I can confirm this also

gkze avatar Feb 06 '14 02:02 gkze

I believe it is a problem with the peerflix program. I ran peerflix separately from command line (after downloading it from the peerflix repo), and it seems to run correctly however.

I think there might be some internal connection problem between tv.js and peerflix? I haven't looked too much into the internals yet, but may do so this weekend.

sdgandhi avatar Feb 06 '14 23:02 sdgandhi

I had the same feeling as well, that the connection with peerflix is causing the problem. When I use the command created by tv.js for the peerflix binary on the command line itself, its working. It's not working when it is called by tv.js however.

Floehe avatar Feb 07 '14 07:02 Floehe