Search found 8 matches

Go to advanced search

by dyaeger543
01 Mar 2021 20:56
Forum: General VLC media player Troubleshooting
Topic: EmbeddedMediaPlayer Won't Allow Warning/Error Dialogs
Replies: 3
Views: 853

Re: EmbeddedMediaPlayer Won't Allow Warning/Error Dialogs

The MediaPlayerFactory has a dialogs API for exactly this purpose. LibVLC will call you back when it needs to display a dialog, but then it's up to you to display a dialog or whatever. https://javadoc.io/static/uk.co.caprica/vlcj/4.7.0/uk/co/caprica/vlcj/factory/DialogsApi.html Thanks. I was able t...
by dyaeger543
22 Feb 2021 16:44
Forum: Development around libVLC
Topic: EmbeddedMediaPlayer Not Displaying Warning Dialogs
Replies: 0
Views: 447

EmbeddedMediaPlayer Not Displaying Warning Dialogs

I am currently using the latest VLCJ(4.7)/VLC(3.0.12) to play multiple network video streams inside of a Java application on Windows. I am using HTTPS/TLS to create the initial video streams, and have the certificates working well to create the connections. Everything is mostly working as expected. ...
by dyaeger543
22 Feb 2021 16:42
Forum: General VLC media player Troubleshooting
Topic: EmbeddedMediaPlayer Won't Allow Warning/Error Dialogs
Replies: 3
Views: 853

EmbeddedMediaPlayer Won't Allow Warning/Error Dialogs

I am currently using the latest VLCJ(4.7)/VLC(3.0.12) to play multiple network video streams inside of a Java application on Windows. I am using HTTPS/TLS to create the initial video streams, and have the certificates working well to create the connections. Everything is mostly working as expected. ...
by dyaeger543
10 Feb 2021 15:09
Forum: VLC media player for Windows Troubleshooting
Topic: HTTPS Output Stream Certificate Management
Replies: 2
Views: 692

HTTPS Output Stream Certificate Management

I am currently running a project that broadcasts a video stream over a WAN to multiple systems. I have a requirement to do this using HTTPS/TLS connection, and currently it does work by exporting our SSL certificate and private key and placing them in the file system. The command line API takes thos...
by dyaeger543
29 Dec 2020 14:58
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.x mp4v ts mux error / Grey screen & scrambled video
Replies: 2
Views: 393

Re: VLC 3.x mp4v ts mux error / Grey screen & scrambled video

Final update: In case anyone else runs into this issue, I was able to get video working properly by switching the mux module to "asf" instead of "ts". It seems like the ts muxer/demuxer is broken on VLC versions 3.0 and higher. I'm not sure why this hasn't been addressed, or at l...
by dyaeger543
30 Nov 2020 17:23
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.x mp4v ts mux error / Grey screen & scrambled video
Replies: 2
Views: 393

Re: VLC 3.x mp4v ts mux error / Grey screen & scrambled video

Quick Update: I have tried the typically suggested changes to the VLC player preferences (increase buffer sizes, turn off hardware acceleration) with no change in stream performance. I have also tried changing the video encoding to mp2v. This causes the video stream to clear up initially, but after ...
by dyaeger543
23 Nov 2020 17:41
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.x mp4v ts mux error / Grey screen & scrambled video
Replies: 2
Views: 393

VLC 3.x mp4v ts mux error / Grey screen & scrambled video

Hello everyone. My team has been using VLC for streaming desktop video feeds across our LAN. We were previously using VLC v2.2.6 without any issues. We recently upgraded to VLC v 3.0.11, and have run into an issue with streaming the desktop as a mp4v video stream using ts muxing. The stream connects...

Go to advanced search