Page 2 of 2

Re: PMSEncoder Killing UMS

Posted: Thu Aug 29, 2013 3:53 am
by infidel
infidel wrote: Your ffmpeg doesn't appear to support rtmp, so use the UMS ffmpeg binary instead (which does).
It turns out the current UMS linux ffmpeg has dropped full rtmp support, see here.

Re: PMSEncoder Killing UMS

Posted: Wed Nov 20, 2013 1:34 pm
by SubJunk
Is there a better version of FFmpeg for Linux we can use?

Re: PMSEncoder Killing UMS

Posted: Wed Nov 20, 2013 2:34 pm
by infidel
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

Posted: Wed Nov 20, 2013 3:27 pm
by SubJunk
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?