[FFmpeg-user] Problem with FFmpeg, xTeVe, Plex

2022-02-28 Thread pamusw...@bluewin.ch
Hi I hope you can help me. Sorry for my bad english. I have a Qnap NAS, on this is insalled FFmepg, xTeVe and Plex. I try to see IPTV Streams on Plex. Here the log file from xTeVe: __ 2022-02-28 21:57:42 [xTeVe] Buffer:

Re: [FFmpeg-user] problem with ffmpeg -c copy from pipe

2019-04-21 Thread Ivan Kirillov
ty, this is exactly what i need 21.04.2019 10:01, DopeLabs пишет: On Apr 20, 2019, at 10:24 37PM, Ivan Kirillov wrote: im trying to rip my stream with streamlink and then send it to my local rtmp server by using |streamlink https://www.twitch.tv/mytwitch best -O | ffmpeg -i pipe: -c copy -

Re: [FFmpeg-user] problem with ffmpeg -c copy from pipe

2019-04-21 Thread DopeLabs
> On Apr 20, 2019, at 10:24 37PM, Ivan Kirillov wrote: > > im trying to rip my stream with streamlink and then send it to my local rtmp > server by using > > |streamlink https://www.twitch.tv/mytwitch best -O | ffmpeg -i pipe: -c copy > -f flv rtmp://127.0.0.1/live| > try this ffmpeg -i "

Re: [FFmpeg-user] problem with ffmpeg -c copy from pipe

2019-04-20 Thread DopeLabs
> On Apr 20, 2019, at 10:24 37PM, Ivan Kirillov wrote: > > im trying to rip my stream with streamlink and then send it to my local rtmp > server by using > > |streamlink https://www.twitch.tv/mytwitch best -O | ffmpeg -i pipe: -c copy > -f flv rtmp://127.0.0.1/live| > im not familiar wit

[FFmpeg-user] problem with ffmpeg -c copy from pipe

2019-04-20 Thread Ivan Kirillov
im trying to rip my stream with streamlink and then send it to my local rtmp server by using |streamlink https://www.twitch.tv/mytwitch best -O | ffmpeg -i pipe: -c copy -f flv rtmp://127.0.0.1/live| im geting an error |error: Error when writing to output: [Errno 32] Broken pipe, exiting| w

[FFmpeg-user] Problem with ffmpeg

2018-07-21 Thread JD
I tried to use latest youtube-dl to download a wild animals video, and I got the following error message: https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled. youtube-dl invokes ffmpeg like this: ffmpeg command line: ffmpeg -y -loglevel verbose -headers

Re: [FFmpeg-user] Problem with ffmpeg and an onvif camera (Up!)

2018-04-23 Thread Denis
Finally we have purchase another type of video camera. In data giovedì 19 aprile 2018 11:41:14 CEST, Carl Eugen Hoyos ha scritto: > 2018-04-18 22:44 GMT+02:00, Denis : > > To test the video camera with ffmpeg I'm using this command line: > > ./ffmpeg -loglevel 99 -i rtsp://admin:admin@172.30.153

Re: [FFmpeg-user] Problem with ffmpeg and an onvif camera (Up!)

2018-04-20 Thread Denis
The row command ./ffmpeg -rtsp_transport tcp -loglevel 99 -i rtsp:// admin:admin@172.30.153.33:554/1 a.avi And here the output http://www.denisgottardello.it/ffmpeg2.log A little part of the output Guessed Channel Layout for Input Stream #0.1 : mono Input #0, rtsp, from 'rtsp://admin:admin@172.30

Re: [FFmpeg-user] Problem with ffmpeg and an onvif camera

2018-04-19 Thread Denis
The row command ./ffmpeg -rtsp_transport tcp -loglevel 99 -i rtsp://admin:admin@172.30.153.33:554/1 a.avi And here the output http://www.denisgottardello.it/ffmpeg2.log A little part of the output Guessed Channel Layout for Input Stream #0.1 : mono Input #0, rtsp, from 'rtsp://admin:admin@172.30

Re: [FFmpeg-user] Problem with ffmpeg and an onvif camera

2018-04-19 Thread Carl Eugen Hoyos
2018-04-18 22:44 GMT+02:00, Denis : > To test the video camera with ffmpeg I'm using this command line: > ./ffmpeg -loglevel 99 -i rtsp://admin:admin@172.30.153.33:554/1 a.avi > > The output it very big No. Please test with -rtsp_transport tcp Do not top-post here, Carl Eugen _

Re: [FFmpeg-user] Problem with ffmpeg and an onvif camera

2018-04-18 Thread Denis
Perfect. Using vlc with a Debian 9 machine I can watch an onvif video camera. Using the latest ffmpeg from git I can't watch the same video camera. To test the video camera with ffmpeg I'm using this command line: ./ffmpeg -loglevel 99 -i rtsp://admin:admin@172.30.153.33:554/1 a.avi The output i

Re: [FFmpeg-user] Problem with ffmpeg command when recording live streams

