Tribler needs Developers which has time to can implement Broadcasting/Streaming on Gui side.
Or some Python gurus which visiting this site, please help us that Broadcasting/Streaming is implemented into Gui.
I has no Python knowledge and i cant do this.
tribler.org/trac/wiki/Tutorials/ExampleFeedSetups
This functionalities is needed on Gui for Broadcasting:
look into:
svn.tribler.org/abc/branches/mainbranch/Tribler/Tools/createlivestream.py
- Code: Select all
argsdef = [('name', '', 'name of the stream'),
('source', '-', 'source to stream (url, file or "-" to indicate stdin)'),
('fileloop', False, 'if source is file, loop over it endlessly'),
('destdir', '.','dir to save torrent (and stream)'),
('bitrate', (512*1024)/8, 'bitrate of the streams in bytes'),
('piecesize', 32768, 'transport piece size'),
('duration', '1:00:00', 'duration of the stream in hh:mm:ss format'),
('nuploads', 7, 'the max number of peers to serve directly'),
('port', 7764, 'the TCP+UDP listen port'),
('thumb', '', 'filename of image in JPEG format, preferably 171x96'),
('auth', 'RSA', 'Live-souce authentication method to use (ECDSA or RSA)'),
('url', False, 'Create URL instead of torrent (cannot be used with thumb)')]
and for Viewing you must be able to can start the Live Stream via Link or find it on search result to can start to play the live streams.
