Comment 3 for bug 1381930

Revision history for this message
Facundo Batista (facundo) wrote : Re: 7digital previews do not play in the scope

The URL is coming from the server is ok, like the one pointing James above, or this example:

  http://previews.7digital.com/clip/40202347?oauth_nonce=05780389&oauth_timestamp=1413816139&country=US&oauth_consumer_key=7d7e9ja2evm7&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=FVgXk5tzbSyyB6/g/78GO8REavA%3D

The problem is that at some point it's get mangled. See what unity8 logs in the device (unity8-dash.log):

  Setting media to: QUrl( "http://previews.7digital.com/clip/40202347?oauth_nonce=05780389&oauth_timestamp=1413816139&country=US&oauth_consumer_key=7d7e9ja2evm7&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=FVgXk5tzbSyyB6/g/78GO8REavA=" )

(pay extra attention to the last character in the URL)

Changing the project to unity8 as for Saviq recomendation in IRC.