Hello,
Is there any way of playing a recorded VOD using the JavaScript SDK without having an active live stream?
I've attempted to do this through the player.html using "isPlayMode: true" but it seems this requires a stream to be actively running as I get an error saying "no stream exists".
I can access the mp4 file using a direct url like http://<SERVER_NAME>:5080/WebRTCAppEE/streams/<STREAM_ID>.mp4 but this does not have status callbacks that I'd require which exist with the WebRTCAdaptor to know when the player has started, or ended the playback of the recorded file.
If this can't be done through the WebRTCAdaptor, do you have any suggestions on how I could best accomplish this?
Question
Ryan
Hello,
Is there any way of playing a recorded VOD using the JavaScript SDK without having an active live stream?
I've attempted to do this through the player.html using "isPlayMode: true" but it seems this requires a stream to be actively running as I get an error saying "no stream exists".
I can access the mp4 file using a direct url like http://<SERVER_NAME>:5080/WebRTCAppEE/streams/<STREAM_ID>.mp4 but this does not have status callbacks that I'd require which exist with the WebRTCAdaptor to know when the player has started, or ended the playback of the recorded file.
If this can't be done through the WebRTCAdaptor, do you have any suggestions on how I could best accomplish this?
Link to comment
Share on other sites
Top Posters For This Question
1
1
1
Popular Days
Jul 20
1
Jul 26
1
Jul 27
1
Top Posters For This Question
Yash 1 post
Connessione 1 post
Ryan 1 post
Popular Days
Jul 20 2022
1 post
Jul 26 2022
1 post
Jul 27 2022
1 post
2 answers to this question
Recommended Posts