2017-04-28 Thread Moritz Barsnick
On Fri, Apr 28, 2017 at 15:28:49 +, Yanet Giuse wrote: > ffmpeg version N-81709-g492259c Copyright (c) 2000-2016 the FFmpeg developers This is six months old. Please always try laster git master, or at least something very recent. >   configuration: --enable-gpl --enable-libx264 --enable-shar

Re: [FFmpeg-user] Problem with ffmpeg command when recording live streams

2017-04-28 Thread Yanet Giuse
Thank you for your response, Ive tried a lot of different parameters. for the command line: ffmpeg -i rtsp://admin:admin@192.168.32.228:554/live -c:v copy -movflags +faststart -f mp4 /home/equipoprueba/Desktop/outfile.mp4 The result is ffmpeg version N-81709-g492259c Copyright (c) 2000-2016 the

Re: [FFmpeg-user] Problem with ffmpeg command when recording live streams

2017-04-28 Thread DopeLabs
Have you tried a stream copy or only encoding the audio to mp3/aac since the video looks like its already in h264? Stream copy video and re-encode audio ffmpeg -I rtsp:/ip -c:v copy -c:a mp3 -b:a 128k -movflags +faststart -f mp4 outfile.mp4 > On Apr 28, 2017, at 6:12 24AM, Yanet Giuse > wr

[FFmpeg-user] Problem with ffmpeg command when recording live streams

2017-04-28 Thread Yanet Giuse
Hello!I am trying to record a live rtsp stream and save videos locally using ffmpeg, but i cant.This stream is a camera, and Ive tested the video stream in VLC. It works. First, the ffplay command (ffplay rtsp://ip ) returns [rtsp @ 0x7fa574009280] UDP timeout, retrying with TCP   0B f=0/0    [rt

Re: [FFmpeg-user] Problem with ffmpeg-3.2.4

2017-04-13 Thread Pierre Delmas
Thank you I didn't see the last line in documentation Promise next time I will publish on the right list. Thank you very much, Best regards, DELMAS P Le 13/04/2017 à 12:23, Cley Faye a écrit : > 2017-04-13 11:18 GMT+02:00 Pierre Delmas < > pierre.del...@centrale-marseille.fr>: > >> How to r

Re: [FFmpeg-user] Problem with ffmpeg-3.2.4

2017-04-13 Thread Cley Faye
2017-04-13 11:18 GMT+02:00 Pierre Delmas < pierre.del...@centrale-marseille.fr>: > > How to replace avcodec_decode_video2 in the version ffmpeg-3.2.4 ? ​Two things. First, this is not the right list for this kind of questions; https://lists.ffmpeg.org/mailman/listinfo/libav-user/ is probably a

[FFmpeg-user] Problem with ffmpeg-3.2.4

2017-04-13 Thread Pierre Delmas
Hello, I need a little help. Currently I'm doing a research project in which I use ffmpeg. For that project I need to extract motion vectors so I looked on the web for solution and found the use of AVMotionVector (like in file frame.cpp) but with that method I get a segfault so I looked for the

Re: [FFmpeg-user] Problem with ffmpeg installation

2016-08-23 Thread Reindl Harald
Am 18.08.2016 um 07:57 schrieb Chandra Shaker Balure: Dear sir, I am facing problem with ffmpeg installation. I have downloaded the ffmpeg from the website https://www.ffmpeg.org/download.html and tried installing using ./configure, but it fails, and throws an error, i.e. If you think configu

Re: [FFmpeg-user] Problem with ffmpeg installation

2016-08-23 Thread Nicolas George
Le duodi 2 fructidor, an CCXXIV, Chandra Shaker Balure a écrit : > I would like to know if have any solution to this. I am not able to figure > out the workaround to resolve this issue. Try reading the paragraph you quoted from configure's output, for starters. Regards, -- Nicolas George si

[FFmpeg-user] Problem with ffmpeg installation

2016-08-23 Thread Chandra Shaker Balure
Dear sir, I am facing problem with ffmpeg installation. I have downloaded the ffmpeg from the website https://www.ffmpeg.org/download.html and tried installing using ./configure, but it fails, and throws an error, i.e. If you think configure made a mistake, make sure you are using the latest vers

Re: [FFmpeg-user] problem with FFMPEG and USB WEBCAM: max resolution

2016-06-18 Thread Carl Eugen Hoyos
Juan M. Anera gmail.com> writes: > ffmpeg version 3.0.2-2~bpo8+1 Please understand that generally only current FFmpeg git head is supported on this mailing list. > ffmpeg -y -f alsa -i hw:1 -i /dev/video0 -t 10 out12.avi This is missing -qscale 2 or -qscale 10 or -vb 2000 (which

[FFmpeg-user] problem with FFMPEG and USB WEBCAM: max resolution

2016-06-18 Thread Juan M. Anera
Hi all, I've spent so much time trying to figure out how this FFMPEG and their libraries work :( I have a RaspberryPi 2B and a Logitech USB Webcam. Here is the *input* from FFMPEG list from my /dev/video0: ffmpeg version 3.0.2-2~bpo8+1 Copyright (c) 2000-2016 the FFmpeg developers

Re: [FFmpeg-user] Problem with ffmpeg - Difference in duration time

2015-12-04 Thread Lou
On Fri, 4 Dec 2015 16:50:56 -0200 Ricardo Heyn Junior wrote: > Hello, > > I had to compile the qt-faststart and apply some permissions to www-data > execute the ffmpeg, now everything is working fine. > > Thanks for all! I don't see how qt-faststart is related to your original question, but yo

Re: [FFmpeg-user] Problem with ffmpeg - Difference in duration time

2015-12-04 Thread Ricardo Heyn Junior
Hello, I had to compile the qt-faststart and apply some permissions to www-data execute the ffmpeg, now everything is working fine. Thanks for all! 2015-12-03 11:56 GMT-02:00 Ricardo Heyn Junior : > Hello guys, > > I see that there is some things that I need to do first. I will keep you > info

Re: [FFmpeg-user] Problem with ffmpeg - Difference in duration time

2015-12-03 Thread Ricardo Heyn Junior
Hello guys, I see that there is some things that I need to do first. I will keep you informed. Thanks! 2015-12-02 18:34 GMT-02:00 Moritz Barsnick : > On Wed, Dec 02, 2015 at 17:26:20 -0200, Ricardo Heyn Junior wrote: > > I have two servers with ffmpeg installed correctly but one of them > > On

Re: [FFmpeg-user] Problem with ffmpeg - Difference in duration time

2015-12-02 Thread Moritz Barsnick
On Wed, Dec 02, 2015 at 17:26:20 -0200, Ricardo Heyn Junior wrote: > I have two servers with ffmpeg installed correctly but one of them One of them is quite old (1.0.x), even though from 2014: > ffmpeg version 1.0.10 Copyright (c) 2000-2014 the FFmpeg developers while the other is quite current: >

Re: [FFmpeg-user] Problem with ffmpeg - Difference in duration time

2015-12-02 Thread Lou
On Wed, 2 Dec 2015 17:26:20 -0200 Ricardo Heyn Junior wrote: > Hello everyone, > > I am new in ffmpeg, so please be kind. :) > > I have two servers with ffmpeg installed correctly but one of them, the > recently instalation shows me 01 second more in duration, as below: > > - Old server: > >

[FFmpeg-user] Problem with ffmpeg - Difference in duration time

2015-12-02 Thread Ricardo Heyn Junior
Hello everyone, I am new in ffmpeg, so please be kind. :) I have two servers with ffmpeg installed correctly but one of them, the recently instalation shows me 01 second more in duration, as below: - Old server: # ffmpeg -i media/test.mp4 ffmpeg version 1.0.10 Copyright (c) 2000-2014 the FFmpeg

