we are moving from progressive download architecture to a streaming/adaptive architecture for the videos. So is there an easy way to detect if the video is handled by progressive download or if it is streaming. I am not into flash, so it might be a newbie question, but can somebody give me their inputs as to how can I detect if it is progressive download or streaming.
Asked
Active
Viewed 1,680 times
2 Answers
0
I guess you are asking in the case of UDS set up on your account? Otherwise I think the delivery method is established at the account level. See the Content delivery options doc You can check the forums for some answers

jco
- 667
- 10
- 23
0
If you need to just check all of your videos, use the Media API and check the first four characters of the videoFullLength property. If the video is progressive download only, the url will begin "http". If it is streaming, it will begin "rtmp".
If you want to check the delivery of a video kduring playback, you could also use the Player API to get the information, using the getCurrentVideo() method of the video player module, as this returns the video DTO.

misterben
- 7,455
- 2
- 26
- 47