Giter Club home page Giter Club logo

Comments (24)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
[deleted comment]

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Just a short heads up that am am also experiencing this problem (android 2.3.3).

Can you please post your work around? I can't find the place where to catch en 
replace with the mobile player.

Thanks!

Original comment by [email protected] on 27 Sep 2012 at 7:13

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
[deleted comment]

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Same here. Negative comments on my app caught my attention. Does somebody know 
how to fix this (1,-1004) error? Need it ASAP

Original comment by [email protected] on 27 Sep 2012 at 10:03

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Same problem in my app.

Original comment by [email protected] on 27 Sep 2012 at 11:19

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
From what I've found, it's tied to a server response of 403 -- meaning the URL 
returned by the calculatedUrl is dead.

YouTube must be changing things around or dropping api v1 support. Hopefully it 
just means the YouTube Player API is coming out... I hope.

Original comment by [email protected] on 28 Sep 2012 at 2:58

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Guys, try adding signature parameter to the url.

Original comment by [email protected] on 28 Sep 2012 at 9:46

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
[deleted comment]

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I have the same problem , I wish some one can find the solution for this , My 
app is all about youtube video , and nothing is working now !!!

Original comment by [email protected] on 28 Sep 2012 at 12:53

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Thanks, Rafael!

It works fine for me with this:

VideoStream.java (Line: 30)
before: mUrl = lArgMap.get("url");
after:  mUrl = lArgMap.get("url") + "&signature=" + lArgMap.get("sig");

Original comment by [email protected] on 28 Sep 2012 at 1:51

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Follow comment #10 for the absolute WIN.

Thanks so much. I had completely rebuilt the URL trying to resolve this issue. 
All it needed was the damn signature added? Wow.

Original comment by [email protected] on 28 Sep 2012 at 2:03

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
PERFECT!
Thank you!
Also works for me!

Original comment by [email protected] on 28 Sep 2012 at 2:06

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Thanks Rafael and [email protected] for updating ,but how you guys came know 
about this paramter....

Anyway thanks gr8 work guys

Original comment by [email protected] on 28 Sep 2012 at 2:20

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Thank you all. It's working again.
I love you guys.

Original comment by [email protected] on 28 Sep 2012 at 2:22

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
YES!! Number #10 does work!!

Original comment by [email protected] on 28 Sep 2012 at 2:58

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Yups, like a charm. Happy app users again, case closed. Thanks to all!

Original comment by [email protected] on 28 Sep 2012 at 7:05

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
what is lArgMap and the signature? Please, explain a bit clearer how to fix 
this:)

Original comment by [email protected] on 29 Sep 2012 at 6:37

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
[deleted comment]

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Thank you so much  [email protected] for giving US solution for the issue.

Original comment by [email protected] on 8 Oct 2012 at 11:12

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Friends,

How to make #10? 

Original comment by [email protected] on 12 Oct 2012 at 6:53

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
thanks halirfax

Original comment by [email protected] on 10 Dec 2012 at 4:00

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Thanks halirfax!

Is this project discontinued? This will be in a 1.2 release, or something!
There is another project that continues this project?

Original comment by [email protected] on 12 Dec 2012 at 8:53

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
[deleted comment]

from android-youtube-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
i did this modification in the VedieoStream.java, but i still get the same 
message "Sorry, this video cannot be palyed"

also in the eclipse - LogCat, i had the error (1,-1004).

Any advice?

Original comment by [email protected] on 25 Apr 2013 at 3:27

from android-youtube-player.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.