Page 1 of 1

VLC Stream to Web Flash Application

Posted: 21 May 2009 16:46
by Nesh108
Hello,
I tried a lot of times to find a solution for this problem, and now I post here.
I have a file and I'd like to stream it to a webpage.I thought to use a flash application where I'll insert the video.
How can I do that?
I'd like to receive the stream and show it in my webpage.
Can I do that without use a web server between VLC and WebPage ?
Thanks.

If you have any ideas or solutions write here,please.

Albert

Bye ;)

Re: VLC Stream to Web Flash Application

Posted: 22 May 2009 07:13
by Nesh108
no one?

Re: VLC Stream to Web Flash Application

Posted: 22 May 2009 13:59
by Greg
A little unsure of the meaning of your question
Do you want to "stream" your file, as in simultaneously live broadcast the file as it plays via your web page?
This site and VLC topic specific link may be a place to start (Not specifically Flash)
http://forum.videohelp.com/topic259354.html
Or...
Make a file available for viewing/listening on your webpage when required (using Flash?)? If so, perhaps refer to a "web help" type forum/HowTo.

Re: VLC Stream to Web Flash Application

Posted: 22 May 2009 19:36
by Nesh108
I'd like to stream my file to a webpage,and if someone wants to see the file he can connect to the webpage and see the file.
The file is a live stream from a webcam, so if someone connects to the webpage sees the actual stream and not what happened before.

Sorry for my english^^

Re: VLC Stream to Web Flash Application

Posted: 22 May 2009 20:23
by Greg
This topic is quite well covered in previous threads.
However..
I have sent you a PM covering some of the HTML and other details for a solution to use VLC to do this.

Re: VLC Stream to Web Flash Application

Posted: 23 May 2009 07:10
by Nesh108
Thank you, I saw the PM and later I'll try that.
I will post here wth the results.

Thanks for the interest :)

Re: VLC Stream to Web Flash Application

Posted: 23 May 2009 12:44
by Nesh108
Hi, I tried that solution.But I had a problem.
I can see the stream using another VLC player, but in the webpage I can't see it.

I wrote :

--localstream1234.asx--

<ASX version ="3.0">
<TITLE>Stream1234</TITLE>
<ENTRY>
<REF HREF ="http://192.168.1.10:1234"/>
</ENTRY>
</ASX>

192.168.1.10 = My IP

I followed every step but I can't see the stream, even using Mozilla and IE.

Can you help me?

Here is the other page:

--Page.Html--

<html>
<head>
<title>Stream</title>
</head>
<body>
<embed src ="localstream1234.asx">
</body>
</html>

Re: VLC Stream to Web Flash Application

Posted: 23 May 2009 13:38
by Greg
What version VLC?
I have had problems with the 1.0.0 RC1

There will be a time delay due to network and buffering etc, allow up to 30secs. You (client) may need to press play button on video window to initiate video play. Mozilla FF may require a right mouse click in video window to initiate play/pause.

I'll PM you a link

Re: VLC Stream to Web Flash Application

Posted: 23 May 2009 17:28
by Nesh108
0.99 VLC.
Anyway I'm in a Virtual machine, not real one.That's could the a probably problem.
I'll try in a real machine when I can.

Re: VLC Stream to Web Flash Application

Posted: 23 May 2009 17:55
by Nesh108
Ok, I tried in the real machine (a mac) and it worked.
With ur stream and mine too.
Only 1 problem if I use my stream (streaming with VLC mac version) it crashes :S

Anyway Thanks :D

Re: VLC Stream to Web Flash Application

Posted: 25 May 2009 20:32
by Nesh108
I'll try with the real machine hoping it won't crash again (mozilla crashes)

Re: VLC Stream to Web Flash Application

Posted: 31 May 2009 12:25
by deniz-777
hey, i want these codes too

Re: VLC Stream to Web Flash Application

Posted: 28 Oct 2009 22:38
by kevin8161
I'd appreciate the html code too.

My situation is almost the same except I need to stream audio, instead of video. I need to stream a live audio file (a mp3 file that is being recorded in real time). Then I need the client (browser) to receive the stream. I can make it work with VLC's mozilla plug-in on the browser side. But it would be much better to use flash to receive VLC's audio stream.

Thanks in advance!

Re: VLC Stream to Web Flash Application

Posted: 28 Oct 2009 22:55
by kdh
see my thread.. i do all sorts of neat stuff with audio and video real time. its not a 100% fit for what you are trying to do, but it will get you started. =)

viewtopic.php?f=4&t=60947