Streaming audio (YouTube)
Posted
by wvd
on Stack Overflow
See other posts from Stack Overflow
or by wvd
Published on 2010-05-21T18:31:27Z
Indexed on
2010/05/21
20:00 UTC
Read the original article
Hit count: 286
Hello all,
I'm writing a CLI for a music-media-platform. One of the features is going to be that you can directly play YouTube videos from the CLI. I don't really have an idea to do it but this one sounded the most reasonable:
I'm going to use of those sites where you can download music from YouTube, e.g. http://keepvid.com/ - then I directly stream & play this -- but I have one problem. Is there any Python library capable of doing this and if so, do you have any concrete examples? I've been looking but found nothing, even not with gstreamer.
Thanks,
William van Doorn
© Stack Overflow or respective owner