Re: [FFmpeg-user] HLS - command line hls_segment_size creates problems in segments

2019-04-07 Thread Moritz Barsnick
On Sun, Apr 07, 2019 at 20:11:52 +0200, Moritz Barsnick wrote:
> I can open a ticket for you. I was already preparing to do so, but I'm
> in weekend recreation mode. ;-)

I have opened a trac ticket:
https://trac.ffmpeg.org/ticket/7831

I can add you to Cc: on the ticket if you wish.

Perhaps someone can find a workaround for you, e.g. by using some muxer
flags, but I have no idea.

Thanks,
Moritz
___
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] HLS - command line hls_segment_size creates problems in segments

2019-04-04 Thread Carl Eugen Hoyos
2019-04-05 1:05 GMT+02:00, Phantom Scripts :

> I hope that here I can get some response, I tried several
> means to have some help.

Just curious:
What did you try?

> I've been on this problem for several weeks.
>
> first I'll leave a link to a page with a player for the HLS video with the
> problem:
> http://phantsc.rf.gd/AAA/Bbb.html
> in this video, just in the second 7, a locking occurs
> this problem occurs in the transition from segment0.ts to segment1.ts
>
> I used this command
>
> ffmpeg.exe in.mp4 -vcodec copy -acodec aac -hls_list_size 0
> -hls_segment_size 1700 -f hls out.m3u8

Complete, uncut console output missing.

> I'm using ‘-hls_segment_size’ to have an ideal file size(1700 =  ~17MB)
> for each segment and get byte-ranges in the m3u8 file

And what does not work?

> I researched everything, and tried everything to not have this problem but
> it always happens the same thing.
> I think this is a bug from ffmpeg...
>
>
> What I'm trying to get is this:
>
>
>   1.  get segments (.ts) with sizes close to 17MB (-hls_segment_size was the
> ideal command)
>   2.  have an M3U8 file, with bytes ranges (using '-hls_segment_size' I also
> get byte-ranges)
>
>
>
> I'm looking at a way to cut my file in ideial size, and somehow get byte
> ranges to every 7 ~ 10 seconds, and create a custom m3u8 file (I do not know
> how to do it)

Why do you use hls_segment_size if you want a time segment?

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] HLS - command line hls_segment_size creates problems in segments

2019-04-04 Thread Phantom Scripts
Hello
I hope that here I can get some response, I tried several means to have some 
help.

I've been on this problem for several weeks.

first I'll leave a link to a page with a player for the HLS video with the 
problem:
http://phantsc.rf.gd/AAA/Bbb.html
in this video, just in the second 7, a locking occurs
this problem occurs in the transition from segment0.ts to segment1.ts

I used this command

ffmpeg.exe in.mp4 -vcodec copy -acodec aac -hls_list_size 0 -hls_segment_size 
1700 -f hls out.m3u8

I'm using ‘-hls_segment_size’ to have an ideal file size(1700 =  ~17MB) for 
each segment and get byte-ranges in the m3u8 file

I researched everything, and tried everything to not have this problem but it 
always happens the same thing.
I think this is a bug from ffmpeg...


What I'm trying to get is this:


  1.  get segments (.ts) with sizes close to 17MB (-hls_segment_size was the 
ideal command)
  2.  have an M3U8 file, with bytes ranges (using '-hls_segment_size' I also 
get byte-ranges)



I'm looking at a way to cut my file in ideial size, and somehow get byte ranges 
to every 7 ~ 10 seconds, and create a custom m3u8 file (I do not know how to do 
it)
___
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".