Hi there … I’ve an issue with DVR on some devices that don’t support query strings on HLS urls. As getting firmware upgraded by vendor will take long, I’m wondering if there’s any way to play with AliasMapping to hide the querystring (I couldn’t figure if it’s possible)
So, basically, we play once in a while extract of DVR recordings under the form of
http://[wowza_ip]:port/[app]/[stream_name]/playlist.m3u8?dvr&u1=xxxxx&u2=xxxxx where u1 and u2 are utc values for the extraction of content. We are using our own delegate for that
As I said, some devices don’t accept the querystrings after “.m3u8”
Is there any alias mapping to translate a regular call to use querystrings in the back?
for instance
http://[wowza_ip]:port/[app]/[no_query_stream]/playlist.m3u8
which eventually opens
http://[wowza_ip]:port/[app]/[stream_name]/playlist.m3u8?dvr&u1=xxxxx&u2=xxxxx
Thanks