Hi all,
I'm using newtek tricaster with Adobe Media Encoder 3. So far I've been able to stream without problems, even after personalizing profiles. This was using VP6 codec. Now that I had to switch to H264 I'm still able to stream files, but I cannot save those files, no matter what profile I use, everytime I check the Save file box, I get an error "Media Encoder finished prematurely. Try Again", when I look at the directory, a log file is created. (if i only stream, it works fine).
Here's a log example, and also a .xml profle that i'm currently use
LOG
=================================================================
File: C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLEcmd.exe
Description: Adobe® Flash® Media Live Encoder
Copyright: © 2008 - 09 Adobe Systems Incorporated. All Rights Reserved. Adobe, the Adobe logo, and Flash are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. All other trademarks are the property of their respective owners. <AdobeIP#0000716>
Version: 3.0.0.4743
=================================================================
Wed Jun 16 2010 12:09:44 : Error: Profile validation Error : Validator failed.
Wed Jun 16 2010 12:09:44 : Error: Profile Validation : Some of the tags in the profile have incorrect or no values. For details, please refer to encoding logs.
Wed Jun 16 2010 12:09:44 : Profile Warnings : 1. Name of the file to which encoded video is to be saved, has wrong extension. It should be .f4v
---------------------------------------------------------------------- ---------------------------------------------------------------------- ---------------------------------------------------------------------- -------PROFILE
<?xml version="1.0" encoding="UTF-16"?>
<flashmedialiveencoder_profile>
<preset>
<name>Custom</name>
<description></description>
</preset>
<capture>
<video>
<device>VT Video Device</device>
<crossbar_input>0</crossbar_input>
<frame_rate>25.00</frame_rate>
<size>
<width>720</width>
<height>576</height>
</size>
</video>
<audio>
<device>VT Audio Device</device>
<crossbar_input>0</crossbar_input>
<sample_rate>44100</sample_rate>
<channels>2</channels>
<input_volume>99</input_volume>
</audio>
</capture>
<process>
<video>
<crop>
<left>19</left>
<top>14</top>
<right>19</right>
<bottom>14</bottom>
</crop>
<deinterlace></deinterlace>
</video>
</process>
<encode>
<video>
<format>H.264</format>
<datarate>200;</datarate>
<outputsize>384x288;</outputsize>
<advanced>
<profile>Baseline</profile>
<level>3.1</level>
<keyframe_frequency>1 Second</keyframe_frequency>
</advanced>
<autoadjust>
<enable>false</enable>
<maxbuffersize>1</maxbuffersize>
<dropframes>
<enable>false</enable>
</dropframes>
<degradequality>
<enable>false</enable>
<minvideobitrate></minvideobitrate>
<preservepfq>false</preservepfq>
</degradequality>
</autoadjust>
</video>
<audio>
<format>MP3</format>
<datarate>96</datarate>
</audio>
</encode>
<restartinterval>
<days></days>
<hours></hours>
<minutes>59</minutes>
</restartinterval>
<reconnectinterval>
<attempts>10</attempts>
<interval>90</interval>
</reconnectinterval>
<output>
<rtmp>
<url>rtmp://</url>
<backup_url></backup_url>
<stream>video</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>
</flashmedialiveencoder_profile>
---------------------------------------------------------------------- ---------------------------------------------------------------------- ---------------------------------------------------------------------- -------
I would appreciate any help!
Thanks in advanced
Sebas