Results 516 comments of René Bertin

>Negative video delay skips video, positive video delay skips audio. It is visible at playback start and seeking. that's the thing, if you're dealing with an actual long transport delay...

***@***.*** Do you prefer time domain or frequency domain algorithm? Is Rubberband ok? TBH, whichever works over a reasonable range and (why not) is the easiest to implement. My use...

Works, and audio/video sync seems to remain OK too, thanks! I'm beginning to understand why you asked about quality; the slowed-down sound is indeed a bit strange. But that can...

>I don't know, maybe your French IP address is detected in Google? That's what I'm afraid of too, but I don't get this "service" when I use a browser (even...

The mystery thickens. Here's a test search (from my recent history :)): `https://www.youtube.com/results?search_query=art%20tube%20mp` When I open it in a browser I get non-translated results, even when I'm not logged into...

>You can also track HTTP headers sent by web browser and QMPlay2 and compare. If I ever did that I forgot how :-/ Anyway, I have a hunch that this...

So... As I thought, when I do this in `Youtube::search()`: ``` searchReply = net.start(getYtUrl(title, m_sortByIdx), QByteArray(), "Accept-Language: en\r\nCookie: \r\n"); ``` I get the results as I'd like. Idem when instead...

Me again ^^ It was quite simple actually: ``` diff --git a/src/qmplay2/NetworkAccess.cpp b/src/qmplay2/NetworkAccess.cpp index 4cf405e73af5e6b57e480d3e6033d745aaedbe3e..4b43ce0d6138181737deaaa30d9f122235403eaa 100644 --- a/src/qmplay2/NetworkAccess.cpp +++ b/src/qmplay2/NetworkAccess.cpp @@ -65,7 +65,7 @@ public: m_networkReply(networkReply), m_url(url), m_postData(postData), - m_rawHeaders(rawHeaders),...

>It means web browser enforces the language, otherwise Google detects your IP address (QMPlay2 case)? Yes, it looks like that. I suppose you saw my proposed solution, which includes the...