Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread Michael Shaffer
Hi, I'm not exactly sure what problem you're having. However I am streaming from IP cameras to youtube live. This is the command I'm using. Maybe this will help you.. c:\ffmpeg\bin\ffmpeg3.exe -re -rtsp_transport tcp -i "rtsp:// admin:admin@192.168.1.230:554/VideoInput/1/h264/1" -f lavfi -f dshow

Re: [FFmpeg-user] 453 Not enough bandwidth error

2018-07-13 Thread Michael Shaffer
I guess it could be youtube that is the problem. I'll try finding another streaming service and see if it works there. On Fri, Jul 13, 2018 at 3:49 PM, Michael Shaffer wrote: > It plays fine in VLC player at 1080p, but FFMPEG won't work. I've googled > this problem and only found one or two topi

Re: [FFmpeg-user] 453 Not enough bandwidth error

2018-07-13 Thread Michael Shaffer
It plays fine in VLC player at 1080p, but FFMPEG won't work. I've googled this problem and only found one or two topics. This is the stream I'm trying to get in to 1080p mode https://www.youtube.com/watch?v=jYzQWfIBXQo It's getting a lot of viewers, I wish I could get it to work in the higher reso

Re: [FFmpeg-user] How to compile ffmpeg on Android

2018-07-13 Thread Carl Eugen Hoyos
2018-07-13 21:10 GMT+02:00, Mohammed Bey Ahmed Khernache: > > Could you elaborate? >> The compiler by default generates binaries that do not run >> on Android? > > Yes, by default the compiler does not generate binaries that run > on Android. That's why I added in --cross-prefix=.. . I gave the >

Re: [FFmpeg-user] How to compile ffmpeg on Android

2018-07-13 Thread Carl Zwanzig
On 7/13/2018 12:10 PM, Mohammed Bey Ahmed Khernache wrote: As said, please do not top-post here Could you explain to me? I am not really a good english speaker. Check in Google? https://en.wikipedia.org/wiki/Posting_style#Top-posting Put your reply _below_ what you're answering, not above.

Re: [FFmpeg-user] How to compile ffmpeg on Android

2018-07-13 Thread Mohammed Bey Ahmed Khernache
> Could you elaborate? > The compiler by default generates binaries that do not run > on Android? Yes, by default the compiler does not generate binaries that run on Android. That's why I added in --cross-prefix=.. . I gave the path of the Android compiler, using Android NDK. > --enable-nonfree

Re: [FFmpeg-user] How to compile ffmpeg on Android

2018-07-13 Thread Carl Eugen Hoyos
2018-07-13 18:58 GMT+02:00, Mohammed Bey Ahmed Khernache : > Another question: why *ffplay* is not produced? > After ./configure ... > in the output, I found: > Programms: > ffmpegffprobe > > The command I run is: > PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_bu

Re: [FFmpeg-user] How to compile ffmpeg on Android

2018-07-13 Thread Carl Eugen Hoyos
2018-07-13 18:31 GMT+02:00, Mohammed Bey Ahmed Khernache : >> Why didn't you start with the configure line I provided (and tested)? >>>The following configure line works fine here: >>> $ ./configure --cross-prefix=../ndk-arm64-23/bin/aarch64-linux-android- >>> --sysroot=../ndk-arm64-23/sysroot --ar

Re: [FFmpeg-user] How to compile ffmpeg on Android

2018-07-13 Thread Mohammed Bey Ahmed Khernache
Another question: why *ffplay* is not produced? After ./configure ... in the output, I found: Programms: ffmpegffprobe The command I run is: PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --cross-prefix=../arm64-toolschains/bin/aar

Re: [FFmpeg-user] How to compile ffmpeg on Android

2018-07-13 Thread Mohammed Bey Ahmed Khernache
> Why didn't you start with the configure line I provided (and tested)? >>The following configure line works fine here: >> $ ./configure --cross-prefix=../ndk-arm64-23/bin/aarch64-linux-android- >> --sysroot=../ndk-arm64-23/sysroot --arch=arm64 --target-os=android T ​hat works fine. Thank you very

Re: [FFmpeg-user] PSNR measure

2018-07-13 Thread José María Infanzón
2018-07-12 21:52 GMT-03:00 Carl Eugen Hoyos : > 2018-07-13 2:39 GMT+02:00, José María Infanzón : > > Hi - I need to measure quality if a live stream, and I was > > thinking of measuring PSNR. So I was wondering how > > can I run this test since it is a live stream > > > I do not have a refence str

Re: [FFmpeg-user] DST/PST invalid dropping

2018-07-13 Thread Carl Eugen Hoyos
2018-07-13 8:11 GMT+02:00, Olivier : > $ ffmpeg -i /dev/video0 test.mp4 > ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg developers > built with FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) > (based on LLVM 4.0.0) > configuration: --prefix=/usr/local --mandir=/usr/local/m

Re: [FFmpeg-user] How to compile ffmpeg on Android

2018-07-13 Thread Carl Eugen Hoyos
2018-07-13 7:03 GMT+02:00, Mohammed Bey Ahmed Khernache : > I am doing cross-compilation. I am running on Ubuntu x86_64. > My target os is: android. > I used the script below: Why didn't you start with the configure line I provided (and tested)? Carl Eugen

Re: [FFmpeg-user] How to select audio stream in filter_complex with concat?

2018-07-13 Thread Dmitri
Aghh :) Thank you )) / Dmitri On Thu, 12 Jul 2018 at 17:26, Moritz Barsnick wrote: > On Thu, Jul 12, 2018 at 16:23:58 +0200, Dmitri wrote: > > I've also tried to add same file again and map it's audio stream, but it > > gives error: > > "Filter concat:out:a0 has an unconnected output" > > > > f

Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread Mohammed Sha
Yes.. You might need to use Pipe or FIFO as an input to ffmpeg.. On Fri, Jul 13, 2018 at 1:19 PM, zhangkai.gis wrote: > Hi, > Maybe I should use pipes as ffmpeg's input :) I still googling. > > 2018-07-13 > > zhangkai > > > From:"zhangkai.gis" > Date:2018-07-13 15:24 > Subject:Re: [FFmpeg-user]

Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread zhangkai.gis
Hi, Maybe I should use pipes as ffmpeg's input :) I still googling. 2018-07-13 zhangkai From:"zhangkai.gis" Date:2018-07-13 15:24 Subject:Re: [FFmpeg-user] how ffmpeg use network streaming as input? To:"FFmpeg user questions" Cc: Hi Mohammed , The H.264 frame is a buffer in my software

Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread zhangkai.gis
Hi Mohammed , The H.264 frame is a buffer in my software's memery.so I do not know how to call ffmpeg command use the frames as ffmpeg's input 2018-07-13 zhangkai From:Mohammed Sha Date:2018-07-13 20:45 Subject:Re: [FFmpeg-user] how ffmpeg use network streaming as input? To:"FFmpeg user

Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread Mohammed Sha
HI Zhangkai, You can make use of below format to push the h264 stream to rtmp server. ffmpeg -f h264 -i -an -vcodec copy -f flv rtmp:// On Fri, Jul 13, 2018 at 12:37 PM, zhangkai.gis wrote: > Hi, > I am a newbie to ffmpeg.I want ffmpeg to convert H.264 stream to > rtmp.I googled it.Bu

[FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread zhangkai.gis
Hi, I am a newbie to ffmpeg.I want ffmpeg to convert H.264 stream to rtmp.I googled it.But I always find regular file as ffmpeg's input.but my input is a stream,the stream is H.264's I frame,P frame.How can I use the stream as ffmpeg's input? PS: I have many device cameras.these camera