Code: Select all
./VLC rtsp://192.168.0.90:554/mpeg4/media.amp --sout '#transcode{noaudio,vcodec=mp4v,vb=450,venc=ffmpeg{keyint=45},fps=15}
:duplicate{dst=std{access=udp,mux=ts,url=192.168.0.5:13000,ttl=25}}:rtsp-caching=1000'
How do I keep this and also have VLC generate a SDP file so I can relay the stream using Darwin Streaming Server at the main site? The flow would be this way. MPEG4 camera--> VLC transcode/UDP--> Internet -->Darwin Streaming Server(main site)--> Multiple unicast streams relayed from DSS.
I tried quite a few command line options but it didn't appear I could do both at the same time. Should I be able to make the above situation work?