chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 585 forks source link

Dailymotion live streaming #1551

Open lokmiin opened 7 years ago

lokmiin commented 7 years ago

Please help, dailymotion live streaming could not --stream-url the streaming url output "livestreamer The stream specified cannot be translated to a URL" Hopely someone could fix it here is the live streaming link "http://www.dailymotion.com/video/x4616rw" Thank You!

flijloku commented 7 years ago

If I correctly understood and need a URL to an external player, you can use these commands for command line: youtube-dl -g --all-formats URL > info.txt youtube-dl -g URL > info.txt (http://rg3.github.io/youtube-dl/). For complete information can be used -j instead -g Similar commands for livestreamer: livestreamer -j URL > info_ls.txt livestreamer -j URL best > info_ls.txt

lokmiin commented 7 years ago

@flijloku Thanks man, it is working both livestreamer & youtube-dl! Kudos for flijloku!

flijloku commented 7 years ago

Happy to help :)