Wowza Community

Wowza Pro and ffserver RTP

I try to connect Wowza Pro with ffserver (http://ffmpeg.mplayerhq.hu/).

This is the section fom ffserver’s config file:

<Stream hcam.sdp>
    Feed feed1.ffm
    Format rtp
    MulticastAddress 127.0.0.1
    MulticastPort 5000
    MulticastTTL 2
    VideoSize cif
    VideoCodec libx264
    VideoFrameRate 5
    VideoBitRate 256
    Preroll 0
    VideoQMin 1
    VideoQMax 28
    VideoBufferSize 64
    VideoGopSize 30
    NoAudio
    AVOptionVideo flags +global_header
    AVOptionAudio flags +global_header
    NoLoop
</Stream>

Next, downloaded SDP-file ant transfered it to Wowza content folder. But when I try connect to the Wowza by RTPM, it seems than its don’t want receive data from ffserver -in statistic’s page there are no connection to this stream.

Where I can find solution of this problem?

I have not tried ffmpeg. So I am not sure it works with Wowza Pro’s RTSP/RTP interface.

Charlie