Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Mustafa Al Ani
Wondering how do you live your life? If you have any.! > On 1 Dec 2020, at 21.22, Reindl Harald wrote: > > i don't give a shit, it's that simple ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To

Re: [FFmpeg-user] Compiling ffmpeg with SRT support on Raspberry Pi

2020-10-15 Thread Mustafa Al Ani
Did you get ffmpeg installed at the end ? If yes, what is the console output of running “ffmpeg”? How do you know it doesn’t get linked? R, Mustafa Sent from my iPhone > On 15 Oct 2020, at 03.45, rhan...@nrie.com.au wrote: > > but there is nothing that stands out as the reason why the protocol

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Mustafa Al Ani
Hi Rik, I think the duplex mode is only supported in ports 1&2. Apart from that, I have never been able to enable video input on 3&4, I spoke with Blackmagic support but never got a useful answer. Never trust what they write in their products descriptions. Please let me know if you got video

Re: [FFmpeg-user] receive udp audio stream

2019-08-06 Thread Mustafa Al Ani
@Reindl Harald - I should have realized your name before I reply you. SO PLEASE STOP I DONT NEED YOUR HELP. Anyone else in the list can help? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To

Re: [FFmpeg-user] receive udp audio stream

2019-08-06 Thread Mustafa Al Ani
> > why don't you just post he full command and it's output? > Because of I need the correct syntax to try with. so far my input is "udp://@192.168.122.10:6006/?serviceId=1001=800" which doesn't seem to be valid. ___ ffmpeg-user mailing list

[FFmpeg-user] receive udp audio stream

2019-08-06 Thread Mustafa Al Ani
Hi, I'm trying to receive an audio only transport stream but can't figure out the right command. source : udp://@192.168.122.10:6006 Audio PID: 800 Service ID: 1001 I have tried different commands but none seems to be correct. Also read the stream specifier documentation as suggested in some

Re: [FFmpeg-user] unsubscribe

2019-04-11 Thread Mustafa Al Ani
I'm not surprised by your reply, googling your email answers it all. It looks like you have been a source of problems in other mailing lists, which made them permanently ban you from those lists. I found this in the Fedora project: "Request: ban Harald Reindl from devel@" and this in GT(.)net :

Re: [FFmpeg-user] unsubscribe

2019-04-11 Thread Mustafa Al Ani
I can't really understand your problem *Reindl Harald*, why do you respond to people like this? This is a mailing list where we find solutions to our technical problems with love and respect. If you have a useful answer/solution, It would be very nice of you to reply to people, but always remember

Re: [FFmpeg-user] Ham Radio

2019-03-28 Thread Mustafa Al Ani
I would use a bash loop that keeps trying until ffmpeg detects the input and starts recording. I remember I did something similar with decklink input, so it starts recording when a signal is detected, otherwise it exits the command and then the loop starts it over and over. On Thu, Mar 28, 2019

Re: [FFmpeg-user] Best webcam streaming setting using ffmpeg over RTMP module

2019-03-24 Thread Mustafa Al Ani
If you are asking about the command line to do rtmp stream, I advise you to read the ffmpeg streaming guide https://trac.ffmpeg.org/wiki/StreamingGuide , You may also need to read ffmpeg documentation https://ffmpeg.org/ffmpeg.html. /Mustafa On Sun, Mar 24, 2019 at 5:47 PM Carl Zwanzig wrote:

[FFmpeg-user] Newtek NDI

2019-03-22 Thread Mustafa Al Ani
I just realized that the NDI has been removed from ffmpeg due to what has been called a license violation. Has anybody from Newtek commented on this? Are they going to do anything in their license so that it can be used in ffmpeg? Regards, Mustafa

Re: [FFmpeg-user] Streaming overseas

2019-02-03 Thread Mustafa Al Ani
I second Alex, We use SRT to send low latency stream from Copenhagen Denmark to NY, Ohio, and LA in the USA. R, Mustafa On Thu, Dec 20, 2018 at 4:30 PM Alex Molon wrote: > SRT forever! > > Simple, stable, low latency, transports any MPEG-TS content. > It is designed expressely for hi quality

Re: [FFmpeg-user] Detect Frozen video

2018-11-28 Thread Mustafa Al Ani
Hi Michael, I'm interested in your way of monitoring the bandwidth, can you share more info please? Regards, Mustafa On Wed, Nov 28, 2018 at 1:16 PM Michael Shaffer wrote: > I don't know if there is a way to use ffmpeg to do it. I use a little > program I made to monitor the bandwidth and if

[FFmpeg-user] Audio channels mapping - Decklink SDI input

