Open spuzirev opened 11 years ago
Sorry, I can't help you with it.
Okay, can you provide any "right" HLS-translation which is working correctly with your player for testing purposes, to prevent server bugs?
It has been tested with commercial erlyvideo.
i'm same too.
too often "buffering"
pls fix it it's a big bug..
Hi.
I've tried to use your hls flash player with nginx-rtmp-module and I have following stranges in player's behavior.
I use 15-seconds chunks. Playlist looks like
EXTM3U
EXT-X-TARGETDURATION:15
EXT-X-MEDIA-SEQUENCE:1
EXTINF:15,
stream-1.ts
EXTINF:15,
stream-2.ts
EXTINF:15,
stream-3.ts
1) I see start picture with a latency about 10 seconds after opening the page, but the network connection is extemely fast, every chunk is downloading abot 300 ms. 2) I see "Buffering" bar too often, every 10-15 seconds. I thought that it is because my CPU usage is too high, but cpu %us is about 5%. 3) During playing the chunk 3-5 first seconds plays normally, but after that speed of playing decreases dramatically, I have about 3-5 fps.
My translation is open for the world, you can recieve it by playlist http://131.117.218.24/hls/stream.m3u8 .
Other hls player (for example, iPhone's built-in player or ffplay or VLC) plays this stream correctly.
Please, help.