How to read from UDP ??
Hello,
I have a device which sends MPEG2 multicast udp live stream, I can read it from udp://@236.1.1.14:34000 for instance. Next it is transcoded with vlc :
cvlc -vvv udp://@236.1.1.14:34000 --sout \
"#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb=250,scale=0.6,acodec=mp4a,ab=96,channels=2,samplerate=48000}:rtp{dst=127.0.0.1,port=10013,mux=ts}" 2>1 > /dev/null &
My question is how to read from udp://@127.0.0.1:10013 using FMS and send it to flash clients ?
Thank you
