Viblast / hls-proxy

Easy downloading and mirroring of HLS streams
MIT License
109 stars 50 forks source link

MPEG-DASH support #1

Closed AlexRevin closed 9 years ago

AlexRevin commented 9 years ago

It seems like not much needs to be added, but it really would be awesome

svetlin-mladenov commented 9 years ago

Yeah, I was meaning to do that. Thank you for reminding me.

You can find the project here - https://github.com/Viblast/dash-proxy. It is in a different repo because it works in a slightly different manner and doesn't rely on twisted but instead uses requests.

Also MPEG-DASH is a much wider standard that has many different ways of expressing the MPD (things like on-demand,live, dynamic profiles and so on). dashproxy currently supports only MPDs based on SegmentTimelines.

AlexRevin commented 9 years ago

Thanks a lot for pointing out!