jesus m Posted September 1, 2022 Share Posted September 1, 2022 For the WebRTCAppEE application, with a list of 2 videos in VoD (I paste what I see in text) gtflive3 VoD ID: 018539709130184868234917 Recorded Stream Sep-1-2022 17:17:26 gtflive3 VoD Id: 567749791721827174527222 Recorded Stream Aug-31-2022 21:27:39 From the server itself when trying to get the result: curl -X GET https://strgtf.accesscam.org:5443/WebRTCAppEE/rest/v2/vods/list/10/10?streamId=gtflive3 -H 'accept: application/json' I get an empty list, as a result [] I have looked at the log and there is no record. Can someone tell me if I do something wrong? PS: Other operations work, I have permission to execute, it just returns no results. Link to comment Share on other sites More sharing options...
0 Mohit Posted September 2, 2022 Share Posted September 2, 2022 Hi @jesus m, How are you? Thank you for posting your question here. I think it's about offset size in the API call. Since there are 2 VOD and offset size is set at 10 therefore it's giving empty list. 16 hours ago, jesus m said: curl -X GET https://strgtf.accesscam.org:5443/WebRTCAppEE/rest/v2/vods/list/10/10?streamId=gtflive3 -H 'accept: application/json' Can you please pass it as /v2/vods/list/0/10?streamId=gtflive3 Let me know if it works. Best Regards, Mohit Dubey 1 Link to comment Share on other sites More sharing options...
0 jesus m Posted September 2, 2022 Author Share Posted September 2, 2022 6 hours ago, Mohit said: yes, it works, thanks 🙂 1 Link to comment Share on other sites More sharing options...
0 Mohit Posted September 2, 2022 Share Posted September 2, 2022 Hi @jesus m, That's great to know. Thank you and have a great weekend. Link to comment Share on other sites More sharing options...
Question
jesus m
For the WebRTCAppEE application, with a list of 2 videos in VoD (I paste what I see in text)
gtflive3
VoD ID: 018539709130184868234917
Recorded Stream
Sep-1-2022 17:17:26
gtflive3
VoD Id: 567749791721827174527222
Recorded Stream
Aug-31-2022 21:27:39
From the server itself when trying to get the result:
curl -X GET https://strgtf.accesscam.org:5443/WebRTCAppEE/rest/v2/vods/list/10/10?streamId=gtflive3 -H 'accept: application/json'
I get an empty list, as a result []
I have looked at the log and there is no record.
Can someone tell me if I do something wrong?
PS: Other operations work, I have permission to execute, it just returns no results.
Link to comment
Share on other sites
Top Posters For This Question
2
2
Popular Days
Sep 2
3
Sep 1
1
Top Posters For This Question
Mohit 2 posts
jesus m 2 posts
Popular Days
Sep 2 2022
3 posts
Sep 1 2022
1 post
Popular Posts
Mohit
Hi @jesus m, How are you? Thank you for posting your question here. I think it's about offset size in the API call. Since there are 2 VOD and offset size is set at 10 therefore i
jesus m
3 answers to this question
Recommended Posts