Git Product home page Git Product logo

livebox's Introduction

LiveBox

简体中文 | English

一个跨平台的网络媒体聚合应用,支持直播视频、高清电视和广播电台的在线观看或收听。

快速开始

待更新...

项目架构

待更新...

开源协议

本项目遵循 GNU General Public License v3.0,如果要修改源码进行二次开发需要遵守以下协议:

  1. 如果要在网络上分发,那么必须开源;
  2. 不能以盈利为目的,不能插入任何形式的广告;
  3. 注明原项目出处;
  4. 继承相同协议。

免责声明

该项目仅能用于计算机技术的学习交流和在法律允许范围内的使用,任何个人或集体不得使用该项目进行任何违反相关法律法规的活动。任何尝试下载或下载该项目任意分支或发行版的,即代表您同意本项目作者及贡献者不承担任何由于您违反以上准则所带来的任何法律责任。

参考致谢

Star History

Star History Chart

livebox's People

Contributors

dependabot[bot] avatar parzulpan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

livebox's Issues

同样的遭遇> > > ```

I'm Linux
system_platform:  Linux
system_platform:  Linux
Traceback (most recent call last):
  File "real_live.py", line 36, in <module>
    run()
  File "/home/hu/Code/Python/real-live/src/real-live-desktop/utils/singleton.py", line 24, in inner
    _instance[cls] = cls()
  File "real_live.py", line 29, in run
    main_window = MainWindow()
  File "/home/hu/Code/Python/real-live/src/real-live-desktop/widgets/main_widget.py", line 157, in __init__
    self.vlc_widget = VlcPlayerWidget()
  File "/home/hu/Code/Python/real-live/src/real-live-desktop/widgets/vlc_player_widget.py", line 51, in __init__
    self.set_media_player(args)
  File "/home/hu/Code/Python/real-live/src/real-live-desktop/widgets/vlc_player_widget.py", line 94, in set_media_player
    self.instance = vlc.Instance(*args)
  File "/home/hu/.local/lib/python3.8/site-packages/vlc.py", line 1906, in __new__
    return libvlc_new(len(args), args)
  File "/home/hu/.local/lib/python3.8/site-packages/vlc.py", line 4705, in libvlc_new
    _Cfunction('libvlc_new', ((1,), (1,),), class_result(Instance),
  File "/home/hu/.local/lib/python3.8/site-packages/vlc.py", line 292, in _Cfunction
    raise NameError('no function %r' % (name,))
NameError: no function 'libvlc_new'

用的什么Python版本?
python 3.8.2 系统 ubuntu 20.04

建议使用3.6和3.7版本,版本太新,有的库匹配的不是很好。

Originally posted by @parzulpan in https://github.com/parzulpan/real-live/issue_comments/702462590

[Bug]分支Dev,运行/DebugRun.sh失败

I'm Linux
system_platform:  Linux
system_platform:  Linux
Traceback (most recent call last):
  File "real_live.py", line 36, in <module>
    run()
  File "/home/hu/Code/Python/real-live/src/real-live-desktop/utils/singleton.py", line 24, in inner
    _instance[cls] = cls()
  File "real_live.py", line 29, in run
    main_window = MainWindow()
  File "/home/hu/Code/Python/real-live/src/real-live-desktop/widgets/main_widget.py", line 157, in __init__
    self.vlc_widget = VlcPlayerWidget()
  File "/home/hu/Code/Python/real-live/src/real-live-desktop/widgets/vlc_player_widget.py", line 51, in __init__
    self.set_media_player(args)
  File "/home/hu/Code/Python/real-live/src/real-live-desktop/widgets/vlc_player_widget.py", line 94, in set_media_player
    self.instance = vlc.Instance(*args)
  File "/home/hu/.local/lib/python3.8/site-packages/vlc.py", line 1906, in __new__
    return libvlc_new(len(args), args)
  File "/home/hu/.local/lib/python3.8/site-packages/vlc.py", line 4705, in libvlc_new
    _Cfunction('libvlc_new', ((1,), (1,),), class_result(Instance),
  File "/home/hu/.local/lib/python3.8/site-packages/vlc.py", line 292, in _Cfunction
    raise NameError('no function %r' % (name,))
NameError: no function 'libvlc_new'

[Bug]macos运行stable出现ctypes.ArgumentError: argument 2: <class 'TypeError'>: wrong type

Traceback (most recent call last):
File "real_live.py", line 36, in
run()
File "/Users/jackrobin/source/js/real-live/src/real-live-desktop/utils/singleton.py", line 24, in inner
_instance[cls] = cls()
File "real_live.py", line 29, in run
main_window = MainWindow()
File "/Users/jackrobin/source/js/real-live/src/real-live-desktop/widgets/main_widget.py", line 157, in init
self.vlc_widget = VlcPlayerWidget()
File "/Users/jackrobin/source/js/real-live/src/real-live-desktop/widgets/vlc_player_widget.py", line 51, in init
self.set_media_player(args)
File "/Users/jackrobin/source/js/real-live/src/real-live-desktop/widgets/vlc_player_widget.py", line 108, in set_media_player
self.media_player.set_nsobject(self.media_player_frame.winId())
File "/Users/jackrobin/source/js/real-live/venv/lib/python3.8/site-packages/vlc.py", line 3709, in set_nsobject
return libvlc_media_player_set_nsobject(self, drawable)
File "/Users/jackrobin/source/js/real-live/venv/lib/python3.8/site-packages/vlc.py", line 6835, in libvlc_media_player_set_nsobject
return f(p_mi, drawable)
ctypes.ArgumentError: argument 2: <class 'TypeError'>: wrong type

Build failure on master branch

Describe the bug
commit 866f678 on master branch.
When running ./DebugRun.sh, it spits:

I'm MacOS
system_platform:  Darwin
system_platform:  Darwin
system_platform:  Darwin
system_platform:  Darwin
system_platform:  Darwin
system_platform:  Darwin
Traceback (most recent call last):
  File "real_live.py", line 36, in <module>
    run()
  File "/Users/SonderTALVCF/work/personal/real-live/src/real-live-desktop/utils/singleton.py", line 24, in inner
    _instance[cls] = cls()
  File "real_live.py", line 29, in run
    main_window = MainWindow()
  File "/Users/SonderTALVCF/work/personal/real-live/src/real-live-desktop/widgets/main_widget.py", line 157, in __init__
    self.vlc_widget = VlcPlayerWidget()
  File "/Users/SonderTALVCF/work/personal/real-live/src/real-live-desktop/widgets/vlc_player_widget.py", line 51, in __init__
    self.set_media_player(args)
  File "/Users/SonderTALVCF/work/personal/real-live/src/real-live-desktop/widgets/vlc_player_widget.py", line 108, in set_media_player
    self.media_player.set_nsobject(self.media_player_frame.winId())
  File "/Users/SonderTALVCF/bin/.venv/lib/python3.7/site-packages/vlc.py", line 3709, in set_nsobject
    return libvlc_media_player_set_nsobject(self, drawable)
  File "/Users/SonderTALVCF/bin/.venv/lib/python3.7/site-packages/vlc.py", line 6835, in libvlc_media_player_set_nsobject
    return f(p_mi, drawable)
ctypes.ArgumentError: argument 2: <class 'TypeError'>: wrong type

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.