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-30-2009, 04:57 PM   #121
Junior Member
 
Join Date: Dec 2009
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

I'm getting the same problem as the user above, except I have what is wrong. Since I am trying to run from command prompt.

Code:
C:\Program Files (x86)\FME>justin.bat

C:\Program Files (x86)\FME>"C:\Program Files (x86)\Adobe\Flash Media Encoder 2.5
\FMEcmd.exe" /p c:\Program Files (x86)\FME\justin.xml
Invalid usage
Adobe(R) Flash(R) Media Encoder Command Line Utility v 2.5.0.2086
Copyright(C) 2007-2008 Adobe Systems Incorporated. All rights reserved.

Encode from DirectX-recognized devices to Flash Video file or live streams.


USAGE:
FMEcmd [/?]
FMEcmd [/p profile] [/l log_file]
  [/ap auth_string] [/ab auth_string] [/t dd:hh:mm] [/r]
FMEcmd /g [/p profile] [/ap auth_string] [/ab auth_string]
FMEcmd /s [fme_uid]
FMEcmd /u [fme_uid]

Note:
  /?                Display this help message.
  /p  profile       Specifies XML profile path. Default profile is taken if unsp
ecified.
  /l  log_file      Specifies log file path and filename. Default path is taken
if unspecified.
  /ap auth_string   Specifies authentication string for Primary Server.
  /ab auth_string   Specifies authentication string for Backup Server.
  /t  dd:hh:mm      Specifies time interval after which FME would be restarted.
  /r                Register FME to start automatically at OS launch.
  /g                Launches FME in GUI mode.
  /s  fme_uid       Stops FME instance with given identifier.
                    Print all running FME instances if identifier is wrong or
                    unspecified.
  /u  fme_uid       Un-register FME with given identifier to not to start
                    automatically at OS launch.
                    Prints all registered FME sessions if identifier is wrong
                    or unspecified.

Where:
  auth_string       Authentication string.
                    Format depends on authentication module.
                    e.g. username:password.
  dd:hh:mm          dd:days, hh:hours, mm:minutes.
                    Must be max two digits positive integer.
  fme_uid           FME Unique Identifier.
                    fms_url+stream_name if streaming to FMS.
                    Output file path if only encoding to file.


