Re: [FFmpeg-user] My rtmp stream can't play by web,any suggestion?

2018-11-08 Thread Nikhil Yadav
RTMP is proprietary solution of Adobe and can be played using flash player. There are some web players which are not free but are cheap. You can use JWPlayer Alternatively you can use Clappr player with RTMP plugin On Fri, Nov 9, 2018, 8:01 AM zhangkai.gis wrote: > Hi, > I publish a rtmp s

[FFmpeg-user] My rtmp stream can't play by web,any suggestion?

2018-11-08 Thread zhangkai.gis
Hi, I publish a rtmp stream on intenet.I can play it with vlc.But I can't play it with video.js,howerver other public rtmp stream the video.js can play.which web player do you use?any suggestions? Many thanks, zhangkai ___ ffmpeg-user mailing list f

Re: [FFmpeg-user] can't reorder streams and concatenate vob's

2018-11-08 Thread Nicolas George
sean darcy (2018-11-08): > Ok. So is it possible to concatenate 2 vob's where the audio and video don't > have the same stream numbers ? VOB do not have stream numbers (FFmpeg is inventing them on the fly), so the question does not make any sense. > for input in *.VOB ; do > ffmpeg -i $input -c

Re: [FFmpeg-user] can't reorder streams and concatenate vob's

2018-11-08 Thread sean darcy
On 11/8/18 1:59 PM, Nicolas George wrote: sean darcy (2018-11-08): I'm trying to reorder streams in a VOB. Not possible: the streams in a VOB are not ordered. This is not a limitation of FFmpeg, this is a property of the format. Regards, Ok. So is it possible to concatenate 2 vob's where t

Re: [FFmpeg-user] can't reorder streams and concatenate vob's

2018-11-08 Thread Nicolas George
sean darcy (2018-11-08): > I'm trying to reorder streams in a VOB. Not possible: the streams in a VOB are not ordered. This is not a limitation of FFmpeg, this is a property of the format. Regards, -- Nicolas George signature.asc Description: Digital signature __

[FFmpeg-user] can't reorder streams and concatenate vob's

2018-11-08 Thread sean darcy
I'm trying to reorder streams in a VOB. ffprobe old-B.VOB .. Input #0, mpeg, from 'old-B.VOB': Duration: 00:03:30.02, start: 0.50, bitrate: 8112 kb/s Stream #0:0[0x80]: Audio: ac3, 48000 Hz, mono, fltp, 384 kb/s Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv,

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Carl Eugen Hoyos
2018-11-08 14:12 GMT+01:00, Reindl Harald : > > > Am 08.11.18 um 14:09 schrieb Carl Eugen Hoyos: >> 2018-11-08 13:56 GMT+01:00, Reindl Harald : >>> >>> >>> Am 08.11.18 um 13:46 schrieb Carl Eugen Hoyos: 2018-11-08 13:43 GMT+01:00, Reindl Harald : > to not waste everybodys time? I

Re: [FFmpeg-user] Blocking frames with -acodec aac

2018-11-08 Thread Carl Eugen Hoyos
2018-11-08 14:17 GMT+01:00, Tato Rocker : > I am making video conversions from .avi to .mp4. After updating the linux > kernel I can not use the library "libfaac" otherwise I am using the option > "-acodec aac -strict experimental" that works in most cases, but there are > certain videos that are

[FFmpeg-user] Blocking frames with -acodec aac

