Snapshot "Distributor Stopped" Error

TheRoyalPotato

New Member
When trying to take a snapshot of during a video stream the snapshot does not occur and then proceeds to produce the error 'distributor stopped' when the video ends, the screenshot never occurs.

I am using the exact code taken from this link and followed the instructions to take a snapshot during my video.
https://flashphoner.com/creating-a-preview-snapshots-thumbnails-of-a-webrtc-video-stream-in-png/

I cannot find any information on why this is failing to take the image and why it fails to produce the STREAM_STATUS.SNAPSHOT_COMPLETE status everytime.

i have attached the file of my js
 

Max

Administrator
Staff member
Hello.
Stream snaphot taking JavaScript example is described here and on this page in details.
Please check if snapshot is taken correctly with this example on your server. If Stream Snapshot example is working, please provide us an example with minimum code chenges that reproduces the problem, we will check.
Also please clarify the following:
1. What WCS version and WebSDK version do you use?
2. Is the problem still persist with latest WCS build from this page and WebSDK build from this page?
 
Top