WideVine DRM Sample Video Stream

code picture code · Sep 7, 2013 · Viewed 16.8k times · Source

I am interested in playing a WideVine protected video stream in my Samsung app for my Samsung TV. Does anyone know a free url to a sample widevine video stream I could use? Where would I be able to find these streams? Thank you.

Answer

ab77 picture ab77 · Sep 17, 2013

The only ones I could find are here: http://www.widevine.com/demo/index.html

Stream 1: http://commondatastorage.googleapis.com/wvmedia/sintel_main_720p_4br_tp.wvm

Stream 2: http://commondatastorage.googleapis.com/wvmedia/starz_main_720p_6br_tp.wvm

I've played these streams on a Windows PC, while running Wireshark and the player is certainly exchanging data over SSL with Widevine/Google's DRM service at staging.shibboleth.tv (216.239.32.27)

-- ab1