https://github.com/bcoudurier/FFmbc - This is a "broadcast" implementation of ffmpeg, but in your case (JPEG2000) I thing is't not what you want.
https://github.com/lu-zero/bmdtools - you can get the sources here and examples of use https://ffmpeg.org/documentation.html - this is a main library for a lot of opensource software out there, like the well known VLC.
you can try the bmdtools project. you can send a uncompressed pipe to ffmpeg with this software. Works with blackmagic decklink sdk.
you can try the bmdtools project. you can send a uncompressed pipe to ffmpeg with this software. Works with blackmagic decklink sdk.
The xferserver.pl returns this in verbose mode: 12:17:22 Verbose mode. c: ctime cleared; s: on server; d: directory; -: unrecognised 12:17:22 Idle. 12:17:22 Verbose mode. c: ctime cleared; s: on server; d: directory; -: unrecognised 12:17:22 Idle. 12:17:22 Verbose mode. c: ctime cleared; s: on server; d: directory; -: unrecognised 12:17:22 Idle. 12:17:22 Verbose mode. c: ctime cleared; s: on server; d: directory; -: unrecognised 12:17:22 Idle. 12:17:22 Verbose mode. c: ctime cleared; s: on server;...
But don't stop the file copy. Just stop listening on port 2000 and sending the report to port 7010. I already tryed to change the port to 5000 (xferserver.pl, xferclient.pl and CopyManager.cpp) but I get the same result. This happens randomly, even when the process is in "Idle" state. We have other machines in the same network and all work fine. Rui
Solved, some of the definitions I'm using can not be divided by 3.
Hi everyone. When I run this command: player --xv --disable-pc-audio --nona-split --source-aspect 16:9 --hide-progress-bar --enable-term-keyb --udp-in 239.255.1.1:2000 --udp-in 239.255.1.1:2001 I get this output and only show the first channel The UDP Address is: 239.255.1.1 and the port is: 2000 Joined multicast group for 239.255.1.1 port 2000 Reading video parameters from multicast stream... width=640 height=360 framerate=25/1 audio_size=7680 packets_per_frame=241 frame_number=138549 source_name="PGM"...