Search found 6 matches

Go to advanced search

by ilagi
19 Jun 2015 14:45
Forum: Web and scripting
Topic: VLC embeds in html : "vlc.playlist is null" !?!?
Replies: 3
Views: 2053

Re: VLC embeds in html : "vlc.playlist is null" !?!?

Hi EdwinE, Sorry, xxx.com is NOT my domain, I just changed the real domain name to this "dummy" one to protect the innocent. :-) Any idea of the VLC add-in issue (javascript error: vlc.playlist is null)? The video feed itself is fine, it plays in VLC in the browser if I change the above co...
by ilagi
18 Jun 2015 23:59
Forum: Web and scripting
Topic: VLC embeds in html : "vlc.playlist is null" !?!?
Replies: 3
Views: 2053

VLC embeds in html : "vlc.playlist is null" !?!?

Hi, I'm trying to live-stream a http stream from a webcam on a website, so I need to set the network-caching to a low value. I know that this can only be done via javascript, but unfortunately the latest VLC (v2.2.1) throws 'vlc.playlist' is null or not an object on the vlc object. It seems somethin...
by ilagi
03 Aug 2014 22:23
Forum: VLC stream-output (sout)
Topic: Mkv transcoding to webm leaving video - avformat error
Replies: 0
Views: 785

Mkv transcoding to webm leaving video - avformat error

Hi, I have some .mkv files (VP8 and pcm_mulaw) which I can turn into a webm file in ffmpeg by using the below ffmpeg command and transcoding only the audio and not the video (so it is fast) : ffmpeg -i /tmp/xyz.mkv -c:v copy -b:v 60k -c:a libvorbis /tmp/xyz.webm And then I can stream this webm file ...
by ilagi
03 Aug 2014 06:03
Forum: VLC stream-output (sout)
Topic: Streaming with VLC returns socket bind error (Permission den
Replies: 1
Views: 1743

Re: Streaming with VLC returns socket bind error (Permission

I'm going to answer my own question. So as it turns out it didn't matter what port I speficied in the above config file the http port vlc is trying to use is always 8080, where I already had socket.io running. The only way to change the port is actually by using the --http-port= parameter when calli...
by ilagi
03 Aug 2014 02:19
Forum: VLC stream-output (sout)
Topic: Streaming with VLC returns socket bind error (Permission den
Replies: 1
Views: 1743

Streaming with VLC returns socket bind error (Permission den

I'm trying to stream an .mkv file using VLC on Ubuntu 12.04, but keep receiving: [http] main interface error: socket bind error (Permission denied) I have the next setting for VLC: new channel1 broadcast enabled setup channel1 input /tmp/recording40.mkv setup channel1 output #http{mux=ts,dst=:8080/l...
by ilagi
02 Aug 2014 18:31
Forum: Web and scripting
Topic: Streaming an .mkv file in live (while being written)
Replies: 0
Views: 1402

Streaming an .mkv file in live (while being written)

Hi, I have a system where an .mkv file is being written on the server from a live screen and I would like to use VLC Web Player to live stream it. Using VLC Web Player I can stream from the file while it is being written, just by using the below code, but it only plays up to the point where the reco...

Go to advanced search