[Soci SLIP] streaming video con vlc HELP

Iron Bishop ironbishop a fsfe.org
Mer 6 Feb 2008 22:17:15 CET


Ho fatto un po' di RTFM su FreeJ: "...since version 0.9 streaming is
configured via scripting..."

------------------start file------------------
// create a video encoder object
//    values 1-100         video quality  video bitrate  audio quality 
audio_bitrate
encoder = new VideoEncoder(10,             64000,        5,            
24000);
encoder.stream_host("giss.tv");
encoder.stream_port(8000);
encoder.stream_title("testing new freej");
encoder.stream_username("source");
encoder.stream_password("hackme");
encoder.stream_mountpoint("freej-test.ogg");
register_encoder(encoder);

encoder.start_stream();
//// uncomment the line below to save on a local file as well:
// encoder.start_filesave("prova.ogg");
------------------end file------------------

L'howto sta su http://lab.dyne.org/FreejStreaming
Di questo passo finisce che riesco a streammare... perņ non ho capito come
Davide č riuscito a mixare due canali video.


-- 
Flavio "Iron Bishop" Pastore
https://www.fsfe.org/fellows/ironbishop/index





Maggiori informazioni sulla lista Soci