Page 1 of 1

VLC MEdia Player is not streaming the .flv file URL

Posted: 21 Feb 2008 12:49
by Atul
Hi All,

I am trying to embed the VLC MEdia Player in the HTML PAge via code given below -

<OBJECT id="vlc" classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab" width="740" height="600" events="True">
<param name="Src" value="http://video.google.com/videofile/angio ... 833&itag=5" />
<param name="ShowDisplay" value="false" />
<param name="AutoLoop" value="true" />
<param name="AutoPlay" value="True" />
<param name="Volume" value="100">
</OBJECT>

This code is working fine for all the files when i am trying to play the files from teh Local HDD.
But when I try to play the file URL - http://video.google.com/videofile/angio ... 833&itag=5 doesn't play.

However the URL - http://code.revolunet.com/VLCjs/rambo.mpg is being played after few seconds.
But I was unable to play the previous URL for .flv file (Wait for half an hour, no response).

Even the .divx and .avi files are not being viewed while playing from the local HDD.
Is there any problem with my code.

Can anybody help me out?
It's urgent.

Thanks,

Atul S

Re: VLC MEdia Player is not streaming the .flv file URL

Posted: 22 Apr 2008 14:55
by dionoea
Hello, as you might have guessed from the title "Forum, Website and Artwork discussion" isn't a forum category for questions about VLC. I've moved your post to the appropriate forum category. Please try reading the forum rules next time you post.

Re: VLC MEdia Player is not streaming the .flv file URL

Posted: 26 Apr 2008 19:22
by NiN^_^NiN
Well the http://video.google.com/videofile/angio ... 833&itag=5 isn't actually a file if you do that url by itself it will save the file but it's not the direct FLV file hence VLC can't play it

Try this link
http://video.tv18online.com.edgesuite.n ... oggers.flv

if that works then you will atleast know your VLC player is setup correctly

I had a quick look and couldn;t find how to find the direct link to the FLV files im sorry to say