Skip to content

m13253/sina-live-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Sina-Live-Fetcher

These are utilities to fetch HTTP live stream URL from Sina Live Game Broadcast.

Compiling

Use your favorite Go compiler (gc or gccgo) to compile it.

Note due to a Wine bug, this program may not function properly under Wine. Build native Linux version if you run it on Linux.

stream-url-fetcher

This program takes one argument, which is the web page URL of the live broadcast.

It fetches the URL of the broadcast and prints it out. You can start a media player to play the live stream.

If there is no live broadcast at the moment, a video for a previous record will be used, which was exactly the one you will see if you visit the web page.

live-comment-fetcher

This program takes one argument, which is the web page URL of the live broadcast.

It connects to the chatroom and prints out messages in realtime.

You can use pipe to feed the output to live-danmaku-hime, which is a desktop widget that hangs on the right side of your desktop and displays comments from your audience when you broadcast.

Licensing

Programs are licensed separately, see the top lines of each program source code.

About

Fetch HTTP live stream URL from Sina Live Game Broadcast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages