sangwonl / python-mpegdash

MPEG-DASH MPD(Media Presentation Description) Parser
MIT License
104 stars 53 forks source link

About viedo mpd #39

Closed greenwheat1997 closed 3 years ago

greenwheat1997 commented 3 years ago

Can this code get the MPD file of the specified video link?

davemevans commented 3 years ago

If you mean can python-mpegdash retrieve a manifest from a specified URL and parse it then yes - see the example in https://github.com/sangwonl/python-mpegdash/blob/master/README.md#usage.

If you mean can python-mpegdash retrieve the manifest associated with some other type of URL eg https://www.youtube.com/watch?v=dQw4w9WgXcQ then no - you'd need to use some other library to get the manifest URL then pass it to python-mpegdash.

greenwheat1997 commented 3 years ago

Thanks,I'll try to do it.

------------------ 原始邮件 ------------------ 发件人: "David @.>; 发送时间: 2021年3月16日(星期二) 晚上7:34 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [sangwonl/python-mpegdash] About viedo mpd (#39)

If you mean can python-mpegdash retrieve a manifest from a specified URL and parse it the yes - see the example in https://github.com/sangwonl/python-mpegdash/blob/master/README.md#usage.

If you mean can python-mpegdash retrieve the manifest associated with some other type of URL eg https://www.youtube.com/watch?v=dQw4w9WgXcQ then no - you'd need to use some other library to get the manifest URL then pass it to python-mpegdash.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sangwonl commented 3 years ago

Believe the question was answered, so closing the issue. Thanks.