SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: How to stream Heroes of Newerth (and other) games (justin.tv)

Page 7 of 7 FirstFirst ... 34567
Results 121 to 123 of 123
  1. #121
    What´s your upload speed?

  2. #122
    does this eat more CPU / bitrate than XSplit?

  3. #123

    Looking for streaming help!




    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:
    Code:
    <?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>
    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 slightest

    Any super stream-savvy people out there that can help?

    Thank you!

    Taevoran

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •