Hi Guys,
I bought the new Blackmagick DeckLink Studio.
This SDI board is supported by Ubuntu and works well.
There's a binary app that capture the RAW SDI input into a FIFO file. (Ex.: video.raw)
I'm trying to transcode and stream via RTP this input like this:
cvlc -vv --demux rawvideo --rawvid-fps 25 --rawvid-width 720 --rawvid-height 576 --rawvid-chroma=UYVY video.raw --sout="#transcode{vcodec=mp2v,acodec=none,vb=4000}:rtp{mux=ts,dst=239.25.32.53,port=2000}" --ttl 16
it works but, I'm not able to reduce the bitrate less that 4000Kb
the HW is based on ATOM 330 Dual Core @ 1.6 Ghz HT Technology and 2GB RAM under Ubuntu 9.10 , VLC 1.0.2
PLS HELP