hi!
I have a trouble with getting video stream on devices from subj.
My configuration is video file streamed by VLC over rtp to wowza.
On wowza default rtplive application is configured as described in quick start guide.
So, the command for VLC is
I tried to use rtsp://wowza_IP:1935/rtplive/vlc.sdp on devices and receive "unable to connect" message or only sound was played on nokia. If use this connection string in VLC I can watch the live stream without any trooubles.Code:vlc -vvv -I rc C:\clip.mpg --sout "#transcode{venc=x264{keyint=60},vcodec=x264,vb=80,scale=0.25,fps=24,acodec=mp4a,ab=24,channels=1,samplerate=22050}:rtp{dst=wowza_IP,port-video=10000,port-audio=10002,sdp=file://v:/vlc.sdp}"
Any ideas how to make this work?


Reply With Quote