Hi,
We’re using Wowza to stream from some very long mp3 files (24 hours).
When we skip in these files, the timing is slightly off (consistently about 0.137 sec/minute). This seems to be an issue with ffmpeg, since the behaviour is the same using ffmpeg from the command line. So we want to skip in the stream by actually rendering the output and going there.
We tried setting the “seekTarget” property to “enhanced”, since we understood that that should be the effect of that setting. But it seems to have no effect.
diff --git a/wowza_vhost_cosound/conf/chaos/Application.xml b/wowza_vhost_cosound/conf/chaos/Application.xml
index f25382a..e2cee71 100644
--- a/wowza_vhost_cosound/conf/chaos/Application.xml
+++ b/wowza_vhost_cosound/conf/chaos/Application.xml
@@ -38,6 +38,10 @@
<LiveStreamPacketizers></LiveStreamPacketizers>
<!-- Properties defined here will override any properties defined in conf/Streams.xml for any streams types loaded by this application -->
<Properties>
+ <Property>
+ <Name>seekTarget</Name>
+ <Value>enhanced</Value>
+ </Property>
</Properties>
</Streams>
<Transcoder>
Is there some way we can get exact skipping in mp3-streams in Wowza?
Thank you.
Best,
Kåre