Search found 7 matches

Go to advanced search

by owagner
01 Jul 2014 14:39
Forum: Web and scripting
Topic: MxPEG streaming in VLC pluggin
Replies: 15
Views: 3181

Re: MxPEG streaming in VLC pluggin

I could actually think of a few cases where a per-system plugin config file could be useful, esspecially for Intranet applications, for example: -- Codec settings (notably all the ffmpeg parameters) -- Video renderer settings -- Audio output parameters If the config file is not there, all the usual ...
by owagner
30 Jun 2014 12:47
Forum: Web and scripting
Topic: MxPEG streaming in VLC pluggin
Replies: 15
Views: 3181

Re: MxPEG streaming in VLC pluggin

Hi, basically, it would be nice if a default VLC config file could be saved by the user from the VLC standalone player which then could contain all kinds of options relevant to decoding etc. which would be picked up by the Web plugin. It could be the same format as the default config file, and it co...
by owagner
24 Jun 2014 23:12
Forum: Web and scripting
Topic: MxPEG streaming in VLC pluggin
Replies: 15
Views: 3181

Re: MxPEG streaming in VLC pluggin

Would you mind making "avcodec-hw" TRUSTED as well? :)

Actually, perhaps the possibility for the plugin to load a specific config file...?

Thanks,
OIli
by owagner
24 Jun 2014 18:36
Forum: Web and scripting
Topic: MxPEG streaming in VLC pluggin
Replies: 15
Views: 3181

Re: MxPEG streaming in VLC pluggin

Tried it, works like a charm: args=new Array(":avformat-format=mxg"); id=pl.addWithOptions(surl,args); Thank you very much! Best Regards, Olli PS: Noticed in passing and not investigated yet: I had to use document.getElementById("vlc") explicitely, a jQuery selector $("#vlc&...
by owagner
24 Jun 2014 14:45
Forum: Web and scripting
Topic: MxPEG streaming in VLC pluggin
Replies: 15
Views: 3181

Re: MxPEG streaming in VLC pluggin

That would be great (just looking at FBVLC for the first time)!
by owagner
24 Jun 2014 11:56
Forum: Web and scripting
Topic: MxPEG streaming in VLC pluggin
Replies: 15
Views: 3181

Re: MxPEG streaming in VLC pluggin

I've added a trac ticket for this: https://trac.videolan.org/vlc/ticket/11652

Olli
by owagner
24 Jun 2014 11:31
Forum: Web and scripting
Topic: MxPEG streaming in VLC pluggin
Replies: 15
Views: 3181

Re: MxPEG streaming in VLC pluggin

Hi, I have exactly the same issue. As far as I can tell, the reason is that the "avformat-format" option is not declared "safe" and thus stripped out from the web plugin parameters. Thus, vlc continues to treat the MxPEG stream as a MJPEG stream, and failing. A fix might be to ad...

Go to advanced search