I can't stop Live Encoder 3.2 on my Mac. I re-downloaded it twice from Adobe. I checked for updates(none available). The Encoder works great while I am using it. But, when I try to stop it, my system freezes up everytime. I have to unplug to even shut-down and restart. Can anyone help?
This is the code I used for my settings...
<?xml version="1.0" encoding="UTF-16"?>
<flashmedialiveencoder_profile>
<preset>
<name>Mac 864x480</name>
</preset>
<capture>
<video>
<device></device>
<frame_rate>29.97</frame_rate>
<size>
<width>704</width>
<height>480</height>
</size>
</video>
<audio>
<device></device>
<sample_rate>44100</sample_rate>
<channels>1</channels>
<input_volume></input_volume>
</audio>
</capture>
<process>
<video>
<deinterlace></deinterlace>
</video>
</process>
<encode>
<video>
<format>H.264</format>
<datarate>800;</datarate>
<outputsize>864x480;</outputsize>
<advanced>
<profile>Baseline</profile>
<level>3.1</level>
<keyframe_frequency>1 Second</keyframe_frequency>
</advanced>
<autoadjust>
<enable>true</enable>
<maxbuffersize>5</maxbuffersize>
<dropframes>
<enable>false</enable>
</dropframes>
<degradequality>
<enable>true</enable>
<minvideobitrate>100</minvideobitrate>
<preservepfq>false</preservepfq>
</degradequality>
</autoadjust>
</video>
<audio>
<format>MP3</format>
<datarate>56</datarate>
</audio>
</encode>
<restartinterval>
<days></days>
<hours></hours>
<minutes></minutes>
</restartinterval>
<reconnectinterval>
<attempts></attempts>
<interval></interval>
</reconnectinterval>
<output>
<rtmp>
<url></url>
<backup_url></backup_url>
<stream></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>
<video>
<output>
<zoom>75%</zoom>
</output>
</video>
</preview>
<log>
<level>100</level>
<directory></directory>
</log>
</flashmedialiveencoder_profile>