I haven't been able to get this to work for me yet, but I'll certainly share the details once my problems are resolved!Hello,
ive been working with that decklink output module for quite some time but im having problems with audio.
Would you be kind to show me your ./configure script?
Thanks!
Code: Select all
/* start */
result = decklink_sys->p_output->StartScheduledPlayback(
(mdate() * decklink_sys->timescale) / CLOCK_FREQ, decklink_sys->timescale, 1.0);
CHECK("Could not start playback");
/* p_config->Release();
p_display_mode->Release();
p_display_iterator->Release();
p_card->Release();
decklink_iterator->Release(); */
My understanding is that no, you don't need either Media Express or bmdtools to use the VLC output module. You only need the Decklink SDK available for the module to compile. Bmdtools can be used with named pipes to play decoded video, which you can generate using ffmpeg or libav (avconv). Be aware if you are compiling bmdtools that, as of this writing, you must use an older version of libav and thus ffmpeg. I ended up using ffmpeg-1.0.7, which allowed bmdtools to compile.sforster media express is compulsory and bmd tools are com pulsory to work with vlc n decklink ??
also i m using 2-0.5 then also it doesnt have decklink output module added.
Return to “VLC media player for Linux and friends Troubleshooting”
Users browsing this forum: No registered users and 14 guests