Skip to content
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

vimeo m3u8 fails #666

Closed
sssuourabh opened this issue Feb 4, 2013 · 12 comments
Closed

vimeo m3u8 fails #666

sssuourabh opened this issue Feb 4, 2013 · 12 comments

Comments

@sssuourabh
Copy link

@sssuourabh sssuourabh commented Feb 4, 2013

Hello i have to download video of m3u8 format ,
this link is streaming url of any vimeo video so ia have to cache in objective c so please help me ot.
Thanking you in anticipation.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 5, 2013

You can already use

youtube-dl -t http://vimeo.com/58445885

but I see no reason why we shouldn't support that URL format. By the way, m3u8 is a playlist format - you'll get an mp4 video from vimeo.

@sssuourabh
Copy link
Author

@sssuourabh sssuourabh commented Feb 5, 2013

Thank you Sir!!!

But i didnt get the mp4 link as i had used the concept to get the straeming or media url from other website video and it gives data of video so i am able to cache that , but on vimeo i am not getting

@phihag phihag closed this in 8edc2cf Feb 5, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Feb 5, 2013

Fixed in git (will be in the next version), you can now run

youtube-dl -t 'http://player.vimeo.com/play_redirect_hls?clip_id=58445885&time=1359702733&sig=77ad552562d66875691aa156dba6d3dd&type=mobile_site&profiles=iphone,standard,high'
@sssuourabh
Copy link
Author

@sssuourabh sssuourabh commented Feb 5, 2013

Sir !!!

i had used the same url but it is saying access denied.
and for youtube the streaming url works.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 5, 2013

Note that this only works with the as-yet unreleased git version of youtube-dl. Can you post the precise output you get with the above command-line?

@phihag phihag reopened this Feb 5, 2013
@sssuourabh
Copy link
Author

@sssuourabh sssuourabh commented Feb 5, 2013

when i used this url with NSURLconnection , then i get one file which shows ..

<!DOCTYPE html><html lang="en" class="db"><head><meta charset="utf-8"><title>Permission Denied</title><link rel="stylesheet" href="http://a.vimeocdn.com/p/1.4.28/css/player.problem.opt.css"><!--[if IE]><style>.ae {background: #000;filter: alpha(opacity='70');}</style><![endif]--><!--[if IE 7]><style>.g {position: absolute;top: 50%;left: 0%;width: 100%;margin-top: -40px;}.q {left: 0;}</style><![endif]--></head><body><div class="d" id="player_problem_"><img src="http://a.vimeocdn.com/p/1.4.28/images/cloud.png" width="70" height="30" class="dj" /><img src="http://a.vimeocdn.com/p/1.4.28/images/geese.png" width="72" height="21" class="di" /><div class="ae"></div><div class="cd" id="problem_msgwrapper_"><div class="g" id="problem_message_"><h1 id="h_">Permission Denied</h1><p id="p_">Sorry but you do not have the proper permission to access this area of Vimeo.</p></div></div><div class="q"><a href="http://vimeo.com" target="_blank">vimeo</a></div></div><script src="http://a.vimeocdn.com/p/1.4.28/js/player.core.opt.js"></script><script src="http://a.vimeocdn.com/p/1.4.28/js/player.problem.js"></script><script>var player_ = false;function initPlayer() {player_ = new Player.Problem(document.getElementById('player_problem_'), Player.Problem.ProblemPage, {clipId: null,uniqueId: '',domain: '.vimeo.com'});}Player.init.queue.push(initPlayer);if (!Player.init.loaderAdded) {if (window.addEventListener) {window.addEventListener('load', Player.init.loader, false);}else {window.attachEvent('onload', Player.init.loader);}Player.init.loaderAdded = true;}</script></body></html>
@phihag
Copy link
Contributor

@phihag phihag commented Feb 5, 2013

@sssuourabh Sorry, why are you using an NSURLConnection in the first place? You can simply call youtube-dl to download the file.

@phihag phihag closed this Feb 5, 2013
@sssuourabh
Copy link
Author

@sssuourabh sssuourabh commented Feb 5, 2013

i had seen one app free video , if you can please check that app they download video from www.vimeo.com and it is downloading in parts please check that sir if you can and the file extension is .m3u8.
I want to cache the video data like that.
thanking you in anticipation sir

@sssuourabh
Copy link
Author

@sssuourabh sssuourabh commented Feb 5, 2013

because i had done for all sites it works fine. i have to use in my ios application.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 5, 2013

Sorry, but unless you have a specific problem with youtube-dl, this bugtracker is the wrong place to ask for help with your application.

@sssuourabh
Copy link
Author

@sssuourabh sssuourabh commented Feb 5, 2013

Thank you for your time

On Tue, Feb 5, 2013 at 7:19 PM, Philipp Hagemeister <
notifications@github.com> wrote:

Sorry, but unless you have a specific problem with youtube-dl, this
bugtracker is the wrong place to ask for help with your application.


Reply to this email directly or view it on GitHubhttps://github.com//issues/666#issuecomment-13129778.

*Sourabh Shekhar SIngh
ios App Developer
7838135034
*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.