Sign up here and you can log into the forum!

youtube HD

youtube/live365/pandora/flickr replacements & other web services

Re: youtube HD   

Postby rezmus » Sun May 09, 2010 8:57 am

greg_oz wrote:Hope that helps you in the development. Just donated a few dollars. Keep up the good work!

i indeed use some caching inside youtube hd proxy (needed for adult flaged videos), but it should not affect regular youtube (non-proxy). u can help by posting the links or titles of videos youtube hd proxy have restricted problem with. without it i can't debug.

one more thing, as u said if the problem does not appear with youtube proxy, why to switch to regular youtube in the first place?
rezmus
Developer
 
Posts: 111
Joined: Mon Apr 05, 2010 8:40 pm

Re: youtube HD   

Postby greg_oz » Sun May 09, 2010 7:47 pm

Sorry, I probably was not clear: There are some videos which do not work regardless if I am using the proxy or not. I my case, these are 'official' music videos, posted my music labels.
I tried these below BEFORE I turned on the proxy - got the 'This Video is restricted...' error - then turned on the proxy and got the error again.

(disclaimer: my wife's music tastes, not mine!!) - all are posted by atlanticvideos
http://www.youtube.com/watch?v=etr7UtnUflM
http://www.youtube.com/watch?v=Ga005q-6WK4
http://www.youtube.com/watch?v=3HsYNUUl9MM
http://www.youtube.com/watch?v=aSkFygPCTwE
http://www.youtube.com/watch?v=7gO-jFLIgdk
http://www.youtube.com/watch?v=-c4Vx3916uE

this is what was interesting to me: this one below is from the same user - atlanticvideos - but I do not get the error message. The only thing I can think of is that I never attempted to watch this prior to setting up the proxy.
http://www.youtube.com/watch?v=kD-unyd10tM

this is how I turned the proxy on:
config_tool -c LIGHTTPD=ON
config_tool -c YOUTUBE_SWITCHER=youtubeHD
config_tool -c YOUTUBE_QUALITY=1080P

cat /conf/config shows those settings as being there.

I hope that's enough detail. Thanks again!
greg_oz
n00b
 
Posts: 6
Joined: Sat May 01, 2010 2:41 pm

Re: youtube HD   

Postby rezmus » Sun May 09, 2010 10:32 pm

i can't watch these videos (except the last one) even with web browser, can you? they are restricted for my country, it's ip check so we can't do anything with local proxy, we would need full remote proxy (feed and video data) in country that is not restircted to watch them, but this would be expensive (and slow?) solution.
rezmus
Developer
 
Posts: 111
Joined: Mon Apr 05, 2010 8:40 pm

Re: youtube HD   

Postby Krypto » Sun May 09, 2010 11:31 pm

As rezmus says, to be able to view these restricted videos you would need to buy an ip address in a country that allow viewing of these videos. Its "very" expensive but its not free either :)

I think I have some links maybe.. Will update this if I find em, its something you can do just for yourself and you will be able to watch the videos as we you where sitting in another country :)
Krypto
Developer
 
Posts: 118
Joined: Thu Apr 15, 2010 9:23 am

Re: youtube HD   

Postby greg_oz » Mon May 10, 2010 7:59 am

rezmus wrote:i can't watch these videos (except the last one) even with web browser, can you?

Interesting. I am in the U.S., and I can watch these from my browser, without restriction.

It's too bad there's no way to inspect the youtube metadata for each video.
greg_oz
n00b
 
Posts: 6
Joined: Sat May 01, 2010 2:41 pm

Re: youtube HD   

Postby b-rad.cc » Mon May 10, 2010 8:18 am

fyi there isn't a single active developer, that I know of, thats located in the USA. In fact I might be the only one from North America even ;)
PM's are for private matters only, please post public matters on the forum to help others who might have the same issue.
:mrgreen:
User avatar
b-rad.cc
WDLXTV Team
 
Posts: 3002
Joined: Sat Apr 03, 2010 9:35 am
Location: New York

Re: youtube HD   

Postby rezmus » Mon May 10, 2010 8:45 am

anyway i just checked atlanticvideos, without proxy i get restricted msg on each video, with proxy no msg. video stops before any playback coz of ip checking (region restriction). so seems all is fine with proxy, and u should definitely not get restricted msg for these videos when proxy is running.

final confirmation can be done with tcpdump.

@brad: this reminds me sat community i was a part of for 10+ years, while we were doing / sharing a lot of dev on our side of the ocean i saw in usa u could only buy stuff, nothing was public.
rezmus
Developer
 
Posts: 111
Joined: Mon Apr 05, 2010 8:40 pm

Re: youtube HD   

Postby b-rad.cc » Mon May 10, 2010 8:57 am

I believe you call that the free market; they take all the free work and then market it for sale :lol:
PM's are for private matters only, please post public matters on the forum to help others who might have the same issue.
:mrgreen:
User avatar
b-rad.cc
WDLXTV Team
 
Posts: 3002
Joined: Sat Apr 03, 2010 9:35 am
Location: New York

Re: youtube HD   

Postby holzbank » Tue May 11, 2010 8:52 am

hi rezmus, would you please have a look at http://www.youtube.com/watch?v=L93MT8VfDfk >> plays fine over my webbrowser but shows 'This Video is restricted...' error on tv, i don't think its an ip-check thus :|
holzbank
n00b
 
Posts: 8
Joined: Tue Apr 27, 2010 8:58 am

Re: youtube HD   

Postby rezmus » Tue May 11, 2010 10:13 am

yep, it's a bug. there is none <media:content> entry for this video, so simple fake of it's format to what dmaosd expect won't work, we need to inject such element. here's the fix, in youtubeHD.php replace

Code: Select all
$xmlfeed = str_replace("yt:format='5'", "yt:format='3'", $xmlfeed);

with

Code: Select all
$xmlfeed = str_replace("</media:category>", "</media:category><media:content url='' yt:format='3'/>", $xmlfeed);

do some testing, should work ;)
rezmus
Developer
 
Posts: 111
Joined: Mon Apr 05, 2010 8:40 pm

PreviousNext

Return to WDTVL Proxy Project

Who is online

Users browsing this forum: No registered users and 1 guest