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 02-28-2011, 05:21 PM   #1
Junior Member
 
Join Date: Feb 2011
Posts: 18
Default Streaming Problem with XML file

I followed the tutorial and videos for streaming onto justin.tv. I created the XML file correctly and saved it as unicode, but when i run justin.bat in the command prompt, I get the error, "The profile selected is not a valid XML file." I tried to search for this problem, but couldn't come up with anything. If anybody here can offer some insight that would be great. Thanks

Jason
ChunkyLover is offline   Reply With Quote
Old 02-28-2011, 05:44 PM   #2
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Streaming Problem with XML file

Is your XML a true XML and not a .xml.txt?
__________________
Nghtmr9999 is offline   Reply With Quote
Old 02-28-2011, 05:49 PM   #3
Junior Member
 
Join Date: Feb 2011
Posts: 18
Default Re: Streaming Problem with XML file

When I run the "dir" command in the command prompt it says I have a justin.bat and a justin.xml, they are not justin.bat.txt and justin.xml.txt. Under type of file in my windows user interface it says it is an "XML Document."
ChunkyLover is offline   Reply With Quote
Old 02-28-2011, 05:52 PM   #4
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Streaming Problem with XML file

Alright then. Post your bat file and we'll see if the issue lies in there. This sounds like an issue with the bat file.

Be sure the .bat is not unicode and is a true batch file
__________________
Nghtmr9999 is offline   Reply With Quote
Old 02-28-2011, 05:55 PM   #5
Junior Member
 
Join Date: Feb 2011
Posts: 18
Default Re: Streaming Problem with XML file

This is the line I have in my .bat file.

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

I believe it is a true batch file.
ChunkyLover is offline   Reply With Quote
Old 02-28-2011, 05:56 PM   #6
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Streaming Problem with XML file

Quote:
Originally Posted by ChunkyLover View Post
This is the line I have in my .bat file.

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

I believe it is a true batch file.
Double check Does it say "batch file" when you look at it in windows explorer?

As for your bat, be sure the path is correct.
__________________
Nghtmr9999 is offline   Reply With Quote
Old 02-28-2011, 05:59 PM   #7
Junior Member
 
Join Date: Feb 2011
Posts: 18
Default Re: Streaming Problem with XML file

When I look at it in windows explorer it says it is a "Windows Batch File"

And yes the path is correct to the XML and the FMEcmd file.

Last edited by ChunkyLover; 02-28-2011 at 06:01 PM.
ChunkyLover is offline   Reply With Quote
Old 02-28-2011, 06:05 PM   #8
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Streaming Problem with XML file

I see. Well, you .bat looks correct so lets move on to your XML. Be sure all tags are closed properly and are spelled correctly.

Feel free to post the XML here as well. Be sure to edit out your Stream ID though
__________________
Nghtmr9999 is offline   Reply With Quote
Old 02-28-2011, 06:10 PM   #9
Junior Member
 
Join Date: Feb 2011
Posts: 18
Default Re: Streaming Problem with XML file

<?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>Microphone (5- Sennheiser USB H</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>1700</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 Stream ID</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>

I have never actually streamed before though, so I just tried my best to follow the tutorial.
ChunkyLover is offline   Reply With Quote
Old 02-28-2011, 06:15 PM   #10
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Streaming Problem with XML file

Did you copy all of your XML file? you are missing a couple lines at the end

Code:
<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>f:\storage\fme\</directory> ///Replace this with your directory
    </log>
</flashmediaencoder_profile> 
__________________
Nghtmr9999 is offline   Reply With Quote
Reply

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
Streaming using FME Grimfyre General Discussions 6 08-04-2010 01:00 PM
Please post your speed of DLing this test file Tim General Discussions 23 05-28-2010 10:50 AM
Streaming JTV Sigra General Discussions 11 01-23-2010 05:06 PM
JTV Streaming Problem HELP! shamaster Multiboxing Computer Hardware 7 11-20-2009 01:08 AM
Streaming... criticalmage General Discussions 1 07-14-2009 12:03 PM


SEO by vBSEO 3.3.2