Re: [FFmpeg-user] Need help to re-stream multicast

2020-10-28 Thread Karim SLIMANI
52, Daniel Dimitrov <596...@gmail.com> a écrit : > On Wed, Oct 28, 2020 at 12:56 PM Karim SLIMANI > wrote: > > > hello, > > > > i think you need to increase fifo_size parameter. (remove pkt_size and > > buffer_size parameters, but keep overrun_nonfatal=1) >

Re: [FFmpeg-user] Need help to re-stream multicast

2020-10-28 Thread Karim SLIMANI
hello, i think you need to increase fifo_size parameter. (remove pkt_size and buffer_size parameters, but keep overrun_nonfatal=1) try a fifo_size=524288 if it continue to crash, then try a value of fifo_size=2621400 Circular buffer overrun happen when the computer cannot catch up in processing

Re: [FFmpeg-user] Encrypted SRT Does Not Work

2020-10-01 Thread Karim SLIMANI
Le jeu. 1 oct. 2020 à 16:10, Tim McClure a écrit : > When I stream ffmpeg SRT to Wowza without encryption it works however when > I > stream SRT encrypted I get the error listed below. I can use other > software > to stream encrypted SRT to Wowza and it works so I think the issue is on > the > f

Re: [FFmpeg-user] Where can I find source code?

2020-02-07 Thread Karim SLIMANI
> I keep winding up here: > git.videolan.org > > Where can I find source code? > > Thanks, > Mark. > > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email

Re: [FFmpeg-user] Building ffmpeg - pkgconfig, again (libmp3lame, this time)

2018-12-01 Thread Karim SLIMANI
Le dim. 2 déc. 2018 à 00:37, a écrit : > Building both the shared and static libraries seemed to do the trick. > Now the challenge is libmp3lame, because that package does not generate > a '.pc' file. I tried creating one by hand, using some of the others as > models, but pkg-config doesn't reco

Re: [FFmpeg-user] Streaming overseas

2018-11-04 Thread Karim SLIMANI
Le sam. 3 nov. 2018 à 14:59, Louis Letourneau a écrit : > I was wondering if anyone had experience streaming 720p ~5000kbit/s > video overseas successfully? If so which protocol did you use? > > I'm trying to stream between Stockholm sweden to toronto canada. > Using mpegts over tcp, I sometimes

Re: [FFmpeg-user] m3u8 live stream will not play in google chrome

2018-07-25 Thread Karim SLIMANI
I am not sure that Chrome desktop can natively play HLS stream. I suggest you try to play video using a playback library, for example, HLS.JS (just google it). ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-u

Re: [FFmpeg-user] Multicasting to 2 different output channels

2016-06-29 Thread Karim SLIMANI
2016-06-29 15:31 GMT+02:00 Moritz Barsnick : > On Fri, Jun 24, 2016 at 11:20:49 -0700, Praveen wrote: > > Youtube live and Facebook live simultaneously. One option i was thinking > > of is to send a unicast stream using ffmpeg on to a ffserver and from > > there multicast to two different output s