C:\Program Files (x86)\FME>
Here is my justin.xml file:
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>1680</width>
            <height>1050</height>
        </size>
        </video>
        <audio>
        <device>Stereo Mix (Realtek High Defini</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>TOOK OUT MY STREAMID</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:\Program Files (x86)\FME\</directory>
    </log>
</flashmediaencoder_profile>
And here is my justin.bat file:
Code:
"C:\Program Files (x86)\Adobe\Flash Media Encoder 2.5\FMEcmd.exe" /p c:\Program Files (x86)\FME\justin.xml
I'm using Windows 7 64-bit if that matters.

Last edited by Taiko88; 12-30-2009 at 05:00 PM.
Taiko88 is offline   Reply With Quote
Old 12-30-2009, 05:41 PM   #122
Junior Member
 
Join Date: Dec 2009
Posts: 3
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Taiko88 View Post
I'm getting the same problem as the user above, except I have what is wrong. Since I am trying to run from command prompt.

Code:
C:\Program Files (x86)\FME>justin.bat

C:\Program Files (x86)\FME>"C:\Program Files (x86)\Adobe\Flash Media Encoder 2.5
\FMEcmd.exe" /p c:\Program Files (x86)\FME\justin.xml
Invalid usage
Adobe(R) Flash(R) Media Encoder Command Line Utility v 2.5.0.2086
Copyright(C) 2007-2008 Adobe Systems Incorporated. All rights reserved.

Encode from DirectX-recognized devices to Flash Video file or live streams.


USAGE:
FMEcmd [/?]
FMEcmd [/p profile] [/l log_file]
  [/ap auth_string] [/ab auth_string] [/t dd:hh:mm] [/r]
FMEcmd /g [/p profile] [/ap auth_string] [/ab auth_string]
FMEcmd /s [fme_uid]
FMEcmd /u [fme_uid]

Note:
  /?                Display this help message.
  /p  profile       Specifies XML profile path. Default profile is taken if unsp
ecified.
  /l  log_file      Specifies log file path and filename. Default path is taken
if unspecified.
  /ap auth_string   Specifies authentication string for Primary Server.
  /ab auth_string   Specifies authentication string for Backup Server.
  /t  dd:hh:mm      Specifies time interval after which FME would be restarted.
  /r                Register FME to start automatically at OS launch.
  /g                Launches FME in GUI mode.
  /s  fme_uid       Stops FME instance with given identifier.
                    Print all running FME instances if identifier is wrong or
                    unspecified.
  /u  fme_uid       Un-register FME with given identifier to not to start
                    automatically at OS launch.
                    Prints all registered FME sessions if identifier is wrong
                    or unspecified.

Where:
  auth_string       Authentication string.
                    Format depends on authentication module.
                    e.g. username:password.
  dd:hh:mm          dd:days, hh:hours, mm:minutes.
                    Must be max two digits positive integer.
  fme_uid           FME Unique Identifier.
                    fms_url+stream_name if streaming to FMS.
                    Output file path if only encoding to file.


C:\Program Files (x86)\FME>
Here is my justin.xml file:
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>1680</width>
            <height>1050</height>
        </size>
        </video>
        <audio>
        <device>Stereo Mix (Realtek High Defini</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>TOOK OUT MY STREAMID</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:\Program Files (x86)\FME\</directory>
    </log>
</flashmediaencoder_profile>
And here is my justin.bat file:
Code:
"C:\Program Files (x86)\Adobe\Flash Media Encoder 2.5\FMEcmd.exe" /p c:\Program Files (x86)\FME\justin.xml
I'm using Windows 7 64-bit if that matters.
if you find out let me know because we both got 64 version and i think yours might be a Capital C and not a lowercase for your bat file.
ProdCali is offline   Reply With Quote
Old 12-30-2009, 05:46 PM   #123
Senior Member
 
Poyzon's Avatar
 
Join Date: Jul 2009
Posts: 1,295
Blog Entries: 38
Default Re: Exact way to stream with FME to JTV - READ HERE

You need quotes around the path to your justin.xml file inside the batch file. This is because your path has a space in it.

It should look like this:

Code:
"C:\Program Files (x86)\Adobe\Flash Media Encoder 2.5\FMEcmd.exe" /p "c:\Program Files (x86)\FME\justin.xml"

Last edited by Poyzon; 12-30-2009 at 06:15 PM.
Poyzon is offline   Reply With Quote
Old 12-30-2009, 08:56 PM   #124
Junior Member
 
Join Date: Dec 2009
Posts: 3
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Poyzon View Post
You need quotes around the path to your justin.xml file inside the batch file. This is because your path has a space in it.

It should look like this:

Code:
"C:\Program Files (x86)\Adobe\Flash Media Encoder 2.5\FMEcmd.exe" /p "c:\Program Files (x86)\FME\justin.xml"
man i did that to still get the batch file open up in 1 second and close?? but if u have teamviewer would it be possible if u look at my desktop and tell me if i am doing it all wrong.. witch i highly doubt i am i think it something with my windows or rather program. pm me plz thanks
ProdCali is offline   Reply With Quote
Old 12-30-2009, 10:49 PM   #125
Junior Member
 
Join Date: Dec 2009
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Poyzon View Post
You need quotes around the path to your justin.xml file inside the batch file. This is because your path has a space in it.

It should look like this:

Code:
"C:\Program Files (x86)\Adobe\Flash Media Encoder 2.5\FMEcmd.exe" /p "c:\Program Files (x86)\FME\justin.xml"
That was it, thanks!
Taiko88 is offline   Reply With Quote
Old 12-31-2009, 11:54 AM   #126
Senior Member
 
Poyzon's Avatar
 
Join Date: Jul 2009
Posts: 1,295
Blog Entries: 38
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by ProdCali View Post
man i did that to still get the batch file open up in 1 second and close?? but if u have teamviewer would it be possible if u look at my desktop and tell me if i am doing it all wrong.. witch i highly doubt i am i think it something with my windows or rather program. pm me plz thanks
ProdCali,

Put "pause" (no quotes) on a new line at the end of your BAT file, save it and then run it again. Copy/paste the output here so we can see what your error is.
Poyzon is offline   Reply With Quote
Old 01-01-2010, 11:15 AM   #127
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

Or you can run the batch file via command line, this way the window won't dissapear.
Tim is offline   Reply With Quote
Old 01-01-2010, 03:39 PM   #128
Senior Member
 
Poyzon's Avatar
 
Join Date: Jul 2009
Posts: 1,295
Blog Entries: 38
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Tim View Post
Or you can run the batch file via command line, this way the window won't dissapear.
I was gonna suggest that, but going through the whole "Start > Run > cmd > cd <blah> > justin.bat" steps was too much to type.
Poyzon is offline   Reply With Quote
Old 01-03-2010, 01:05 AM   #129
Junior Member
 
Mongo's Avatar
 
Join Date: Jun 2009
Location: Modesto, CA
Posts: 29
Default Re: Exact way to stream with FME to JTV - READ HERE

Hey guys, Mongo here.
I have tried to get this set up as well, but am running into a problem. I watched the Videos that Tim made three times now (and thanks Tim for making them), and read every post on this thread. When I run the .bat I get: The file specified is not a valid Flash Media Encoder profile.
I am really not sure what to do about this. I am running Windows XP, with all the service packs. I have a rather dinky system, AMD athlon 64x2 dual core 5200 + 2.60 Ghz with 2 gigs of Ram. I regularly multibox up to 5 games and don't have to many problems.
The justin.bat file I made is as follows :
"C:\Program Files\Adobe\Flash Media Encoder 2.5\FMEcmd.exe" /p c:\fme\justin.xml

Any help anyone could offer me, other than giving up till I get a better system would be greatly appreciated.

Bubosh - Tanngo <latenight rejects> Thunderhorn - US - Horde.
__________________

Mongo1.com
Mongo is offline   Reply With Quote
Old 01-03-2010, 06:26 AM   #130
Junior Member
 
Join Date: Jan 2010
Posts: 8
Default Re: Exact way to stream with FME to JTV - READ HERE

Whenever I play games in fullscreen my screen flashes for the viewers, how do I fix this? VHScrCAP only has align video show mouse and show clicks and the framerate is 30.
derminion 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