2018-11-07 Thread Mustafa Al Ani
Hi all, I'm trying to encode Decklink SDI input and stream it to NDI and keep the audio layout as is. The SDI signal has 8 audio channels with the following layout: 1,2 Stereo 3,4 Stereo 5,6 Dolby 7,8 Stereo What I need to do is to passthrough all audio channels and to keep the layout as is.

Re: [FFmpeg-user] Non-monotonous DTS in output stream 0:1

2018-09-05 Thread Mustafa Al Ani
No particular reason but I can tell it happens on master build as well. R, Mustafa > On Sep 5, 2018, at 9:57 AM, Moritz Barsnick wrote: > >> On Wed, Sep 05, 2018 at 09:29:16 +0200, Mustafa Al Ani wrote: >> without the patch: >> >> ffmpeg -f libndi_newtek -fin

Re: [FFmpeg-user] Non-monotonous DTS in output stream 0:1

2018-09-05 Thread Mustafa Al Ani
PM Carl Eugen Hoyos wrote: > 2018-09-04 11:35 GMT+02:00, Mustafa Al Ani : > > Hi, > > > > After applying the patch, it can't even find sources anymore. > > > > Here is the console output: > > > > ffmpeg -f libndi_newtek -find_sources 1 -i dummy -log

[FFmpeg-user] Non-monotonous DTS in output stream 0:1

2018-09-01 Thread Mustafa Al Ani
Hi, In my setup I'm playing out NDI stream using decklink. everything looks good and both the NDI and the decklink playout are very stable.. but when the NDI stream stops and starts again later.. the decklink starts giving Non-monotonous DTS in output stream 0:1 which makes sense because the DTS

Re: [FFmpeg-user] Decklink quad 2 - video input/output error

2018-09-01 Thread Mustafa Al Ani
It means that ffmpeg has found the card but Decklink SDK can NOT enable video input. You need to configure your decklink inputs and outputs using either decklink desktop video or decklink SDK. /Mustafa On Sat, Sep 1, 2018 at 8:42 AM Remo Rayamajhi wrote: > Hello guys > > I have compile ffmeg

Re: [FFmpeg-user] Decklink output can't produce 1080i50

2018-08-29 Thread Mustafa Al Ani
means decklink SDI output signal is 1080P@25FPS R, Mustafa On Wed, Aug 29, 2018 at 12:16 PM Carl Eugen Hoyos wrote: > 2018-08-29 10:52 GMT+02:00, Mustafa Al Ani : > > > I'm trying to output an NDI stream (1080i50) using Decklink but the > output > > is always progressi

[FFmpeg-user] Decklink output can't produce 1080i50

2018-08-29 Thread Mustafa Al Ani
Hi, I'm trying to output an NDI stream (1080i50) using Decklink but the output is always progressive, my decklink setting is set to 1080i50 and the NDI is 100% interlaced. I'm not using any flags in the output side because I presume it should take the input as is, but even when I use flags like

Re: [FFmpeg-user] Windows build with decklink?

2018-08-28 Thread Mustafa Al Ani
Why prebuilt? Why don’t you compile it from source? /Mustafa > On Aug 28, 2018, at 6:38 PM, Carl Zwanzig wrote: > > (top-posting corrected) >>> On Tue, 28 Aug 2018, 05:03 Carl Zwanzig, wrote: >>> Are there any readily-available & recent windows builds with BMD decklink >>> enabled? The 4.0.x

Re: [FFmpeg-user] DeckLink Mini Monitor 4K

2018-08-04 Thread Mustafa Al Ani
Ahh! how didn't I see that.!! Thank you so much Marton. R, Mustafa On Sat, Aug 4, 2018 at 5:44 PM Marton Balint wrote: > > > On Sat, 4 Aug 2018, Mustafa Al Ani wrote: > > > Hi, > > > > In my setup I have two decklink cards, 'DeckLink SDI Micro' and 'DeckLink &g

[FFmpeg-user] DeckLink Mini Monitor 4K

2018-08-04 Thread Mustafa Al Ani
Hi, In my setup I have two decklink cards, 'DeckLink SDI Micro' and 'DeckLink Mini Monitor 4K' I'm trying to get "DeckLink Mini Monitor 4K" to work with ffmpeg but it doesn't seem to be detected by ffmpeg. When I run "ffmpeg -f decklink -list_devices 1 -i dummy" I can only see the micro card!

[FFmpeg-user] NDI find source by IP

2018-07-29 Thread Mustafa Al Ani
Hi, Is there any way to be able to find NDI sources by IP on a different subnet? according to this https://support.newtek.com/hc/en-us/articles/218109477-NDI-Discovery-and-Registration it should be possible to access NDI sources from different network. /Mustafa