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 11-13-2009, 09:01 PM   #61
Tim
Administrator
 
Tim's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 7,739
Default Re: Exact way to stream with FME to JTV - READ HERE

Yup the (86) is only for 64bit systems.
Tim is offline   Reply With Quote
Old 11-14-2009, 02:22 PM   #62
Tim
Administrator
 
Tim's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 7,739
Default Re: Exact way to stream with FME to JTV - READ HERE

Hey guys I replaced the video #1 with a new one: Justin.tv - How to stream HD to JTV(new)
Tim is offline   Reply With Quote
Old 11-16-2009, 03:57 AM   #63
Tim
Administrator
 
Tim's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 7,739
Default Re: Exact way to stream with FME to JTV - READ HERE

Updated it to mention that end users/viewers must have a data connection to match your upload rate.
Tim is offline   Reply With Quote
Old 11-28-2009, 09:01 AM   #64
Senior Member
 
pinki104's Avatar
 
Join Date: Jul 2009
Location: Goldshire, Wakefield England
Posts: 731
Default Re: Exact way to stream with FME to JTV - READ HERE

ok i just formated and followed this exactly but the bt file pops up then disapears instantly
pinki104 is offline   Reply With Quote
Old 11-28-2009, 09:38 AM   #65
Tim
Administrator
 
Tim's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 7,739
Default Re: Exact way to stream with FME to JTV - READ HERE

Run it via command line first, that will show you any errors you get. Most likely you gotta save as unicode.
Tim is offline   Reply With Quote
Old 11-28-2009, 09:42 AM   #66
Senior Member
 
pinki104's Avatar
 
Join Date: Jul 2009
Location: Goldshire, Wakefield England
Posts: 731
Default Re: Exact way to stream with FME to JTV - READ HERE

yeh justin.bat is saved as unicode

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Jack>C:\fme\justin.bat

C:\Users\Jack>■"
'■"' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Jack>

Last edited by pinki104; 11-28-2009 at 09:57 AM.
pinki104 is offline   Reply With Quote
Old 11-29-2009, 03:08 PM   #67
Tim
Administrator
 
Tim's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 7,739
Default Re: Exact way to stream with FME to JTV - READ HERE

That means you have a bad character in it. Check your batch file again, make sure its perfect.
Tim is offline   Reply With Quote
Old 11-30-2009, 02:03 PM   #68
Member
 
Join Date: Jul 2009
Posts: 34
Default Re: Exact way to stream with FME to JTV - READ HERE

Im trying this out just for the heck of it. not really planning on streaming very much, just curious.

Anywho I have my justin.bat as follows:

Code:
"C:\Program Files\Adobe\Flash Media Encoder 2.5\FMEcmd.exe" /p c:\fme\justin.xml
I am running windows xp, 32 bit. so i removed the (x86).

My justin.xml was saved using notepad as a unicode endcoding. It is as follows:

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>30</frame_rate>
        <size>
            <width>800</width>
            <height>600</height>
        </size>
        </video>
        <audio>
        <device>Realtek HD Audio rear input</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>1000</datarate>
        <advanced>
            <keyframe_frequency>5 seconds</keyframe_frequency>
            <quality>Avg Quality - Great Framerate</quality>
            <noise_reduction>None</noise_reduction>
            <datarate_window>Medium</datarate_window>
            <cpu_usage>Dedicated</cpu_usage>
        </advanced>
        </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>my justin ID is here</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>
In the command prompt when I type justin.bat VH Multi Camera Studio opens up, I will see some text telling me adobe flash encoder comand line utility copyright blah blah, then the next line tells me:
The application cannot find the specified profile.
Closing Application.

Any ideas? Thanks!
Booyah is offline   Reply With Quote
Old 11-30-2009, 06:55 PM   #69
Member
 
Join Date: Jul 2009
Posts: 34
Default Re: Exact way to stream with FME to JTV - READ HERE

Ok figured out my problem. When I saved justin.xml it didn't become a xml file. It was still a text file, even though I saved it as a unicode. Now that its an actual xml file it fired up and worked.

Now if I can figure out how to set it up so it doesn't kill my poor old system... I get about 18ish FPS.

Im still messing with it.
Booyah is offline   Reply With Quote
Old 12-01-2009, 12:18 PM   #70
Junior Member
 
Join Date: Dec 2009
Posts: 16
Default Re: Exact way to stream with FME to JTV - READ HERE

I need some help on step 3..

I made the FME folder as seen in this screen shot: Imageshack - lalaef

If I placed it in the wrong location then please help me out.

Then I went into the folder and created a text document like it said in the guide, and copied and pasted everything minus the 86 because I have a 32bit Windows Vista. Here is a screen shot: Imageshack - lalal2

If anything is wrong that I did in that screen shot please help me out.

So up to that point I thought I followed directions really well. I then went to the CMD like the video said, typed in C: to get in my C drive, then I typed in FME to get in my FME folder, but when I click enter after I type in FME it tells me this: http://img130.imageshack.us/img130/3515/lalalafb.jpg

I could use some help, did I do anything wrong? I am real confused and would love to stream me playing WOW live.
ObscuredUSA 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