| | #1 |
| Junior Member Join Date: Feb 2011
Posts: 18
| 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 |
| | |
| | #3 |
| Junior Member Join Date: Feb 2011
Posts: 18
| 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." |
| | |
| | #4 |
| Super Moderator | 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
__________________ |
| | |
| | #5 |
| Junior Member Join Date: Feb 2011
Posts: 18
| 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. |
| | |
| | #6 | |
| Super Moderator | Quote:
Does it say "batch file" when you look at it in windows explorer?As for your bat, be sure the path is correct.
__________________ | |
| | |
| | #7 |
| Junior Member Join Date: Feb 2011
Posts: 18
| 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. |
| | |
| | #8 |
| Super Moderator | 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
__________________ |
| | |
| | #9 |
| Junior Member Join Date: Feb 2011
Posts: 18
| <?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. |
| | |
| | #10 |
| Super Moderator | 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>
__________________ |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
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 |