Page 1 of 1

MxPEG using the VLC web plugin?

Posted: 22 Apr 2015 10:14
by xqdev
Hey community!

I have a little question regarding the VLC web plugin. I know the VLC player itself supports the MxPEG format, but what about the web plugin? While the VLC player plays MxPEG fine, I was unable to do the same thing using the web plugin. (My web plugin example was as basic as possible):

Code: Select all

<html> <body> <embed type="application/x-vlc-plugin" target="M00001.jpg"></embed> </body> </html>
To play the MxPEG video in the desktop application, I need to provide the following parameter: --avformat-format=mxg

Is it necessary to provide additional parameters to the web plugin? Or is there another way to handle the MxPEG format?

Best regards!

Re: MxPEG using the VLC web plugin?

Posted: 22 Apr 2015 10:21
by RSATom
You could use WebChimera Plugin, ":avformat-format=mxg" is supported there as argument of .playlist.addWithOptions

Re: MxPEG using the VLC web plugin?

Posted: 22 Apr 2015 10:26
by RSATom
And as I know this option is not supported by original Vlc Web Plugins. You could read following related discussion: https://forum.videolan.org/viewtopic.php?f=16&t=115075

Re: MxPEG using the VLC web plugin?

Posted: 23 Apr 2015 09:51
by xqdev
Wow, the Web Chimera plugin works and even looks fine. Thanks for your response. Much better than changing the VLC web plugin code and recompile it. :S

Re: MxPEG using the VLC web plugin?

Posted: 23 Apr 2015 09:55
by RSATom
I'm glad you are like it

Re: MxPEG using the VLC web plugin?

Posted: 02 May 2015 20:11
by Jean-Baptiste Kempf
You could use WebChimera Plugin, ":avformat-format=mxg" is supported there as argument of .playlist.addWithOptions
This is a huge security issue.