Video
Video is an electronic medium for the recording, copying, playback, broadcasting, and display of moving visual media. It brings together all the techniques allowing the constitution or restitution of electrical signal representing moving images.
Here are 8,195 public repositories matching this topic...
Checklist
- This issue contains only one bug.
- I am able to reproduce the bug with the latest version.
- I have read and understood the contribution guidelines.
- I made sure that there are no existing issues - [open](https://github.com/T
To publish rtmp://ip/live/livestream?k=v to SRS, the correct way to use OBS:
- Server:
rtmp://ip/live - StreamKey:
livestream?k=v
However, sometimes the StreamKey has maken lots of people confused, they will literally use as bellow, easpecially for fresh man:
- Server:
rtmp://ip/live/livestream?k=v - StreamKey: Empty
And it's easy to understand.
Solution
So, SRS mi
-
Updated
May 27, 2022 - JavaScript
-
Updated
May 24, 2022 - Java
-
Updated
May 12, 2022 - Jupyter Notebook
-
Updated
May 17, 2022 - Jupyter Notebook
-
Updated
Nov 24, 2021 - Jupyter Notebook
-
Updated
Apr 20, 2022 - Java
-
Updated
May 24, 2022 - JavaScript
-
Updated
May 26, 2022 - TypeScript
-
Updated
May 25, 2022 - Vue
Describe the current behavior
When using peertube-import-videos.js to import videos from YouTube, is only downloads them in 720p.
If I upload a video with "Import with URL" on the instance, it downloads the highest resolution available.
The instance allows 1440p, 1080p and 720p.
dist/server/helpers/youtube-dl/youtube-dl-cli.js
const resolution = enabledResolutions.length === 0
Summa
-
Updated
May 27, 2022 - C++
-
Updated
May 27, 2022 - Python
~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).
Please also consider using appdirs instead of hardcoding ~/.config/
Please add video length on the video thumbnail just like the official Developer app from Apple.
Right now, I can see the length if I click to go to detail screen, but I would have to do it one by one. It would be great to see the length of each video in a glance so that if i have like 15 minutes, I know which one I can watch.
-
Updated
Mar 25, 2022
-
Updated
Feb 7, 2022 - JavaScript
Created by John Logie Baird, Charles Francis Jenkins, Philo Farnsworth
Released 1900
- Wikipedia
- Wikipedia
Description
The viewport overflows because of the use of
left:-3000emwithin a rtl html layoutSteps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Using the default skin. Set:
Open a videojs player within a
<html dir="rtl">-layoutResults
Expecte