Custom url for video

@amir_chervinsky1
Below are 2 samples:
This one works
http://whitenblue.com/kaltura/ext2.html
This one doesn’t
http://whitenblue.com/kaltura/ext1.html
The only difference is that I removed one of the sources (and it doesn’t matter which one I remove, removing one of them cause this to work)

Well,

It is strange, it as if there is a length limit to the mediaProxy. The less attributes I set on each source, the more sources I can get:
http://whitenblue.com/kaltura/ext3.html

The limit is on the iframe request length. If you run http://whitenblue.com/kaltura/ext1.html?debugKalturaPlayer you will see an error in the console that jQuery is missing. This is since the iframe request length is larger than 2083 characters. If you add a link to jQuery in your head tag - the player loads. This should probably be fixed on the player side but should be a sufficient workaround for now.

Thanks It is working with the addition of jquery