로그인

  • 목록
  • 아래로
  • 위로
  • 쓰기
  • 검색

일반 모바일 사이트 제작용 디바이스별 플레이 소스

첨부 1


// page to top
$(document).ready(function() {
  $('.backtotop').click(function(){
    $('html, body').animate({scrollTop:0}, 'fast');
  ;});
;});


// open live
function openlive() {
  var browser = navigator.userAgent.toLowerCase();
 
  if (browser.indexOf('iphone')>= 0) {
    top.location.href = "http://도메인.com:1935/central/_definst_/central01.sdp/playlist.m3u8";
  } else if (browser.indexOf('ipad')>= 0) {
    top.location.href = "http://도메인.com:1935/central/_definst_/central01.sdp/playlist.m3u8";
} else if (browser.indexOf('ipod')>= 0) { top.location.href = "http://도메인.com:1935/central/_definst_/central01.sdp/playlist.m3u8";
} else if (browser.indexOf('windows phone')>= 0) { top.location.href = "rtsp://도메인.com/central/_definst_/central01.sdp";
} else if (browser.indexOf('android')>= 0) { top.location.href = "rtsp://도메인.com/central/_definst_/central01.sdp";
} else { alert ('지원되지않는 모바일기기 입니다.'); } } // open vod function openvod(vod_file) { var browser = navigator.userAgent.toLowerCase(); if (browser.indexOf('iphone')>= 0) { top.location.href = "http://도메인.com:1935/경로/"+vod_file+"/playlist.m3u8";
} else if (browser.indexOf('ipad')>= 0) { top.location.href = "http://도메인.com:1935/경로/"+vod_file+"/playlist.m3u8";
} else if (browser.indexOf('ipod')>= 0) { top.location.href = "http://도메인.com:1935/경로/"+vod_file+"/playlist.m3u8";
} else if (browser.indexOf('windows phone')>= 0) { top.location.href = "rtsp://도메인.com/경로/"+vod_file;
} else if (browser.indexOf('android')>= 0) { top.location.href = "rtsp://도메인.com/경로/"+vod_file;
} else { alert ('지원되지않는 모바일기기 입니다.'); } }

이런 글도 찾아보세요!

공유

facebooktwitterpinterestbandkakao story
퍼머링크

댓글 1

권한이 없습니다. 로그인

신고

"님의 댓글"

이 댓글을 신고 하시겠습니까?

삭제

"님의 댓글"

이 댓글을 삭제하시겠습니까?