Page 1 of 1

encoder linux decklink vlc

PostPosted: Wed Nov 28, 2012 3:51 pm
by Zeref
Hi,

I'm currently trying to make a stream on linux system using decklink card and vlc, facing some problems getting audio, so any tips for setting up first part of command is appreciated. Also if you have good tips for 1920x1080 x264 profile tips also welcome.

Code: Select all
decklink:// --decklink-aspect-ratio=16:9 --decklink-mode=Hi50 --decklink-audio-rate=0 --rt-priority --swscale-mode=0 --live-caching=500 --sout-deinterlace-mode=linear --sout-mux-caching=500 --sout '#transcode{venc=x264{profile=high,ref=5,sub=5,me=hex,subme=9,merange=16,cabac=1,bframe=16,vbv-maxrate=1200},vcodec=h264,vb=2500,scale=1,acodec=none,threads=6,high-priority}:rtp{sdp=rtsp://0.0.0.0:8000/test.sdp,caching=100}' --no-sout-transcode-hurry-up

Re: encoder linux decklink vlc

PostPosted: Wed Nov 28, 2012 5:29 pm
by Roman Pytkin Pekarek
Im playing with this too.. But i want to streaming with ffmpeg.. Playback works great.. But i have problem with compiling bmdcapture..

Re: encoder linux decklink vlc

PostPosted: Wed Nov 28, 2012 7:07 pm
by Zeref
solved ^^

Code: Select all
 decklink-audio-connection=embedded --decklink-audio-channels=2

Re: encoder linux decklink vlc

PostPosted: Mon Dec 10, 2012 9:13 pm
by Randomize
Hello there good people!

I have Decklink Studio card.

Is there any chance that some of you could write step-by-step guide on how to make an audio and video stream using VLC and Decklink card on Linux operating system?

I have been trying to do this for quite long time without any success.


Thanks in advance.

Re: encoder linux decklink vlc

PostPosted: Tue Dec 11, 2012 1:53 pm
by Roman Pytkin Pekarek
why VLC ? why not ffmpeg ?

Re: encoder linux decklink vlc

PostPosted: Tue Dec 11, 2012 2:15 pm
by Randomize
Hey Pytkin!

Ffmpeg works aswell. Please be kind and give me some instructions on how to do it.

Thanks!

Re: encoder linux decklink vlc

PostPosted: Tue Dec 11, 2012 2:25 pm
by Roman Pytkin Pekarek
Im using Centos 6.3 64bit .. install "minimal desktop" packages setup ..

after it :

yum install gcc
yum install kernel-devel

wget http://linux.dell.com/dkms/permalink/dk ... noarch.rpm
rpm -i dkms-2.2.0.3-1.noarch.rpm

wget http://www.blackmagicdesign.com/media/4 ... 6.4.tar.gz
tar -xvzf Blackmagic_Desktop_Video_Linux_9.6.4.tar.gz
rpm -i desktopvideo-9.6.4-redhat.x86_64.rpm
rpm -i mediaexpress-3.1.2-redhat.x86_64.rpm

After it U need to compile BMDTOOLS .. or I can send U binary files ..

Re: encoder linux decklink vlc

PostPosted: Tue Dec 11, 2012 2:48 pm
by Randomize
Thanks alot Pytkin!

Im working on it atm. I see that you stated earlier that you had problems compiling bdmtools so if possible send those binaries to me.

Will post results soon.

Re: encoder linux decklink vlc

PostPosted: Tue Dec 11, 2012 3:27 pm
by Roman Pytkin Pekarek
here is compiled bmdtools : http://www.pytkin.sk/bmdtools.zip