|
|
I am trying to configure streaming as described here: http://multiboxing.com/forums/f2/exa...read-1116.html
Here's the .bat file: "C:\Program Files (x86)\Adobe\Flash Media Encoder 2.5\FMEcmd.exe" /p F:\Adobe\FME\justin.xml
Here's the XML:The first pic is what I get when I try to run the .bat from CMD Prompt. When I try to double click the .bat in the folder it just opens up and immediately closes. It is supposed to show me all that delicious meta data for the stream I am attempting, but it is not doing so in the slightestCode:<?xml version="1.0" encoding="UTF-16"?> <flashmediaencoder_profile> <preset> <name>Taevoran</name> <description></description> </preset> <capture> <video> <device>VHScrCap</device> <crossbar_input>0</crossbar_input> <frame_rate>30.00</frame_rate> <size> <width>1920</width> <height>1080</height> </size> </video> <audio> <device>Line In (HTO STRIKER 7.1)</device> <crossbar_input>0</crossbar_input> <sample_rate>44100</sample_rate> <channels>2</channels> <input_volume>75</input_volume> </audio> </capture> <encode> <video> <format>h.264</format> <datarate>1000</datarate> <advanced> <keyframe_frequency>5 seconds</keyframe_frequency> <quality>Good Quality - Good Framerate</quality> <noise_reduction>None</noise_reduction> <datarate_window>Medium</datarate_window> <cpu_usage>Dedicated</cpu_usage> </advanced> </video> <audio> <format>Mp3</format> <datarate>1500</datarate> </audio> </encode> <restartinterval> <days></days> <hours></hours> <minutes></minutes> </restartinterval> <reconnectinterval> <attempts></attempts> <interval></interval> </reconnectinterval> <output> <rtmp> <url>rtmp://live.twitch.tv/taevoran</url> <backup_url></backup_url> <stream>mystreamthatIwillputhereonceIfiguretheproblemout</stream> </rtmp> <file> <path>sample.flv</path> </file> </output> <metadata> <entry> <key>Taevoran</key> <value></value> </entry> <entry> <key>copyright 2012</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>f:\adobe\fme\Videos</directory> </log> </flashmediaencoder_profile>
Any super stream-savvy people out there that can help?
Thank you!
Taevoran