1

비디오 플레이어를 만들고 데이터 생성 모드를 사용하려고합니다. 그러나 내가 찾으려고했을 때 나는 올바르게 진행될 길을 찾을 수 없었다. 나는 많은 것을 수색했으나 데이터 생성 모드에서 찾기의 예를 찾을 수 없었다.데이터 생성 모드 비디오 검색

누구든지이 상황에서 나를 도울 수 있습니까. actionscript-3 데이터 생성 모드에서 비디오 스트리밍을위한 예제 코드가 있다면 공유하십시오. 나는 일하는 코드 예제가 필요하다.

답변

0

이 정보가 도움이 되나요? http://forums.adobe.com/thread/646900

ns.seek(0); //the parameter to seek() is irrelevant, as both the playout and FIFO buffers will be cleared 

ns.appendBytesAction(NetStreamAppendBytesAction.RESET_SEEK); //you can do this in NetStreamStatus if you want 

ns.appendBytes(seekPosBytes); //write the bytes to play from the desired stream position