yogesh jain Posted March 30 Share Posted March 30 i want to get information about a stored streaming by streamid like stored video size and duration. Link to comment Share on other sites More sharing options...
1 Connessione Posted March 31 Share Posted March 31 22 hours ago, yogesh jain said: i want to get information about a stored streaming by streamid like stored video size and duration. Try VOD api . - GET/v2/vods/{id} VoD file from database Link to comment Share on other sites More sharing options...
1 Connessione Posted March 31 Share Posted March 31 Correct but the response has stream ID in it. You can list vods and pick the one where you find stream ID matching. Link to comment Share on other sites More sharing options...
1 Connessione Posted March 31 Share Posted March 31 Since you don’t have a direct api you can make a proxy api yourself. In any language of your choice, make an api that takes stream id then internally consumes list vod, goes through each item matching the stream id and if found returns that item. 1 Link to comment Share on other sites More sharing options...
0 yogesh jain Posted March 31 Author Share Posted March 31 thanks for your answer, but this api get data by VOD-ID not Stream-ID Link to comment Share on other sites More sharing options...
0 yogesh jain Posted March 31 Author Share Posted March 31 yes i understand your point but i want direct approach Link to comment Share on other sites More sharing options...
0 yogesh jain Posted April 4 Author Share Posted April 4 @Connessione Try Get the VoD list from database. It returns 50 items at max. You can use offset value to get result page by page {{baseURL}}/v2/vods/list/:offset/:size?sort_by=date&order_by=desc&streamId=streamID this url work for me 2 Link to comment Share on other sites More sharing options...
0 Connessione Posted April 4 Share Posted April 4 Oh cool! good to know that filtering is already built in 😎 1 Link to comment Share on other sites More sharing options...
Question
yogesh jain
i want to get information about a stored streaming by streamid like stored video size and duration.
Link to comment
Share on other sites
Top Posters For This Question
4
4
Popular Days
Mar 31
5
Apr 4
2
Mar 30
1
Top Posters For This Question
Connessione 4 posts
yogesh jain 4 posts
Popular Days
Mar 31 2023
5 posts
Apr 4 2023
2 posts
Mar 30 2023
1 post
Popular Posts
yogesh jain
@Connessione Try Get the VoD list from database. It returns 50 items at max. You can use offset value to get result page by page {{baseURL}}/v2/vods/list/:offset/:size?sort_by=date&ord
Connessione
Since you don’t have a direct api you can make a proxy api yourself. In any language of your choice, make an api that takes stream id then internally consumes list vod, goes through each item matching
Connessione
Oh cool! good to know that filtering is already built in 😎
7 answers to this question
Recommended Posts