Hi
I am trying to setup VOD stream in a way that once it start playing, the file is added straight into the mixer so we can stream it via RTMP(I know we can stream directly to RTMP without the mixer, however you will understand later in the post why we need to use the mixer).
Steps Below:
1. Creating Stream from a VOD file(on remote File server) using WebSDK
2. on.STREAM_STATUS.PLAYING or on.STREAM_STATUS.PENDING the stream created above gets added to the mixer using REST API so it is visible in the mixer itself.
The following happens:
At step 2 the audio starts playing in the mixer pretty instantly, however the video is only visible after few seconds, I am assuming is due to a delay of the API to fetch the VOD stream and add to the mixer, however this delay pretty much makes the above process unusable.
We would like to use the application as a "Video Mixer" which I assume is the reason why you guys have created the Mixer functionality, however VOD mixing with Live Streams is a big thing when doing video mixing, is there any other way I can make this to work?
Please let me know
Thank you
Best
Luca
I am trying to setup VOD stream in a way that once it start playing, the file is added straight into the mixer so we can stream it via RTMP(I know we can stream directly to RTMP without the mixer, however you will understand later in the post why we need to use the mixer).
Steps Below:
1. Creating Stream from a VOD file(on remote File server) using WebSDK
2. on.STREAM_STATUS.PLAYING or on.STREAM_STATUS.PENDING the stream created above gets added to the mixer using REST API so it is visible in the mixer itself.
The following happens:
At step 2 the audio starts playing in the mixer pretty instantly, however the video is only visible after few seconds, I am assuming is due to a delay of the API to fetch the VOD stream and add to the mixer, however this delay pretty much makes the above process unusable.
We would like to use the application as a "Video Mixer" which I assume is the reason why you guys have created the Mixer functionality, however VOD mixing with Live Streams is a big thing when doing video mixing, is there any other way I can make this to work?
Please let me know
Thank you
Best
Luca