Hi,
You can find an article which helps troubleshoot common error messages found in the Wowza logs.
How to troubleshoot error messages
From the WARN message below:
RTPPacketFragmentListReader.skip: Bad skip count: -1
I can see the following cause:
Cause: This indicates packet loss or an incomplete packet. This message can occur when CPU utilization or GPU utilization for acceleration is at maximum capacity or beyond workable threshold, or if there is too much network traffic. Make sure Wowza Media Server has been tuned. See the Performance Tuning article.
The message:
MP3 Audio: Audio is not MPEG1 Layer 3. May not be playable by (Flash player, Silverlight player, on iOS devices).
This generally means that you will have to transcode the audio to AAC using the Wowza transcoder if it doesn’t play with the above devices.
I see you have mentioned trying this already but if you’re not getting a stream at all this is not the primary issue.
I can’t see any packetization in the logs provided, this generally happens when the stream doesn’t have any keyframes (this may be logs but not in the section posted).
Please see the article below,
How to integrate your Wowza EC2 instance with CloudFront
Jason