[FFmpeg-user] hls & Continuity check failed

2017-07-03 Thread tasos
Hello. I'm using ffmpeg to get a stream(hls) and send it to a media server. After some time i keep getting the following error and the video will never be corrected(i mean i see no video at all). I have to restart ffmpeg. [mpegts @ 0x559c3a0] Continuity check failed for pid 4095

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread 桃源老師
Hello Moritz -san, > 2017/07/03 午後8:30、Moritz Barsnick のメール: > > Let us know how it goes... > 2017/07/03 午後9:58、桃源老師 のメール: > I'll report how this patch works after building... I have tested patched ffmpeg with the following command line: $ ffmpeg -i

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread 桃源老師
Hello, Sorry for careless miss!! > 2017/07/03 午後9:30、桃源老師 のメール: > >> Actually, you may require some of the other patches of that series >> (1..3 of 5) for this to work. > > I applied 5 of 5 patches. I have applied old 1/5 patch. Here's URL of patches:

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread 桃源老師
Hello Moritz -san, > 2017/07/03 午後8:30、Moritz Barsnick のメール: > > Basically, you could store the emails as text. A better choice in this > case is to take the patches off patchwork: > > https://patchwork.ffmpeg.org/patch/4151/ > https://patchwork.ffmpeg.org/patch/4149/ > >

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread Moritz Barsnick
On Mon, Jul 03, 2017 at 13:30:51 +0200, Moritz Barsnick wrote: > https://patchwork.ffmpeg.org/patch/4151/ > https://patchwork.ffmpeg.org/patch/4149/ Actually, you may require some of the other patches of that series (1..3 of 5) for this to work. Moritz

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread Moritz Barsnick
Hi Miya, On Mon, Jul 03, 2017 at 17:41:12 +0900, 桃源老師 wrote: > > http://ffmpeg.org/pipermail/ffmpeg-devel/2017-June/212956.html > > http://ffmpeg.org/pipermail/ffmpeg-devel/2017-June/212956.html > > Those two URL are same. Should I apply same patch? Oh sorry, I meant two different ones. > Yes

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread 桃源老師
Hello Moritz -san, Thanks for reply... > 2017/07/03 午後4:49、Moritz Barsnick のメール: > > On Mon, Jul 03, 2017 at 16:31:22 +0900, 桃源老師 wrote: >>> No idea, but have you *tried* doing this: >>> ffmpeg -i hev1.mp4 -c:copy -tag:v hvc1 hvc1.mp4 >> >> Here's the result: > [...] >> [mp4

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread Moritz Barsnick
On Mon, Jul 03, 2017 at 16:31:22 +0900, 桃源老師 wrote: > > No idea, but have you *tried* doing this: > > ffmpeg -i hev1.mp4 -c:copy -tag:v hvc1 hvc1.mp4 > > Here's the result: [...] > [mp4 @ 0x7febaa001c00] Tag hvc1 incompatible with output codec id '174' > ([35][0][0][0]) > Could not write header

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread 桃源老師
Hello Cley -san, Thanks for reply... > 2017/07/03 午後4:14、Cley Faye のメール: > > 2017-07-03 5:43 GMT+02:00 桃源老師 : > >> But if it is possible, I'd like to create hvc1 mp4 using ffmpeg only. Is >> it possible? >> > > ​No idea, but have you *tried* doing

Re: [FFmpeg-user] Create hvc1 mp4 with ffmpeg only

2017-07-03 Thread Cley Faye
2017-07-03 5:43 GMT+02:00 桃源老師 : > I also know that ffmpeg can produce hvc1 mov with the following command: > ffmpeg -i hev1.mp4 -c: copy -tag:v hvc1 hvc1.mov > > Above information (hvc1 with mov) was found by Googling: >