| | #1121 |
| Super Moderator | I assume you will be running a command line to stream? Did you make your XML file as in step #4? That's the one i'm talking about saving as Unicode.
__________________ |
| | |
| | #1122 |
| Junior Member Join Date: May 2011
Posts: 4
| Ah, no, I did not. I just set all my settings in GUI and clicked save profile. Is this my issue? <?xml version="1.0" encoding="UTF-16"?> <flashmedialiveencoder_profile> <preset> <name>Custom</name> <description></description> </preset> <capture> <video> <device>VHScrCap</device> <crossbar_input>0</crossbar_input> <frame_rate>24.00</frame_rate> <size> <width>1920</width> <height>1080</height> </size> </video> <audio> <device>Microphone (VIA High Definition</device> <crossbar_input>0</crossbar_input> <sample_rate>22050</sample_rate> <channels>1</channels> <input_volume>75</input_volume> </audio> </capture> <encode> <video> <format>H.264</format> <datarate>4500;</datarate> <outputsize>1920x1080;</outputsize> <advanced> <profile>Main</profile> <level>5.1</level> <keyframe_frequency>10 Seconds</keyframe_frequency> </advanced> <autoadjust> <enable>true</enable> <maxbuffersize>1</maxbuffersize> <dropframes> <enable>false</enable> </dropframes> <degradequality> <enable>true</enable> <minvideobitrate>100</minvideobitrate> <preservepfq>false</preservepfq> </degradequality> </autoadjust> </video> <audio> <format>MP3</format> <datarate>48</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 was here </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> <video> <output> <zoom>25%</zoom> </output> </video> <audio></audio> </preview> <log> <level>100</level> <directory>C:\</directory> </log> </flashmedialiveencoder_profile> |
| | |
| | #1124 |
| Junior Member Join Date: May 2011
Posts: 4
| I did save it as UNICODE, I think I fail at my .bat or something. |
| | |
| | #1125 |
| Junior Member Join Date: May 2011
Posts: 2
| I'm having some serious Server Buffer problems. Is there a certain way to knock that down a bit? Everything seems to work fine except it streams way after stuff happens. Perhaps someone knows an easier way, I am actually trying to stream my games to a friend, she enjoys watching me play them and I moved away. So I couldn't think of another way for her to watch me play a game. I was thinking team viewer, but doubt the quality that she would be able to see. let me know. |
| | |
| | #1127 |
| Junior Member Join Date: May 2011
Posts: 2
| according to speedtest it is .94 Mb/s I'm in a house with 2 desktops, 3 laptops, an ipad, 4 phones and a wii streaming netflix most of the time heh. My net is stretched thin. Is my upload the problem? So when I get my own apt again the server buffer will go down? |
| | |
| | #1128 |
| Super Moderator | I believe it should, yes. You could also try bumping your bitrate down in your XML file and see if that helps. I'd try something around 500-750 first.
__________________ |
| | |
| | #1129 |
| Administrator Join Date: Jun 2009 Location: USA
Posts: 7,737
| Holy crap, 3 days without a post to the FME thread? This has got to be a record!! |
| | |
| | #1130 |
| Junior Member Join Date: Jun 2011
Posts: 2
| I am getting an error when running my just.bat file through command prompt. It opens VH Multi Mamera Studio and FMEcmd(then immediately closes FMEcmd) Code: C:\FME>justin.bat C:\FME>"c:\Program Files (x86)\Adobe\Flash Media Encoder 2.5\FMEcmd" /p "c:\fme\ justin.xml" Adobe(R) Flash(R) Media Encoder Command Line Utility v 2.5.0.2086 Copyright(C) 2007-2008 Adobe Systems Incorporated. All rights reserved. Sat Jun 04 2011 11:53:51 : The application cannot find the specified profile. Sat Jun 04 2011 11:53:51 : Closing Application. C:\FME> Code: "c:\Program Files (x86)\Adobe\Flash Media Encoder 2.5\FMEcmd" /p "c:\fme\justin.xml" 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>Line In (Realtek High Definitio</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>0</bottom>
</crop>
</video>
</process>
<encode>
<video>
<format>VP6</format>
<datarate>1500</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>Yaya 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>
</metadata>
<preview>
<audio></audio>
</preview>
<log>
<level>100</level>
<directory>C:\fme\</directory>
</log>
</flashmediaencoder_profile>
|
| | |
![]() |
| Tags |
| justin.tv, ravingnoah |
| Thread Tools | |
| Display Modes | |
| |
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 |