Re: [FFmpeg-user] Problem with FFMPEG Live Stream Pushing

2015-07-24 Thread s00b4u .
Thank you. I updated my FFMPEG. Now it is: ffmpeg version N-73929-ga906e86 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04) configuration: --prefix=/home/shubhmoy/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/shubhmoy/

Re: [FFmpeg-user] Problem with FFMPEG Live Stream Pushing

2015-07-23 Thread Maxim Kozlov
And if you want to stream file use -re option before input. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Problem with FFMPEG Live Stream Pushing

2015-07-22 Thread Moritz Barsnick
Hi s, On Wed, Jul 22, 2015 at 13:49:20 +0530, s00b4u 4u wrote: > My FFMPEG configuration looks like this: > ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers > built on Jul 1 2014 12:08:44 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) > > If you like, I can send FFPROBE results of m

[FFmpeg-user] Problem with FFMPEG Live Stream Pushing

2015-07-22 Thread s00b4u 4u
Hi, I have an MP4 file which I want to push to my Wowza as Flash Live Stream. I am using following command for that: *ffmpeg -i "~/Videos/myvideo.mp4" -codec:v libx264 -vb 40 -g 60 -codec:a aac -ab 10 -ar 48000 -ac 2 -bsf:v h264_mp4toannexb -strict experimental -f flv rtmp://localhost:1

Re: [FFmpeg-user] Problem with ffmpeg

2015-07-13 Thread Carl Eugen Hoyos
Dennis Azevedo gmail.com> writes: > I'm trying this code: ffmpeg -re -i localFile.mp4 > -c copy -f flv rtmp://:1935/live/streamName Complete, uncut console output missing. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.o

[FFmpeg-user] Problem with ffmpeg

2015-07-13 Thread Dennis Azevedo
Hi there! I'm having a small problem while testing the functionalities of streaming with Ffmpeg using a wowza server. I'm using FFMPEG to create a live stream from a video file in my computer (just like the examples in your Streaming guide documentation). I've managed to send using a UDP, RTSP, et