Re: [FFmpeg-user] FFMpeg stream audio problem

2019-12-10 Thread Csaba
Dear Moritz, Thank you for your help. I appreciate it. You wrote: > It is so incorrect that ffmpeg should trip over the two usage errors > and report them to you in a very obvious fashion. > Do you happen to be suppressing your output? I got the output with the following redirection commands:

Re: [FFmpeg-user] Dolby Vision

2019-12-10 Thread Carl Eugen Hoyos
Am Sa., 7. Dez. 2019 um 15:43 Uhr schrieb Mark Himsley : > There are some 4K Dolby Vision files around, like the one linked to > directly from this page of this site, which are not decoded with the > correct colours using git master head FFmpeg (compiled last weekend). > >

[FFmpeg-user] RTMP handshaking behind a proxy

2019-12-10 Thread Verachten Bruno
Hi there, I unfortunately have to stream from behind a proxy. It works on one of my machines thanks to redsocks. The RTMP handshake goes well, and I can stream to twitch or youtube. On another machine, with the same redsocks configuration, the handshake never finishes, be it with youtube or

Re: [FFmpeg-user] Dolby Vision

2019-12-10 Thread Mark Himsley
On Sun, 8 Dec 2019 at 10:03, Ted Park wrote: > > > When I play the file downloaded from that page on an VG 4K Dolby > > Vision capable TV it plays correctly with the right colours, but the > > colours are way wrong when decoded/converted with FFmpeg. > > > > Should I be expecting Dolby Vision

Re: [FFmpeg-user] aacDecoder_DecodeFrame() failed

2019-12-10 Thread Kung, Andreas
This time I use build in aac decoder instead of fdk. Sound mute, disappear after Continuity check failed for pid 257 expected 8 got 9 Carl Eugen Hoyos 於 2019年12月10日 週二 下午8:23寫道: > Am Di., 10. Dez. 2019 um 08:39 Uhr schrieb Kung, Andreas >: > > > > When I try to play this stream with

Re: [FFmpeg-user] aacDecoder_DecodeFrame() failed

2019-12-10 Thread Carl Eugen Hoyos
Am Di., 10. Dez. 2019 um 08:39 Uhr schrieb Kung, Andreas : > > When I try to play this stream with ffplay, many decode failed occurred. > > ffplay -infbuf -vn -acodec libfdk_aac > https://radio.mcu.edu.tw:8080/hls/a2/index.m3u8 > > > [mpegts @ 0x7f97028b7400] PES packet size mismatch sq=0B

Re: [FFmpeg-user] aacDecoder_DecodeFrame() failed

2019-12-10 Thread Moritz Barsnick
On Tue, Dec 10, 2019 at 15:31:37 +0800, Kung, Andreas wrote: > ffplay -infbuf -vn -acodec libfdk_aac > https://radio.mcu.edu.tw:8080/hls/a2/index.m3u8 > > [mpegts @ 0x7f97028b7400] PES packet size mismatch sq=0B f=0/0 > [libfdk_aac @ 0x7f96fe890600] aacDecoder_DecodeFrame() failed: 4007 >