Hi all,
We have installed and taken 30 days trial licence for Wowza server 3.0 version and installed on 64 bit centos system.
We have configured live application.xml and transcoder as well as per the given thread and help for transcoder.
We have used videochat application to capture video and trying to do live streaming in iphone.
we have put the streamname like this.
rtmp://192.168.1.73/live
Stream name: 1livestream
And we are checking the live stream in iphone as follows.
http://192.168.1.73:1935/live/1livestream/playlist.m3u8
But we are getting following errors.
TranscodingSession.handlePacket[live/definst]: Audio codec is not supported by transcoder. Can only be used as PassThru: NELLYMOSER
TranscodingSession.handlePacket[live/definst]: Video codec is not supported by transcoder. Can only be used as PassThru: SPARK
LiveStreamPacketizerCupertino.handlePacket[live/definst/1livesteam]: Video codec:SPARK isCompatible:false
LiveStreamPacketizerCupertino.handlePacket[live/definst/1livesteam]: Audio codec:NELLYMOSER isCompatible:false
LiveStreamPacketizerCupertino.handleHolder: Invalid video codec for iPhone/iPod: SPARK
LiveStreamPacketizerCupertino.handleHolder: Invalid audio codec for iPhone/iPod: NELLYMOSER
We have followed this link for transcoder as well.
https://www.wowza.com/docs/how-to-set-up-and-run-wowza-transcoder-for-live-streaming
How can we transcode this codecs to h264 to support iphone livestream?
Please provide help for this.
Our main purpose is to capture video from webpage so we have used videochat to get the stream, we have tested FMLE for streaming and it is working fine, but from webpage we are not able to get it working,
Please provide me help for this.