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


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to