Hi,
Sorry for asking this problem. I know there is a lot example and tutorial about how to stream SDP to darwin, but I know cannot make it run.
I am using VLC version 0.9.9 initialially, then tried 1.0.1, 1.0.2, and i read some ppl said there is problem with new version, so i even downgrade to 0.8.6 (currently)
my darwin is ver 5.5.5
OS = WinXP / WinVista/ Windows Server 2003
various batch command that i have used:
#######################################################################
vlc.exe -vvv c:\movie.avi --sout '#rtp{dst=192.168.1.98,port=1234,sdp=rtsp://192.168.1.98:8080/live.sdp}' (can run and stream, but when i try rtsp://192.168.1.98:8080/live.sdp, error, no video found)
vlc.exe -vvv c:\movie.avi --sout '#rtp{dst=192.168.1.98,port=1234,sdp=file:///n:\\DarwinMovies\live.sdp}' (can run, but file is not created at the location, and no video play)
- file is not create at the location
#######################################################################
vlc.exe c:\video.avi :sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=display,dst=rtp{dst=192.168.1.98,mux=mp4,port=1234,port-audio=1234,port-video=1234}}
tried to access: rtsp://192.168.1.98:1234
#######################################################################
vlc.exe c:\video.avi :sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=rtp{dst=192.168.1.98,mux=ts,port=1234}}
tried to access: rtsp://192.168.1.98:1234
#######################################################################
vlc.exe c:\mymovie.avi :sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=rtp{dst=192.168.1.98,mux=ts,port=1234}}
tried to access: rtsp://192.168.1.98:1234
#######################################################################
vlc.exe c:\mymovie.avi --sout-transcode-fps 15 --sout "#transcode{width=128,height=96,venc=x264,vcodec=x264,vb=100
,scale=1,acodec=mp4a,ab=28,channels=2,samplerate=22100}:rtp{dst=192.168.1.98,port=10002,port-video=10000,sdp=file:///n:\\DarwinMovies\\live.sdp}" (run, but sdp file not create at the folder)
vlc.exe c:\mymovie.avi --sout-transcode-fps 15 --sout "#transcode{width=128,height=96,venc=mp4v,vcodec=mp4v,vb=100
,scale=1,acodec=mp4a,ab=28,channels=2,samplerate=22100}:rtp{dst=192.168.1.98,port=10002,port-video=10000,sdp=file:///n:\\DarwinMovies\\live.sdp}" (run, but sdp file not create at the folder)
********************************************************************************************************************************
So conclusion is, i tried out many, but no 1 working. Or, it "seem like streaming", but i cant play it at another player.
and, until now, i still don't know why the sdp out file never create the sdp file.
Really hope that anyone who can do it help me a while, see whether is my system incompatible or vlc version problem or command line error.
Thank you