gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Gnash: streaming from VLC server


From: Tomas Groth
Subject: Re: [Gnash-dev] Gnash: streaming from VLC server
Date: Tue, 27 Feb 2007 20:01:57 +0100 (CET)

Hi,

> The main thing I'd like to accomplish is to be able to stream from a VLC
> server. The reason for that is that I then can select video codec (mpeg4 or
> h264), audio codec (mp3), container format (ts or ogg) and protocol (http, or
> rtsp). It's great to see that Gnash uses Ffmpeg because I'm quite experienced
> using it for other projects.
> 
> My question to you is whether the idea to stream from VLC server is feasible.
> Could I use something like this in my Flash app for playing a stream from VLC
> server? :
> 
> var videoInstance:Video = your_video_instance;
> var nc:NetConnection = new NetConnection();
> var connected:Boolean = nc.connect("http:/host:port/stream");
> var ns:NetStream = new NetStream(nc);
> videoInstance.attachVideo(ns);
> ns.play("FileName");
> 

This should be possible with gnash, it might already work, though only with
http for now, because of we're currently using curl, which might change.

cheers,

Tomas


        
        
                
__________________________________________________________ 
Alt i én. Få Yahoo! Mail med adressekartotek, kalender og
notesblok. http://dk.mail.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]