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
- 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}"
- 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
-
Open /conf/rtplive and change Streams/StreamType to rtp-live
-
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
In Wowza logs i see message
ERROR server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: CSeq less than zero
Any suggestion?