Hi there … I’m trying to record into Wowza DVR a live rtmp stream I’m pulling from Akamai (my source and Wowza corporate distribution connection have a big delay and was causing a lot of buffering and delay, so I’m trying to send it over CDN)
I’m actually able to repeat the stream live on Wowza. I’ve watched the stream for like an hour as a live stream with no problem while DVR is recording (http://wowzaip:1935/dvr/akamai.stream/manifest.f4m)
Now, the DVR recording is all full of gaps if I try to playback the same period I watched live (http://wowzaip:1935/dvr/akamai.stream/manifest.f4m?DVR)
On the logs, I can see a lot of following errors
WARN server comment - DvrStreamStoreBase.storeChunks[dvr/definst/akamai.stream/r
tmp.stream.0] : Skipping chunk. A/V packet times differ by 2613 ms, more than al
lowed 2000 ms. aTime=212992 vTime=210379
INFO server comment - LiveStreamDvrRecorder.endChunk[dvr/definst/akamai.stream]:
Skip chunk: a/v/k: packets: 186/149/0 durations: 3969/4972/-1
INFO server comment - DvrStreamStoreBase.storeChunks[dvr/definst/akamai.stream/r
tmp.stream.0] : Resetting dvr time from dvr:64637/pt:195464 to dvr:70070/pt:215
351/utc:1333641507978
WARN server comment - DvrStreamStoreBase.storeChunks[dvr/definst/akamai.stream/r
tmp.stream.0] : Skipping chunk. A/V durations differ by 3030 ms, more than allow
ed 2000 ms. aDuration=8001 vDuration=4971
INFO server comment - LiveStreamDvrRecorder.endChunk[dvr/definst/akamai.stream]:
Skip chunk: a/v/k: packets: 375/149/0 durations: 8001/4971/-1
WARN server comment - DvrStreamStoreBase.storeChunks[dvr/definst/akamai.stream/r
tmp.stream.0] : Skipping chunk. A/V packet times differ by 3699 ms, more than al
lowed 2000 ms. aTime=228992 vTime=225293
INFO server comment - LiveStreamDvrRecorder.endChunk[dvr/definst/akamai.stream]:
Skip chunk: a/v/k: packets: 189/149/0 durations: 4033/4972/-1
WARN server comment - DvrStreamStoreBase.storeChunks[dvr/definst/akamai.stream/r
tmp.stream.0] : Skipping chunk. A/V packet times differ by 2759 ms, more than al
lowed 2000 ms. aTime=233024 vTime=230265
INFO server comment - LiveStreamDvrRecorder.endChunk[dvr/definst/akamai.stream]:
Skip chunk: a/v/k: packets: 189/149/0 durations: 4033/4972/-1
what could be the cause of Wowza not able to record properly? is there a pre-buffering setting I could increase for this?
When I sent to Wowza a stream from my corporate encoder on same LAN, I’ve no problem. Is only when trying to repeat from the CDN. Again, repeating the live has no issues at all.
Thanks for any help