Genymobile / gnirehtet

Gnirehtet provides reverse tethering for Android
Apache License 2.0
6.13k stars 565 forks source link

Issue with DirecTV #19

Closed Zero3K closed 7 years ago

Zero3K commented 7 years ago

When watching a recording stored on the DVR, the quality is bad and there's lots of buffering occurring.

rom1v commented 7 years ago

I did some quick tests (in French) recently to compare the performances with that of adb push.

It appears that the bitrate is similar to what adb push provides: ~5MB/s (40Mbps) on a Nexus 5 with Android 6.

What's the bitrate of your video? What if you do the same test from your computer directly?

Zero3K commented 7 years ago

I don't know what the bitrate of it is. I am able to watch them using the DirecTV2PC program on my PC and when my tablet is connected to my home's wifi connection.

rom1v commented 7 years ago

I don't know what that has to do with it. Netflix will work fine on my PC since my Internet is fast enough.

Gnirehtet client and relay server communicate over adb, so it may not be faster that what adb provides…

Zero3K commented 7 years ago

Its probably an issue with how it handles the connections the device makes.

ewoks commented 7 years ago

Of course communication thought adb can not be faster than adb allows. @Zero3K "probably" doesn't help here at all. Can you pin point to specific place where handling connection is wrong?

Zero3K commented 7 years ago

I don't know. I thought you all would test the mentioned app to figure out if it really is having the issue or not.

Zero3K commented 7 years ago

I guess its not fixable then?

rom1v commented 7 years ago

Yes, without more specific information, this is not really a bug.

Zero3K commented 7 years ago

How do I give you more specific information? I think it is a bug because its still occurring for me.

Zero3K commented 7 years ago

I am attaching a log that has its level set to debug.

gnirehtet log.zip

Zero3K commented 7 years ago

I take it that its not of any help.