<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 26/09/10 08:05, Andrew wrote:
<blockquote
 cite="mid:88D07FC7-4AE0-4250-9758-0C12DAEFE6B3@instantofficecenter.com"
 type="cite">Hi,
  <div><br>
  </div>
  <div>I've been looking for a way to send audio content to Akamai in a
Unix environment. I recently came across this post on the mailing list:</div>
  <div><a moz-do-not-send="true"
 href="http://web.archiveorange.com/archive/v/5hTZasm8hR0MiJThsTjt">http://web.archiveorange.com/archive/v/5hTZasm8hR0MiJThsTjt</a></div>
  <div><br>
  </div>
  <div>I was able to successfully connect to Akamai using this command:</div>
  <div><br>
  </div>
  <div>ffmpeg -loglevel debug -i audiofile.wav -acodec libmp3lame -f
flv 'rtmp://xxxx.akamaientrypoint.net/EntryPoint
conn=S:encoder:1.1.12:USERID live=true akUserid=USERID akPass=PASSWORD
playpath=poc_x_x@xxxxx'</div>
  <div><br>
  </div>
  <div>It connects and shows the following:</div>
  <div>
  <div>HandleInvoke, onStatus: NetStream.Publish.Start</div>
  </div>
  <div><br>
  </div>
  <div><br>
  </div>
  <div>Then it appears to stream, however when I go to the Akamai test
player (<a moz-do-not-send="true"
 href="http://mediapm.edgesuite.net/edgeflash/public/debug/HDPlayer.html">http://mediapm.edgesuite.net/edgeflash/public/debug/HDPlayer.html</a>)
there is no content.</div>
  <div><br>
  </div>
  <div>Am I doing something wrong? Has anyone else had success with
this patch?</div>
  <div><br>
  </div>
  <div>Andrew</div>
</blockquote>
<br>
Hi Andrew<br>
<br>
As the author of this patch I can confirm it worked for me on a linux
host with a video+audio&nbsp; file.<br>
<br>
You might want to try the option '-re' (realtime samples) - that made a
difference for me. There are delays in the way Akamai streams and if
you dump everything out as fast as possible it seems that the stream
terminates before the content propagates. At least that's my theory.<br>
<br>
There is also a different Akamai test player that might be more
suitable for your (apparently) audio-only stream:<br>
<br>
<a class="moz-txt-link-freetext" href="http://support.akamai.com/flash">http://support.akamai.com/flash</a><br>
<br>
that gives you a lot of detail about what arrives.<br>
<br>
David K<br>
<blockquote
 cite="mid:88D07FC7-4AE0-4250-9758-0C12DAEFE6B3@instantofficecenter.com"
 type="cite">
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rtmpdump mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rtmpdump@mplayerhq.hu">rtmpdump@mplayerhq.hu</a>
<a class="moz-txt-link-freetext" href="https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump">https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump</a>
  </pre>
</blockquote>
<br>
</body>
</html>