Reading records on web app
Hello,
I'm trying to integrate the recordings inside a web application and I don't know if i'm doing it the right way.
Context :
- Web integration of live playing
- use of webrtc-stream-manager-v2 for live (working well)
Goal :
- Navigate in recordings and read the replay
I tried :
- Get the device footage to get timestamp of the recordings : OK
- Use of webrtc-stream-manager-v2 and connection.updatePosition(ms) with the extracted timestamp: no read in the past/no effect
- Use html video + Device HTTP Stream with format to get the url : ok but slow and navigate in the chunk not very easy/smooth. Also need to get a ticket each time I read the url to be integrated in the html video component
- Open a WebRTC Tracker : no direct use for the webrtc-stream-manager-v2 and doesn't seem to be design to be directly integrated in html video
Can I use only the webrtc-stream-manager-v2 to read recording?
If no, is there a better way to read replays in a web application than getting the chunk with the Device Http Stream API?
Regards
Please sign in to leave a comment.
Comments
0 comments