Playing video from a URL

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts Page 1 of 1
Contributors
User avatar
Smiley
VIP - Donator
VIP - Donator
Posts: 269
Joined: Sat Dec 19, 2009 3:39 pm

Playing video from a URL
Smiley
Hi Guys,

I've been messing around with VB.NET and was having trouble trying to get a video to play from my Dropbox account to the Windows Media Plugin in. Any ideas?

Smiley cooll;
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

Re: Playing video from a URL
smashapps
I've never tried playing a video but you could always download the video in the background and then play it but honestly it would be better to use the HTML5 <video> tag in a document and just display _just_ the video. Just an idea.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: Playing video from a URL
CodenStuff
I don't think video streaming works from dropbox because when you upload a video it doesn't give you a direct link it just plays it from it's flash player :?
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: Playing video from a URL
Shim
CodenStuff wrote:
I don't think video streaming works from dropbox because when you upload a video it doesn't give you a direct link it just plays it from it's flash player :?
yes it doesn't give you a direct link but you can get a direct link . first right click download and select copy link then you will get a link like this

Image

https://dl.dropboxusercontent.com/s/lfv ... 7xU0Q&dl=1

now delete te hash now the link will look like this

https://dl.dropboxusercontent.com/s/lfvec/Video_.wmv?

then navigate to the link that's how you get a direct link
Find my programs on Softpedia
User avatar
Smiley
VIP - Donator
VIP - Donator
Posts: 269
Joined: Sat Dec 19, 2009 3:39 pm

Re: Playing video from a URL
Smiley
Sorry guys i forgot to mention that i had a direct link to the file and it in VLC media player and it streamed perfectly, but it doesn't seem to work on WMP can any of you guys suggest a media player component that would be able to perform this function?
5 posts Page 1 of 1
Return to “Coding Help & Support”