Configurar para emitir usando FLASH MEDIA ENCODER. Para crear un archivo xml, primero se debe agregar la codificacion para realizar estos cambios en GEDIT. la codificacion con la que hay que guardar los xml es: Unicode (UTF-16LE) Ahora creamos en gedit nuestro archivo test.xml, copiando y pegando el siguiente contenido en azul estan las partes que se pueden modificar. se puede usar en justin, bambuser, freedocast. Cuadro de texto<?xml version="1.0" encoding="UTF-16"?> <flashmediaencoder_profile> <preset> <name>Custom</name> <description></description> </preset> <capture> <video> <device>WebcamStudio</device> <crossbar_input>0</crossbar_input> <frame_rate>7.00</frame_rate> <size> <width>320</width> <height>240</height> </size> </video> <audio> <device>Linux Microphone</device> <crossbar_input>0</crossbar_input> <sample_rate>11025</sample_rate> <channels>1</channels> <input_volume>24</input_volume> </audio> </capture> <encode> <video> <format>H.264</format> <datarate>75</datarate> <advanced> <profile>Baseline</profile> <level>3.1</level> </advanced> <autoadjust> <maxbuffersize>3</maxbuffersize> <dropframe></dropframe> </autoadjust> </video> <audio> <format>Mp3</format> <datarate>18</datarate> </audio> </encode> <restartinterval> <days></days> <hours></hours> <minutes></minutes> </restartinterval> <reconnectinterval> <attempts>1</attempts> <interval>1</interval> </reconnectinterval> <output> <rtmp> <url>rtmp://live.justin.tv/app</url> <backup_url></backup_url> <stream>live_ESTA DIRECCION ES PROPORCIONADA POR JUSTIN.TV o BANBUSER, etc... </stream> </rtmp> </output> <metadata> <entry> <key>author</key> <value></value> </entry> <entry> <key>copyright</key> <value></value> </entry> <entry> <key>description</key> <value></value> </entry> <entry> <key>keywords</key> <value></value> </entry> <entry> <key>rating</key> <value></value> </entry> <entry> <key>title</key> <value></value> </entry> </metadata> <preview> <video> <input> <zoom>100%</zoom> </input> <output> <zoom>100%</zoom> </output> </video> <audio></audio> </preview> <log> <level>100</level> <directory>C:\Documents and Settings\enc2\My Documents\My Videos</directory> </log> </flashmediaencoder_profile> |