Prof. Madhava Menon on Legal Skills
<div class="xblock xblock-public_view xblock-public_view-vertical" data-course-id="course-v1:EBC+legal-skills+2019" data-init="VerticalStudentView" data-runtime-class="LmsRuntime" data-runtime-version="1" data-block-type="vertical" data-usage-id="block-v1:EBC+legal-skills+2019+type@vertical+block@23e5ec9e09e7401f856c0d5ee07b5b10" data-request-token="9b141636608b11ee887b0242ac12000a" data-graded="False" data-has-score="False">
<div class="vert-mod">
<div class="vert vert-0" data-id="block-v1:EBC+legal-skills+2019+type@azure_media_services+block@950da3c2c40f4d3eb9ff34b98205cb02">
<div class="xblock xblock-public_view xblock-public_view-azure_media_services" data-course-id="course-v1:EBC+legal-skills+2019" data-init="AzureMediaServicesBlock" data-runtime-class="LmsRuntime" data-runtime-version="1" data-block-type="azure_media_services" data-usage-id="block-v1:EBC+legal-skills+2019+type@azure_media_services+block@950da3c2c40f4d3eb9ff34b98205cb02" data-request-token="9b141636608b11ee887b0242ac12000a" data-graded="False" data-has-score="False">
<!--
Copyright (c) Microsoft Corporation. All Rights Reserved.
Licensed under the MIT license. See LICENSE file on the project webpage for details.
-->
<script>
var browser_protection_type = getPlayerType()
if ("Both" == "Both"){
if(browser_protection_type == 'AES'){
new_protection = $("source").attr('data-setup').replace("Both",browser_protection_type);
$("source").attr('data-setup', new_protection);
}else{
if ("Both" != '' && "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cm46bWljcm9zb2Z0OmF6dXJlOm1lZGlhc2VydmljZXM6Y29udGVudGtleWlkZW50aWZpZXIiOiJmOWE4NDkyNi1iZWQxLTQzM2EtOTYzYS02ZGZhZWIwMDRkNTIiLCJpc3MiOiJodHRwOi8vb3Blbi5lZHgub3JnLyIsImF1ZCI6InVybjp4YmxvY2stYXp1cmUtbWVkaWEtc2VydmljZXMiLCJleHAiOjE4NzA5NDM2MDEsIm5iZiI6MTU1NTMyNDEwMX0.h8HsbmvHUgrkx1RYn8F99PXKT-eZYMWq8DTb40Urpdw" != '' && "https://ebclearning.streaming.mediaservices.windows.net/ca0e5fd1-cfd2-473a-abc4-a831ef39b0eb/mm_01_q.ism/manifest" != '') {
new_protection = $("source").attr('data-setup').replace("Both", browser_protection_type);
new_token = new_protection.replace("eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cm46bWljcm9zb2Z0OmF6dXJlOm1lZGlhc2VydmljZXM6Y29udGVudGtleWlkZW50aWZpZXIiOiJmOWE4NDkyNi1iZWQxLTQzM2EtOTYzYS02ZGZhZWIwMDRkNTIiLCJpc3MiOiJodHRwOi8vb3Blbi5lZHgub3JnLyIsImF1ZCI6InVybjp4YmxvY2stYXp1cmUtbWVkaWEtc2VydmljZXMiLCJleHAiOjE4NzA5NDM2MDEsIm5iZiI6MTU1NTMyNDEwMX0.h8HsbmvHUgrkx1RYn8F99PXKT-eZYMWq8DTb40Urpdw", "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cm46bWljcm9zb2Z0OmF6dXJlOm1lZGlhc2VydmljZXM6Y29udGVudGtleWlkZW50aWZpZXIiOiJmMjRiYzY1ZC0xZTEyLTRhZGEtYTRhMy0wNjUzYjFhMTkzOGEiLCJpc3MiOiJodHRwOi8vb3Blbi5lZHgub3JnLyIsImF1ZCI6InVybjp4YmxvY2stYXp1cmUtbWVkaWEtc2VydmljZXMiLCJleHAiOjE4NzA5NDM2NDUsIm5iZiI6MTU1NTMyNDE0NX0.5gpeb4ruixFRPjMlx4eMz7egSZaCO8dc7a7BlCs0RqI");
new_video_url = $("source").attr('src').replace("https://ebclearning.streaming.mediaservices.windows.net/ca0e5fd1-cfd2-473a-abc4-a831ef39b0eb/mm_01_q.ism/manifest", "https://ebclearning.streaming.mediaservices.windows.net/29a8045e-d9a3-46a3-ac69-2b8f7f94a808/mm_01_q.ism/manifest");
$("source").attr('data-setup', new_token);
$("source").attr('src', new_video_url);
}
}
}else if("Both" == "DRM" || "Both" == "Widevine" || "Both" == "PlayReady" || "Both" == "FairPlay"){
new_protection = $("source").attr('data-setup').replace("Both",browser_protection_type);
$("source").attr('data-setup', new_protection);
}
function getPlayerType() {
var is_chrome = navigator.userAgent.indexOf('Chrome') > -1;
var is_edge = navigator.userAgent.indexOf('Edge') > -1;
var is_firefox = navigator.userAgent.indexOf('Firefox') > -1;
var is_safari = navigator.userAgent.indexOf("Safari") > -1;
var is_opera = navigator.userAgent.toLowerCase().indexOf("op") > -1;
var playerType = "AES";
if ((is_chrome) && (is_safari)) {
is_safari = false;
}
if ((is_chrome) && (is_opera)) {
is_chrome = false;
}
if ((is_chrome) && (is_edge)) {
is_chrome = false;
}
var webkit = /WebKit/.test(navigator.userAgent);
var opera = window.opera && window.opera.buildNumber;
var ie = !webkit && !opera && (/MSIE/gi).test(navigator.userAgent) && (/Explorer/gi).test(nav.appName);
ie = ie && /MSIE (\w+)\./.exec(userAgent)[1];
var ie11 = navigator.userAgent.indexOf('Trident/') != -1 && (navigator.userAgent.indexOf('rv:') != -1 || navigator.appName.indexOf('Netscape') != -1) ? 11 : false;
var is_explorer = ie || ie11;
if (is_chrome || is_firefox) {
playerType = "Widevine";
}
else if (is_edge || is_explorer) {
playerType = "PlayReady";
}
else if (is_safari) {
playerType = "AES";
}
return playerType;
}
</script>
<div class="xmodule_display xmodule_VideoModule">
<h3 class="hd hd-2">1.1 Distinguish professional-legal education from general-legal education? (Madras High Court)</h3>
<div class="video closed">
<div class="tc-wrapper">
<div class="azuremediaplayer">
<input type="hidden" name="current_view" value="public" id="current_view_type">
<video class="amp-default-skin amp-big-play-centered video-wrapper" id="azuremediaplayer"
data-setup='{ "controls": true, "autoplay": false, "logo": {"enabled": false}, "height": 460,"techOrder": ["azureHtml5JS", "flashSS", "html5FairPlayHLS","silverlightSS", "html5"], "fluid": true,
"playbackSpeed": {
"enabled": true,
"speedLevels" : [
{"name": "2.0", "value": 2.0},
{"name": "1.75", "value": 1.75},
{"name": "1.5", "value": 1.5},
{"name": "1.25", "value": 1.25},
{"name": "Normal", "value": 1.0},
{"name": "0.75", "value": 0.75},
{"name": "0.5", "value": 0.5}
]
}
}'>
<source
src="https://ebclearning.streaming.mediaservices.windows.net/ca0e5fd1-cfd2-473a-abc4-a831ef39b0eb/mm_01_q.ism/manifest"
type="application/vnd.ms-sstr+xml"
data-setup='{"protectionInfo": [{"type": "Both", "authenticationToken": "Bearer=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cm46bWljcm9zb2Z0OmF6dXJlOm1lZGlhc2VydmljZXM6Y29udGVudGtleWlkZW50aWZpZXIiOiJmOWE4NDkyNi1iZWQxLTQzM2EtOTYzYS02ZGZhZWIwMDRkNTIiLCJpc3MiOiJodHRwOi8vb3Blbi5lZHgub3JnLyIsImF1ZCI6InVybjp4YmxvY2stYXp1cmUtbWVkaWEtc2VydmljZXMiLCJleHAiOjE4NzA5NDM2MDEsIm5iZiI6MTU1NTMyNDEwMX0.h8HsbmvHUgrkx1RYn8F99PXKT-eZYMWq8DTb40Urpdw"}]}'
/>
<track kind="subtitles" src="https://ebclearning.com/asset-v1:EBC+legal-skills+2019+type@asset+block@1.vtt" srclang="en" label="English" />
</video>
</div>
<div class="subtitles" data-transcript-url="https://ebclearning.com/asset-v1:EBC+legal-skills+2019+type@asset+block@1.vtt">
<div class="azure-media-player-toggle-button-style fa fa-quote-left toggleTranscript" role="button" aria-live="polite" tabindex="0" title="Transcript">
<span class="vjs-control-text">Toggle</span>
</div>
</div>
</div>
<ul class="wrapper-downloads">
</ul>
</div>
</div>
</div>
</div>
<div class="vert vert-1" data-id="block-v1:EBC+legal-skills+2019+type@html+block@75b4e975acf34ac5b843a7da03d375ab">
<div class="xblock xblock-public_view xblock-public_view-html xmodule_display xmodule_HtmlBlock" data-course-id="course-v1:EBC+legal-skills+2019" data-init="XBlockToXModuleShim" data-runtime-class="LmsRuntime" data-runtime-version="1" data-block-type="html" data-usage-id="block-v1:EBC+legal-skills+2019+type@html+block@75b4e975acf34ac5b843a7da03d375ab" data-request-token="9b141636608b11ee887b0242ac12000a" data-graded="False" data-has-score="False">
<script type="json/xblock-args" class="xblock-json-init-args">
{"xmodule-type": "HTMLModule"}
</script>
<p style="font-size: 16px;">To go to the next or previous unit use the Next or Previous buttons above and below each unit.</p>
<p style="font-size: 16px;"><img src="https://s3.ap-south-1.amazonaws.com/ebclearningdownloads/Next+Previous+button.png" alt="Next Previous buttons" width="600" height="140" type="saveimage" target="[object Object]" /></p>
</div>
</div>
</div>
<script type="text/javascript">
(function (require) {
require(['/static/js/dateutil_factory.a28baef97506.js?raw'], function () {
require(['js/dateutil_factory'], function (DateUtilFactory) {
DateUtilFactory.transform('.localized-datetime');
});
});
}).call(this, require || RequireJS.require);
</script>
<script>
function emit_event(message) {
parent.postMessage(message, '*');
}
</script>
</div>