Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

(Question) about video streaming in sciter-js #63

Answered by c-smile
martinlombana asked this question in Q&A
Discussion options

You must be logged in to vote

Sciter does not contain any video codecs but it allows to connect external sources of video frames for video rendering.

I know several Sciter based projects are using ffmpeg to playback video in Sciter for example.

Here is demo of custom video frame source:
https://github.com/c-smile/sciter-sdk/blob/master/include/behaviors/behavior_video_generator_full.cpp

You can see it in action using wsciter.exe from Sciter SDK by loading this document in it : https://github.com/c-smile/sciter-sdk/blob/master/samples/video/video-generator-behavior-full-demo.htm

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by martinlombana
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #60 on March 29, 2021 00:24.