Re: [FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-06 Thread Nam Giang
Thank you so much Micael, I managed to stream to Facebook successfully. However, it seems I need to --enable-nonfree, which is a bit scary for commercial use. Anyway, this is a different topic. On Thu, Jun 6, 2019 at 6:23 AM Micael Silva wrote: > On Wed, Jun 5, 2019 at 7:59 PM Nam Gi

Re: [FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-05 Thread Nam Giang
Thanks Micael, Do you know how to compile with openssl? I mean, what kind of configure parameter to use (rather than --enable-gnutls)? On Wed, Jun 5, 2019 at 3:32 PM Micael Silva wrote: > On Wed, Jun 5, 2019 at 4:53 PM Nam Giang wrote: > > > And this is the full log if using

Re: [FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-05 Thread Nam Giang
tion tls:// live-api-s.facebook.com:443 rtmps:// live-api-s.facebook.com:443/rtmp/146135623219895?s_bl=1_sml=0_sw=0_vt=api-s=Abw94F0JKzBezZxd: Resource temporarily unavailable On Wed, Jun 5, 2019 at 12:50 PM Nam Giang wrote: > Hi there, > > Here is the full log (stream key is for a

Re: [FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-05 Thread Nam Giang
eceived signal 2. On Tue, Jun 4, 2019 at 5:52 PM Micael Silva wrote: > On Tue, Jun 4, 2019 at 6:40 PM Nam Giang wrote: > > > Hi there, > > > > Is there anyone success with streaming to rtmps destination using ffmpeg > on > > a Mac? (Facebook recently

[FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-04 Thread Nam Giang
Hi there, Is there anyone success with streaming to rtmps destination using ffmpeg on a Mac? (Facebook recently enforces this to be the only protocol they support) My try: > ffmpeg -v verbose -f avfoundation -r 29.97 -s 1280x720 -i "0:0" -preset ultrafast -vcodec libx264 -tune zerolatency -f

[FFmpeg-user] Scrambled video output

2019-03-16 Thread Nam Giang
Hi there, Anyone knows what might be the problem with this video output? https://imgur.com/a/rbXmLLf I'm trying to stream to Facebook from a pre-recorded file and this is what came out on Facebook stream. Thanks ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Live streaming with dynamic overlay

2018-04-19 Thread Nam Giang
ehind the scenes anyways =] > > cheers =] > > > > On Apr 18, 2018, at 10:16 55PM, Nam Giang <k...@ece.ubc.ca> wrote: > > > > Hi there, > > > > I'm using ffmpeg to live stream to Youtube. I'm wondering if I can do > > dynamic overlay. > > > >

[FFmpeg-user] Live streaming with dynamic overlay

2018-04-18 Thread Nam Giang
Hi there, I'm using ffmpeg to live stream to Youtube. I'm wondering if I can do dynamic overlay. For example, when my stream is live and the world is watching, at some points I want to pop up some pictures or add some sound effects to my live stream. I wonder if there is any command that I can