PyLivestream icon indicating copy to clipboard operation
PyLivestream copied to clipboard

Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more

Results 21 PyLivestream issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Hi! I've looked at `ffmpeg.py` and see a reference to drawing text of the currently playing audio file. How do I enable this? Here's the function in...

In Dec. 2020, Twitter announced Periscope is closing March 2021.

enhancement

**Describe the bug** My code ``` import pylivestream.api as stream stream.stream_file(ini_file="config.ini", video_file="video.mp4", websites=["youtube"]) ``` Output: ``` Press Enter to go live on ['youtube'],looping file video.mp4 Or Ctrl C to abort....

### Description When streaming over WiFi, the video stream gets choppy. Audio seems OK though. ### Reproduce If connected to Ethernet, disconnect Connect to WiFi Stream to twitch.tv ### pylivestram...

Hey guys! I'm getting an error (Option pixel_format not found.) when I try to stream a video to Restream.io. What can I do to solve this?

question

Where do I call " ScreenshareLivestream twitch "? Everything I try to run (in the PyLivestream folder its self) says that they're trying to do a relative import with no...

**Describe the bug** when using multiple stream as shown in test files,timout parameter not work **System Parameters** * Operating system linux * FFmpeg version 4.2.2-1ubuntu1 ``` sites = [ "youtube","facebook",]...

`>>> python -m pylivestream.screen youtube pylivestream.json` Press Enter to go live on ['youtube'] Or Ctrl C to abort. ffmpeg -loglevel error -f gdigrab -s 640x480 -offset_x 50 -offset_y 30 -i...

https://github.com/scivision/PyLivestream/blob/main/Examples/screen_share.py That needs to import screen and get the function from there `AttributeError: module 'pylivestream' has no attribute 'ScreenStream'` Also, your PyPi links to a non-existing .json

Hey im trying to stream on Twitch and Youtube at the same time. im using this command `python -m pylivestream.glob /VidoFiles youtube twitch pylivestream.json -glob "*.mp4"' ` but i keep...