Skip to main content
October 22, 2011
Question

How to read from UDP ??

  • October 22, 2011
  • 1 reply
  • 1165 views

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

This topic has been closed for replies.

1 reply

Nikhil_Kalyan
Participating Frequently
October 23, 2011

Hi,

Thanks for your interest in FMS. I don't think FMS supports a direct UDP feed.

October 23, 2011

Hi Nikhil,

    Thank you for the response. But what kind of streams can I feed into FMS input ? VLC supports other types of output, HTTP for example

Nikhil_Kalyan
Participating Frequently
October 23, 2011

FMS support RTMP protocol and its variants. HTTP input is not supported, nor or any other VLC based outputs.

Thank you !