-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For YouTube streams, tls 1.2 is used. BraveNewPipe conscrypt. #163
Comments
nope. There are no configuration files. You want to connect preferable via 1.3 and if not available 1.2 etc? |
Yes, this is important in cases when the internet provider blocks YouTube domains. For TLS 1.3 connections, the blocking can be easily overcome with the help of antiDPI tools, but with TLS 1.2, it is difficult to do so. |
|
AOSP 7.1.2 |
And what does not work? you can't play those live streams? Do you have any sorts of logs? I looked into it and cannot find a host with manifest in its name. |
Works through VPN. |
could you try this version here: I've only enabled TLS 1.3 |
I can't install it. The installer reports that the application is incompatible. |
The problem is maybe the way you install it or you have not enabled developer settings. This could prevent a debug+signed build to be installed if I recall correctly. Here is the same apk but as release. Hope this one works: |
This version is installed, but the video does not play. Constant error "Source error" every 2-3 seconds. In the sniffer, I see that SIN ASK packets are being sent and receive a response, but then the program does not send Client Hello, instead it starts connecting again. This will be repeated several times per second, continuously. |
can you upload a pcap file? |
I've looked int the file. I have to say I'm not a expert on TCP but as you said there retransmissions of packets. They get resend 300ms 2sec and 4 secs. How does it differ if you use the regular bravenewpipe? |
I'm not a TCP expert either, but it's not difficult. First, the client sends a packet with the syn flag, the server responds with a packet with the syn ack flags, this means that TCP is ready to work with higher protocols. I wanted to send you another pcap, where the successful connection TLS 1.2 manifest.googlevideo.com and so on, through the VPN adapter, but I did not save your address. However, it doesn’t matter, there’s nothing interesting there anyway. |
To connect to manifest.googlevideo.com tls 1.2 is always used.
This is a problem for me.
Are there NewPipe configuration files where I could enable tls 1.3?
root is available.
The text was updated successfully, but these errors were encountered: