Retourner au contenu associé (entrée de forum : Création d'un vls.cfg)
Posté par Casimir le 29 avril 2008 à 00:00. En réponse au message Création d'un vls.cfg. Évalué à 1.
http { port 8000; }; adapter 0 { dvb-t { frequency 514000000; bandwidth 8; transmission-mode auto; guard-interval auto; hierarchy none; modulation auto; }; stream { name "TF1"; input { pnr 1; }; output-http { url /tv/TF1; }; output-udp { remote-address 239.255.2.62; remote-port 1234; }; };
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: getstream
Posté par Casimir . En réponse au message Création d'un vls.cfg. Évalué à 1.
Il me semble que l'on creer un fichier config
La doc est trés succincte http://silicon-verl.de/home/flo/projects/streaming/
http {
port 8000;
};
adapter 0 {
dvb-t {
frequency 514000000;
bandwidth 8;
transmission-mode auto;
guard-interval auto;
hierarchy none;
modulation auto;
};
stream {
name "TF1";
input {
pnr 1;
};
output-http {
url /tv/TF1;
};
output-udp {
remote-address 239.255.2.62;
remote-port 1234;
};
};
et on le lance avec getstream ,/getstream.conf
mais ou se refere t'il pour la config des chaines ?
Connait tu geststream