PMSEncoder Killing UMS
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: PMSEncoder Killing UMS
It turns out the current UMS linux ffmpeg has dropped full rtmp support, see here.infidel wrote: Your ffmpeg doesn't appear to support rtmp, so use the UMS ffmpeg binary instead (which does).
Re: PMSEncoder Killing UMS
Is there a better version of FFmpeg for Linux we can use?
Re: PMSEncoder Killing UMS
Statically speaking, no, probably due to the same old librtmp/ssl static linking problems we had so much fun with
. ffmpeg supports rtmp natively now, but you still need librtmp for rtmpe (e.g hulu, espn).

Re: PMSEncoder Killing UMS
Maybe we should just build a shared version. There isn't really a downside since the user doesn't need to do anything with the files, they are just there whether they are one file or one hundred files. What do you think?