mtoczko
mtoczko
I tested the stream without the audio track, it works fine. Probably a stream issue.
Hi @Conceptiks Can you share a sample stream? In the manifest file it should be `CODECS="avc1.64002a"` only video `CODECS="avc1.640020,mp4a.40.2"` video + audio
Hi @st24pl, Set the DVR with a short time window, this will keep the sequence after encoder restart. Probably the simplest solution.
I forgot that nimble has live2VOD by default :/
@robwalch Safari fills the gap with the last video frame. If the gap is in the first place, it takes the first frame of the next segment and extends the...
Hi @SivanA-Kaltura This will help you solve the problem https://github.com/video-dev/hls.js/blob/492a103cddc51e197211f619cb43a8da0ad5ba94/demo/main.js#L340-L376
Hi @pau-not-paul Unfortunately no.
Hi @pau-not-paul I stopped using this project. But thank you for the information.
@oscnord Your manifest passes without errors in mediastreamvalidator? Seem to me, it may contain errors. Below is an example from appla (AAC, AC-3, EC-3) `https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_ts/master.m3u8`
@oscnord ~~I have not found in the documentation that a group can have 2 codecs. Always in examples is one group = one codec.~~ > The manifest is generated by...