Multiboxing.com - Multiboxing in World of Warcraft and more!
          

Go Back   Multiboxing in World of Warcraft and Beyond! > All Gaming Forums > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 12-25-2010, 03:13 PM   #681
Junior Member
 
Join Date: Dec 2010
Posts: 8
Default Re: Exact way to stream with FME to JTV - READ HERE

Tim plz help me. For about adobe.
xlocalx is offline   Reply With Quote
Old 12-26-2010, 10:24 AM   #682
Junior Member
 
Join Date: Dec 2010
Posts: 1
Default Re: Exact way to stream with FME to JTV - READ HERE

first of all, awesome guide, most stuff is working by now

but I have a few sound issues:

first, I have a terrible static when there is sound playing. I dunno if this is a driver issue or maybe wrong input values
anyone had similar issues?


2nd, I have no clue how I get my mic running
thing is, it's a USB mic and I just don't know how to set it up with fme

I also don't use my microphone as "speakers" (know what I mean?)
my normal windows and game sound can be heard with the normal speakers and only skype, mumble, TS, whatnot is being broadcasted with the headset


so, is there a way to set it up, so all components can be heard during the stream?

thx in advance



edit:
sorted everything out with the help of Virtual Audio Cable

in case someone needs help, let me know
both my problems are fixed

I needed 3 Virtual Lines, but now it's working

Last edited by freeze; 12-26-2010 at 02:03 PM.
freeze is offline   Reply With Quote
Old 12-27-2010, 10:12 AM   #683
Junior Member
 
Join Date: Dec 2010
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

When I attempt to stream, it is stuck on the desktop ;_;
unknownid is offline   Reply With Quote
Old 12-28-2010, 08:14 AM   #684
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Exact way to stream with FME to JTV - READ HERE

What do you mean by stuck on the desktop? Can you be more specific and post your system specs please? It would help out a lot. Thanks
__________________
Nghtmr9999 is offline   Reply With Quote
Old 12-28-2010, 09:00 AM   #685
Junior Member
 
Join Date: Dec 2010
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

It ended up working after I restarted my computer >_<
unknownid is offline   Reply With Quote
Old 12-28-2010, 10:25 AM   #686
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by unknownid View Post
It ended up working after I restarted my computer >_<
Heh. Glad to hear you got it working
__________________
Nghtmr9999 is offline   Reply With Quote
Old 12-28-2010, 10:55 AM   #687
Tim
Administrator
 
Tim's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 6,765
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Nghtmr9999 View Post
Heh. Glad to hear you got it working
So the #1 rule for Windows still applies? If you have any issue, first step is to reboot
Tim is offline   Reply With Quote
Old 12-28-2010, 11:54 AM   #688
Junior Member
 
Join Date: Dec 2010
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

Hello. So I'm trying to stream in HD but when I see frame rate in command prompt shows 10fps and below and the stream is choppy and laggy. Here's my specs.

Win7 64-bit
Q6600@3.2
AMD 6870
4GB Memory
1920x1080 resolution


Code:
<?xml version="1.0" encoding="UTF-16"?>
<flashmediaencoder_profile>
    <preset>
        <name>Custom</name>
        <description></description>
    </preset>
    <capture>
        <video>
        <device>VHScrCap</device>
        <crossbar_input>0</crossbar_input>
        <frame_rate>60</frame_rate>
        <size>
            <width>1920</width>
            <height>1080</height>
        </size>
        </video>
        <audio>
        <device>Stereo Mix (Razer Barracuda AC-</device>
        <crossbar_input>0</crossbar_input>
        <sample_rate>44100</sample_rate>
        <channels>2</channels>
        <input_volume>75</input_volume>
        </audio>
    </capture>
    <process>
        <video>
        <crop>
            <left>0</left>
            <top>0</top>
            <right>0</right>
            <bottom>3</bottom>
        </crop>

        </video>
    </process>
    <encode>
        <video>
        <format>VP6</format>
        <datarate>1500</datarate>
        </video>
        <audio>
        <format>Mp3</format>
        <datarate>128</datarate>
        </audio>
    </encode>
    <restartinterval>
        <days></days>
        <hours></hours>
        <minutes></minutes>
    </restartinterval>
    <reconnectinterval>
        <attempts></attempts>
        <interval></interval>
    </reconnectinterval>
    <output>
        <rtmp>
        <url>rtmp://live.justin.tv/app</url>
        <backup_url></backup_url>
        <stream>XXXXXXXX</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>
        <audio></audio>
    </preview>
    <log>
        <level>100</level>
        <directory>C:\fme\</directory>
    </log>
</flashmediaencoder_profile>
What can I do to improve this?

Thanks

Last edited by vpro; 12-28-2010 at 11:56 AM.
vpro is offline   Reply With Quote
Old 12-28-2010, 02:26 PM   #689
Tim
Administrator
 
Tim's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 6,765
Default Re: Exact way to stream with FME to JTV - READ HERE

Pretty much get a faster CPU. My ultra high end stream requires an i7 980E to do.
Tim is offline   Reply With Quote
Old 12-28-2010, 02:37 PM   #690
Junior Member
 
Join Date: Dec 2010
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

Yeah was figuring that. Gonna upgrade to sandy bridge in few weeks.

Thanks
vpro is offline   Reply With Quote
Reply

Tags
justin.tv, ravingnoah

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Interesting read on HD resolutions Tim Off Topic 0 04-13-2010 09:33 AM
How do you read the forums? Poyzon Off Topic 13 02-27-2010 09:52 AM
Best stream ever please read!!! Bigtime19 General Discussions 1 01-27-2010 04:52 PM
Read me first!!! Tim Guides That Need Work 0 11-05-2009 04:58 PM
Battlenet (Please Read) Smithnweson General Discussions 16 09-01-2009 05:05 AM


SEO by vBSEO 3.3.2