Click here to Skip to main content
15,885,823 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello friends...
I want to use complete youtube API in my asp.net web project and i have tried a lot but not yet succeeded. I want complete process such as uploading, playing, like, rating,etc But all directly on youtube server, upload also and even search and play too from their only(the videos uploaded from my site on youtube) but through my website without navigating to youtube's site. So please can i get help in doing this in my asp.net c# website.
Posted
Updated 19-Jun-13 2:39am
v3
Comments
Nelek 17-Jun-13 6:40am    
kool15th 17-Jun-13 7:26am    
what all i got from the internet(codeproject also), i even tried youtube for developers. but couldn't get or what i don't known. I want uploading from my website and search among those upload and play from that only, other videos on youtube may be browsed further(optional).
Sunasara Imdadhusen 17-Jun-13 6:58am    
Do you started development yet??
kool15th 17-Jun-13 7:29am    
yes my project is complete accept the video part. Although i have for temporary basis put video upload from system and play also in media player.
I want youtube one complete. Have you done this kind of task then please do post it.

1 solution

Your real problem is that this is not an ASP.NET task. You need to upload videos in your site, THEN upload them to youtube. It's actually a weird idea, but, there's no reason why you can't write the two parts, and for the second, use the same code samples everyone else uses to upload videos to youtube.
 
Share this answer
 
Comments
kool15th 19-Jun-13 8:41am    
sir, the uploading and play will be all from youtube but on my site, I dont want my user to navigate to youtube's website for that.
Christian Graus 19-Jun-13 16:17pm    
Well, every youtube video allows you to get HTML to embed the video on your site.
kool15th 24-Jun-13 5:54am    
But in that case i have to embed it one by one and also uploading have to be done from youtube only.
i want a uploading and than playing that uploaded video on my site without navigating away from my site ie.youtube.
Christian Graus 24-Jun-13 17:59pm    
You would need to see if youtube has an API that lets you search for a video and get it's id in order to embed it. If they have an uploading API, surely it returns the video id ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900