Issues
라이브 송출 시 플레이어에서의 재생이 자꾸 끊어집니다.
미디어라이브를 사용중인데 라이브 시 끊김이 발생합니다.
송출은 vMix를 사용중이고 하나의 회선에서 2개 채널을 백업용으로 운영중입니다. 다른 운용채널에 이슈가 있어 위캔디오 채널을 메인으로 사용했는데 2-3차례 끊김이 발생했습니다.
vMix로그상으로는 av_interleaved_write_frame(): Unknown error 라고 기록이 있습니다.
라이브 끊김의 이유가 무엇인지요? 해결방안이나 가이드 할 내용이 있는지요?
Posted by null 3 months ago
react native 에서 업로드시 네트워크 오류가 떠요
폴더조회, 업로드 토큰 조회 후
조회된 폴더로 업로드를 시도하였으나 네트워크 오류라고 나오는데
어떤 오류인지 알 수 있을까요?
헤더
{"Accept": "application/json, text/plain, _/_", "Content-Type": "multipart/form-data"}
body
{"\_parts": \[["folder", 2030367], \["videofile", [Object]]]}
오류내용
{"code": "ERR_NETWORK", "columnNumber": undefined, "config": {"adapter": ["xhr", "http"], "data": {"\_parts": [Array]}, "env": {"Blob": [Function Blob], "FormData": [Function FormData]}, "headers": [Object], "maxBodyLength": -1, "maxContentLength": -1, "method": "post", "timeout": 0, "transformRequest": \[[Function transformRequest]], "transformResponse": \[[Function transformResponse]], "transitional": {"clarifyTimeoutError": false, "forcedJSONParsing": true, "silentJSONParsing": true}, "url": "<http://upload-05.wecandeo.com/v4/upload?token=HhZG1BmrAD78g71gpwr3RhgoQWOpd0n4">, "validateStatus": [Function validateStatus], "xsrfCookieName": "XSRF-TOKEN", "xsrfHeaderName": "X-XSRF-TOKEN"}, "description": undefined, "fileName": undefined, "lineNumber": undefined, "message": "Network Error", "name": "AxiosError", "number": undefined, "stack": "AxiosError: Network Error
at handleError (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:232528:39>)
at call (native)
at dispatchEvent (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:42026:31>)
at setReadyState (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:40063:33>)
at **didCompleteResponse (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:39849:29>)
at apply (native)
at anonymous (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:39991:52>)
at apply (native)
at emit (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3063:40>)
at apply (native)
at **callFunction (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3684:36>)
at anonymous (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3404:31>)
at \_\_guard (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3621:15>)
at callFunctionReturnFlushedQueue (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3403:21)">, "status": null}
Posted by Minhoe Koo. 9 months ago
모바일 영상 재생 안되는 오류 문의
안녕하세요.
위캔디오 url 영상을 iframe 의 src 에 넣는 형태로 개발 하는 중 문의 드립니다.
영상의 key 값이 있고, 아래 형태로 호출하여 영상 보여주고 있습니다.
<https://play.wecandeo.com/video/v/?key={영상key}>
동일한 url 인데, pc 에서는 문제 없이 재생이 되나,
모바일에서는 '영상을 재생 할 수 없습니다.' 라는 문구가 영상 썸네일로 나오며 보여지지 않습니다.
혹시 위캔디오 멤버십 문제 등 어떤 케이스로 인해 이런 문제가 생기는 것인지 알 수 있을까요?
Posted by chn over 1 year ago
썸네일 이미지 클릭시 iframe을 재생하려고 합니다
안녕하세요
썸네일 이미지 만들고 클릭시 iframe을 재생하고 싶습니다
아래 주소뒤에 autuplay 붙이는건 안되는데 다른 방법이 있는지 궁금합니다.
<div class="video">
<img src="./course03.png" class="play">
<iframe class="promotion_video" src="http://play.wecandeo.com/video/v/aaaAVwieie" allowfullscreen allow="autoplay;fullscreen"></iframe>
</div>
$(document).on('click','.play', function(e){
e.preventDefault();
var play_button = this;
play_button.style.display = "none";
$('.promotion_video')[0].src +='?autoplay=1';
})
Posted by chaebonggi almost 2 years ago