MayamaTakeshi / sip-lab

A node module that helps to write SIP functional tests
3 stars 2 forks source link

Add video support #22

Open MayamaTakeshi opened 1 year ago

MayamaTakeshi commented 1 year ago

See: https://github.com/pjsip/pjproject/blob/master/pjsip-apps/src/samples/vid_streamutil.c

MayamaTakeshi commented 6 months ago

To check if video transmission/reception is OK we might add OCR to check for words being displayed in the video. Then we can provide a function to permit to set/update the words. But a simpler approach is to permit to set/update the color of the frame in the video and check the color at the receiving side (we would get event="video_update" with some indication like color_change).