Hi
I am trying to setup dynamic rtmp vod streaming using Wowza loadbalancer. Following instructions on Wowza Dynamic Load Balancing Add On, I have created a loadbalancer.smil using:
to pass the parameters of the URL to the src element.
The URL to this file takes the form:
http://[load-balancer-ip-address]:1935/redirect/[application-name]/loadbalancer.smil?assets=file1.mp4,file2.mp4&bitrates=2000000,800000.
The videos play fine and you can toggle between the 2 versions, however the HD toggle popup has the labels:
Auto
1953kbps
781kbps
Is there anyway I can pass further parameter arguments to the smil file to dynamically add titles to the assets, such as "HD" and "SD", replacing the current 1953kbps and 781kbps labels? I have tried label, title and name as arguments but they do not change what is currently displayed.
Thanks in advance
↧