We have activated the adaptive bitrate and the DVR functionality on our Wowza server. We have implemented a tag video functionality on both VOD and Live videos. When a tag is created on a VOD file everything works fine. We are able to play only a part of the video (tagged by the user) by specifying parameters in the URL like this:
http://[wowza-server-url]/blizzard_vod/mp4:dome1_stream_de037829-576e-4e0c-aa4d-8a52e21dcf86.mp4/playlist.m3u8?wowzaplaystart=1308000&wowzaplayduration=30000
Where the parameter wowzaplaystart specifies from what millisecond to start the video and the parameter wowzaplayduration specifies the video duration. This is how our tag works.
Problem comes when we want to tag a live event and see the tag during the event is still live.
The URL for playing a tag when the event is still live look like this:
http://[wowza-server-url]/blizzard_live/smil:dome2.smil/playlist.m3u8?wowzaplaystart=797000&wowzaplayduration=30000&DVR
During live events we play SMIL file that handles the adaptive bitrate. Because of that, the parameters that we provide no longer "cut" the video at the specified time. The DVR option is enabled and gives us the ability to play, pause, rewind the video even if it is streamed live.
Does anyone know what URL parameters to provide to the SMIL file to play it at specific time?
VOD use wowzaplaystart and wowzaplayduration
Adobe HDS
Apple HLS
MPEG-DASH
Smooth Streaming
nDVR use wowzadvrplayliststart and wowzadvrplaylistduration
Adobe HDS
Apple HLS
MPEG-DASH
Smooth Streaming
SMIL
source: http://blog.iiwn.live/2015/11/wowza-how-to-specify-start-time-and.html