Thanks Randoll for your valuable suggestion,
Now i able to publish the stream from vlc via wowza andplay it in rtmp using the following link
Code for windows:vlc -vvv -I rc dshow:// :dshow-vdev=“QuickCam for Notebooks Pro” :dshow-adev=“Logitech Mic (Notebooks Pro)” :dshow-size=“320x240” --sout “#transcode{venc=x264{keyint=60},vcodec=x264,vb=500,scale=1,acodec=mp4a,ab=32,channels=2,samplerate=22050}:rtp{dst=127.0.0.1,port-video=10000,port-audio=10002,sdp=file://%WMSCONFIG_HOME%/content/vlc.sdp}”
It is nicely playing in rtmp://localhost/rtplive with stream name:vlc.sdp…
I want to play it in http and rtsp also.
When i try to play in http://localhost:1935/rtplive/vlc.sdp/manifest.f4m in install-dir/examples/simplevideostreaming/clientosmf/binrelease/simpleosmfplayer.html,
Error says: Error #2032: Stream Error. URL: http://localhost:1935/rtplive/vlc.sdp/manifest.f4m
All vlc,wowza and flash player are in my same pc…then how to solve this?