Codementor Events

Wowza: How to specify start time and duration

Published Oct 10, 2017Last updated Oct 11, 2017

VOD
use wowzaplaystart and wowzaplayduration

Adobe HDS
http://[wowza-ip-address]:1935/vod/mp4:sample.mp4/manifest.f4m?wowzaplaystart=30000&wowzaplayduration=40000

Apple HLS
http://[wowza-ip-address]:1935/vod/mp4:sample.mp4/playlist.m3u8?wowzaplaystart=30000&wowzaplayduration=40000

MPEG-DASH
http://[wowza-ip-address]:1935/vod/mp4:sample.mp4/manifest.mpd?wowzaplaystart=30000&wowzaplayduration=40000

Smooth Streaming
http://[wowza-ip-address]:1935/vod/mp4:sample.mp4/Manifest?wowzaplaystart=30000&wowzaplayduration=40000

nDVR
use wowzadvrplayliststart and wowzadvrplaylistduration

Adobe HDS
http://[wowza-ip-address]:1935/dvr/myStream/manifest.f4m?DVR&wowzadvrplayliststart=60000&wowzadvrplaylistduration=300000

Apple HLS
http://[wowza-ip-address]:1935/dvr/myStream/playlist.m3u8?DVR&wowzadvrplayliststart=60000&wowzadvrplaylistduration=300000

MPEG-DASH
http://[wowza-ip-address]:1935/dvr/myStream/manifest.mpd?DVR&wowzadvrplayliststart=60000&wowzadvrplaylistduration=300000

Smooth Streaming
http://[wowza-ip-address]:1935/dvr/myStream/Manifest?DVR&wowzadvrplayliststart=60000&wowzadvrplaylistduration=300000

SMIL
<video begin="30.0" dur="40.0" src="mp4:sample.mp4" system-bitrate="450000">

Discover and read more posts from Patrick Buranasanti
get started
post commentsBe the first to share your opinion
Show more replies