Wowza Community

Streaming video from DVcam

I try to streaming from camera on remote machine in lan and have some problems.

remote computer with Sony camera - 192.168.1.22

my machine with wowza server - 192.168.1.27

streaming VLC version 0.8.6i

  1. I set next VLC params on machine with camera
vlc -vvv -I rc dshow:// :dshow-vdev="Microsoft DV Camera and VCR" :dshow-adev="" 
--sout "#transcode{venc=x264{keyint=30},vcodec=x264,vb=100,scale=0.5,acodec=mp4a,
ab=32,channels=2,samplerate=22050}
:rtp{dst=192.168.1.22,sdp=rtsp://192.168.1.22:9000/stream.sdp}"
  1. Check stream from my machine in VLC, url source
rtsp://192.168.1.22:9000/stream.sdp

Now i see remote video/audio from camera on 192.168.1.22, all works fine

Next step i try publish rtsp stream to rtmp using Wowza

  1. Open /conf/rtplive and change Streams/StreamType to rtp-live

  2. Open LiveVideoStreaming/client/live.html and set next params

server = rtmp://localhost/rtplive

stream = rtsp://192.168.1.22:9000/stream.sdp

and no video in flash player :frowning:

In Wowza logs i see message

ERROR server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: CSeq less than zero

Any suggestion?