Open GoogleCodeExporter opened 8 years ago
Original comment by na...@google.com
on 18 Dec 2014 at 9:31
What is the stream bitrate / size of such 60 second segment?
Original comment by vadi...@google.com
on 7 Jan 2015 at 9:40
8Mb to 12Mb dependig on bitrate. Our max bitrate is 1600kbps - 1600 / 8 * 60 ~
12Mb.
Original comment by vichev.j...@gmail.com
on 9 Jan 2015 at 11:18
60 seconds * 1.5 MB/sec will put you over the size of the source buffer on
Chromecast:
https://code.google.com/p/chromium/codesearch#chromium/src/media/filters/source_
buffer_platform_lowmem.cc
Original comment by vadi...@google.com
on 12 Jan 2015 at 5:05
1600kbps != 1.5MB :) You have to devide it by 8 to make it in bytes. As i look
the code you pointed the buffer is 30MB, witch is 30 * 8 = 240mbit.
Original comment by vichev.j...@gmail.com
on 13 Jan 2015 at 8:12
I misread your description to say that you had a 12 Mb stream. Can you try
breaking your stream into smaller chunks, i.e. 5 or 10 seconds per segment?
Original comment by vadi...@google.com
on 13 Jan 2015 at 5:11
I have a lot of DVR, currently for 60 seconds chunks i have 1.5 million files.
So it's not practical to partition them in 10 seconds chunks. I'm researching
the option to make I-Frame playlists and range requests to larger chunks, which
will solve my problem.
Original comment by vichev.j...@gmail.com
on 15 Jan 2015 at 9:31
Issue 690 has been merged into this issue.
Original comment by na...@google.com
on 23 Nov 2015 at 9:36
Original issue reported on code.google.com by
vichev.j...@gmail.com
on 18 Dec 2014 at 8:41