--player-args "--fullscreen" with VLC breaks playback
See original GitHub issueBug Report
- This is a bug report and I have read the contribution guidelines.
Description
VLC has a built in --fullscreen argument for auto opening in fullscreen mode. But when using --player-args "--fullscreen"
, vlc will open, but it does not play the stream. Just goes to default playlist window.
Expected / Actual behavior
VLC should open streams in fullscreen mode when ‘–fullscreen’ is set as an argument.
Setting ‘–fullscreen’ as an argument causes the stream to not open at all. Just VLC to the default window.
Reproduction steps / Explicit stream URLs to test
- run
streamlink --player-args "--fullscreen" <streamurl> best
Log output
>streamlink --player-args "--fullscreen" <streamurl> best
[cli][info] Found matching plugin okru for URL <streamurl>
[cli][info] Available streams: 240p (worst), 360p, 488p, 720p (best)
[cli][info] Opening stream: 720p (hls)
[cli][info] Starting player: "C:\Program Files\VideoLAN\VLC\vlc.exe"
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
video playback freezes in fullscreen mode
I solved it by unchecking in VLC preferences Show All -> Video -> Fullscreen video output.
Read more >How to Fix Video Stuck or Freeze in VLC - Stellar Data Recovery
Summary: This post shares the best solutions to fix video freezing, buffering or audio lag in VLC Media Player.
Read more >VLC not displaying video properly in FullScreen? - Ask Ubuntu
Right click on the fullscreen mode>Video>Always adapted to the window. Is it checked? Please note that the last VLC version stabily supported by ......
Read more >Fix Stretched Video in VLC by Changing Aspect Ratio
Now, if you play the output video, you will find that the aspect ratio has changed. If you did it correctly, then the...
Read more >How To Fix Scrambled Video Playback In VLC Player
VLC player can play just about any file type. If you have an MKV file that the Movies & TV app in Windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bastimeyer sounds like a version 2 feature 😄
@gravyboat Maybe we should rename this to
playerinput
or so (withfilename
as fallback), which should make this much more clear.