2018-11-08 Thread Tato Rocker
I am making video conversions from .avi to .mp4. After updating the linux kernel I can not use the library "libfaac" otherwise I am using the option "-acodec aac -strict experimental" that works in most cases, but there are certain videos that are blocked in a frame. I'm looking for an alternative

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Paul B Mahol
On 11/8/18, Paul B Mahol wrote: > On 11/8/18, Reindl Harald wrote: >> >> >> Am 08.11.18 um 13:45 schrieb Carl Eugen Hoyos: >>> 2018-11-08 13:35 GMT+01:00, Reindl Harald : >>> > PS: There is no release support on this mailing list, release support > may exist on the bug tracker of your dis

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Reindl Harald
Am 08.11.18 um 14:09 schrieb Carl Eugen Hoyos: > 2018-11-08 13:56 GMT+01:00, Reindl Harald : >> >> >> Am 08.11.18 um 13:46 schrieb Carl Eugen Hoyos: >>> 2018-11-08 13:43 GMT+01:00, Reindl Harald : to not waste everybodys time? >>> >>> I may miss something but so far I had the impression that

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Carl Eugen Hoyos
2018-11-08 13:56 GMT+01:00, Reindl Harald : > > > Am 08.11.18 um 13:46 schrieb Carl Eugen Hoyos: >> 2018-11-08 13:43 GMT+01:00, Reindl Harald : >>> to not waste everybodys time? >> >> I may miss something but so far I had the impression that you >> were wasting everybody's time by making untested c

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Paul B Mahol
On 11/8/18, Reindl Harald wrote: > > > Am 08.11.18 um 13:45 schrieb Carl Eugen Hoyos: >> 2018-11-08 13:35 GMT+01:00, Reindl Harald : >> PS: There is no release support on this mailing list, release support may exist on the bug tracker of your distribution >>> >>> I AM the distribution >>

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Reindl Harald
Am 08.11.18 um 13:46 schrieb Carl Eugen Hoyos: > 2018-11-08 13:43 GMT+01:00, Reindl Harald : >> to not waste everybodys time? > > I may miss something but so far I had the impression that you > were wasting everybody's time by making untested claims in > your original mail. did i? where? that

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Carl Eugen Hoyos
2018-11-08 13:43 GMT+01:00, Reindl Harald : > to not waste everybodys time? I may miss something but so far I had the impression that you were wasting everybody's time by making untested claims in your original mail. Carl Eugen ___ ffmpeg-user mailing l

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Reindl Harald
Am 08.11.18 um 13:45 schrieb Carl Eugen Hoyos: > 2018-11-08 13:35 GMT+01:00, Reindl Harald : > >>> PS: There is no release support on this mailing list, release support >>> may exist on the bug tracker of your distribution >> >> I AM the distribution > > Then please start with fixing your confi

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Carl Eugen Hoyos
2018-11-08 13:35 GMT+01:00, Reindl Harald : >> PS: There is no release support on this mailing list, release support >> may exist on the bug tracker of your distribution > > I AM the distribution Then please start with fixing your configure line, you know that it contains several issues that make

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Reindl Harald
Am 08.11.18 um 13:33 schrieb Paul B Mahol: > On 11/8/18, Reindl Harald wrote: >> >> Am 08.11.18 um 13:24 schrieb Paul B Mahol: >>> On 11/8/18, Reindl Harald wrote: that worked over many years now and with 4.1 "[mp4 @ 0x5618adfe4b80] Could not find tag for codec mpeg4 in stream #0, cod

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Reindl Harald
6/9,pad=480:270:0:2:00' -async '1' -f 'mp4' -codec:v 'mpeg4' -codec:a 'aac' -strict 'experimental' -cutoff '15000' -vtag 'xvid' -threads '4' -metadata 'creation_time=2018-11-08T13:13:16' '/mnt/data/auto

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Paul B Mahol
On 11/8/18, Reindl Harald wrote: > > Am 08.11.18 um 13:24 schrieb Paul B Mahol: >> On 11/8/18, Reindl Harald wrote: >>> that worked over many years now and with 4.1 "[mp4 @ 0x5618adfe4b80] >>> Could not find tag for codec mpeg4 in stream #0, codec not currently >>> supported in container" >> >> P

Re: [FFmpeg-user] Check the real video file container and the correctnes of meta structures

2018-11-08 Thread Carl Eugen Hoyos
2018-11-08 6:21 GMT+01:00, Ben : > Assume I got a video file "asample.mkv" > > The extension indicates that this is a Video+Audio in a Matroska container. No. (In the sense of: It may indicate this for a human being, FFmpeg tries to ignore the extension.) > But I doubt this is really the case. I

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Carl Eugen Hoyos
2018-11-08 13:21 GMT+01:00, Reindl Harald : > that worked over many years now and with 4.1 "[mp4 @ 0x5618adfe4b80] > Could not find tag for codec mpeg4 in stream #0, codec not currently > supported in container" > > /usr/local/bin/ffmpeg -hide_banner -i > '/mnt/data/autotest/parts/ffmpeg/demo.mp4'

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Reindl Harald
Am 08.11.18 um 13:24 schrieb Paul B Mahol: > On 11/8/18, Reindl Harald wrote: >> that worked over many years now and with 4.1 "[mp4 @ 0x5618adfe4b80] >> Could not find tag for codec mpeg4 in stream #0, codec not currently >> supported in container" > > Probably because it was never valid? bla..

Re: [FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Paul B Mahol
On 11/8/18, Reindl Harald wrote: > that worked over many years now and with 4.1 "[mp4 @ 0x5618adfe4b80] > Could not find tag for codec mpeg4 in stream #0, codec not currently > supported in container" Probably because it was never valid? ___ ffmpeg-user

[FFmpeg-user] -vtag 'xvid' broken in 4.1

2018-11-08 Thread Reindl Harald
that worked over many years now and with 4.1 "[mp4 @ 0x5618adfe4b80] Could not find tag for codec mpeg4 in stream #0, codec not currently supported in container" /usr/local/bin/ffmpeg -hide_banner -i '/mnt/data/autotest/parts/ffmpeg/demo.mp4' -y -vb '448k' -ab '96k' -bt '64k' -maxrate '544k' -ar '

[FFmpeg-user] FFServer simple source code for RTSP streamer

2018-11-08 Thread Harshil Makwana
Hi All, I am using ffmpeg 3.4 release for encoding purpose, and I have seen that it is the last release which contains ffserver. I want to use ffserver on my ARM based board, and I want to customise it, I have searched a lot on net, but can not find any sample code of ffserver which can be used o