Re: [FFmpeg-user] Beaglebone - streaming issue - lines in output (and if someone is good with Beaglebone live streaming P2P... please let me know...)

2019-10-07 Thread Philip Chisholm
Hi Carl

Thanks for info.
I am working on updated build with most current ffmpeg for Beaglebone board.
And will check again.

Cheers.

Phil



-Original Message-
From: ffmpeg-user  On Behalf Of Carl Eugen Hoyos
Sent: Friday, October 4, 2019 6:26 PM
To: FFmpeg user questions 
Subject: Re: [FFmpeg-user] Beaglebone - streaming issue - lines in output (and 
if someone is good with Beaglebone live streaming P2P... please let me know...)

Am Fr., 4. Okt. 2019 um 19:18 Uhr schrieb Philip Chisholm :

> debian@beaglebone:~$ ffmpeg -s 320x200 -r 10 -i /dev/video0 -c:v h264 
> -pix_fmt yuv420p -an -sn -preset ultrafast -tune zerolatency -r 30 -f 
> flv rtmp://165.22.232.61:1935/hls/movie

Should be "video_size" and "framerate" instead of "s" and "r".
(Doesn't matter for "s" iirc, can matter for "r".) More important (and sorry if 
you don't find this obvious):
Your command line does very different things and it is difficult for us to 
guess were the issue is - do you see the same problems with file output (and 
different options for v4l2)?

> ffmpeg version 3.2.14-1~deb9u1 Copyright (c) 2000-2019 the FFmpeg 
> developers

Please understand that only current FFmpeg git head is supported.

It seems very unlikely to me that FFmpeg produces the lines.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with 
subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Beaglebone - streaming issue - lines in output (and if someone is good with Beaglebone live streaming P2P... please let me know...)

2019-10-04 Thread Carl Eugen Hoyos
Am Fr., 4. Okt. 2019 um 19:18 Uhr schrieb Philip Chisholm :

> debian@beaglebone:~$ ffmpeg -s 320x200 -r 10 -i /dev/video0 -c:v h264 
> -pix_fmt yuv420p -an -sn -preset ultrafast -tune zerolatency -r 30 -f flv 
> rtmp://165.22.232.61:1935/hls/movie

Should be "video_size" and "framerate" instead of "s" and "r".
(Doesn't matter for "s" iirc, can matter for "r".)
More important (and sorry if you don't find this obvious):
Your command line does very different things and it is difficult for us
to guess were the issue is - do you see the same problems with
file output (and different options for v4l2)?

> ffmpeg version 3.2.14-1~deb9u1 Copyright (c) 2000-2019 the FFmpeg developers

Please understand that only current FFmpeg git head is supported.

It seems very unlikely to me that FFmpeg produces the lines.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".