Wowza Community

how to publish RTSP to rtmp using Wowza media server

Hi,

I have both rtsp and rtmp urls like below format.

rtmp://serveraddress/liveApp

rtsp://serveraddress:554/mpeg4/2/stream.amp

I want to given encode rtsp stream to rtmp using wowza media server.

I have used native rtp example as per the given instruction in wowzamederserverpro_userguide.pdf but its giving timeout during connecting to rtsp stream.

Can anybody help me.

Thanks

Try following these instructions:

http://www.wowza.com/community/t/-/53

Charlie

Use the url format:

rtsp://username:password@domain:port/path

Charlie

Thanks for replying

I already followed these instructions. but its giving connection timeout.

should I require any authentication? if yes then how to do this.

Hi,

RTSP Server was down so it was giving time out. Now its giving successfull connection. When I entered the rtmp and rtsp url in nativertplive example app and press the play button its giving following information in wowza server console but its not generating any stream in content folder. Which I think it should write.

this is the information which its giving when I pressed the play button.


INFO server comment - MediaStreamMediaCasterPlay: startPlay

INFO server comment - RTPMediaCaster.create

INFO server comment - RTPMediaCaster.init

INFO server comment - RTPMediaCaster.Reconnector: start

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPD

ata: sessionId:1512966599 sessionTimeout:60000

INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo: RTSP

/RTP re-streaming. Success, received SDP data.

INFO stream create - -

INFO stream create - -

INFO stream publish rtsp://serveraddress:554/mpeg4/2/stream.amp -

INFO server comment - UDPTransport.bind: 0.0.0.0/0.0.0.0:6972

INFO server comment - UDPTransport.bind: 0.0.0.0/0.0.0.0:6973

INFO server comment - RTPMediaCaster.Reconnector: stop


Its giving message received SDP data.

Please help