Search found 5 matches

Go to advanced search

by mafatik
25 Aug 2019 10:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Dbus error running vlc in docker
Replies: 0
Views: 947

Dbus error running vlc in docker

I'm trying to build docker image with Ubuntu 18.04 and VLC to stream audio. This is my script runs vlc cvlc -A alsa,none --alsa-audio-device default /playlists/pl1.xspf --sout-keep --sout='#transcode{acodec=mp3,channels=2} :standard{mux=mp3,access=http,dst=:8040}' And this is console log [0000563816...
by mafatik
05 Aug 2019 14:09
Forum: Web and scripting
Topic: Script to activate addon
Replies: 0
Views: 1441

Script to activate addon

I've installed addon and now I need to go to View and activate checkbox manually every time VLC starts. How can I activate the addon from command line (Ubuntu) or leave this checkbox activated forever? Thanks
by mafatik
05 Aug 2019 13:59
Forum: Web and scripting
Topic: how to embed a vlc live streaming to a website?
Replies: 2
Views: 7171

Re: how to embed a vlc live streaming to a website?

You need to run vlc $path_to_fle --sout '#standard{mux=,access=http,dst=}' in console where mux=mp4 or other format, dst=localhost:8080 or other host url. Then in html paste

Code: Select all

<video controls> <source src="http://localhost:8080" type="video/mp4"> </video>
by mafatik
05 Aug 2019 13:53
Forum: VLC stream-output (sout)
Topic: How can I get audiotrack name from HTTP stream?
Replies: 3
Views: 1694

Re: How can I get audiotrack name from HTTP stream?

I found this https://addons.videolan.org/p/1172613/ addon. It generates .txt files with meta
by mafatik
31 Jul 2019 11:33
Forum: VLC stream-output (sout)
Topic: How can I get audiotrack name from HTTP stream?
Replies: 3
Views: 1694

How can I get audiotrack name from HTTP stream?

I'm using VLC to stream audio to the web. I need to get metadata such as track name and artist (or at least file name) to show it on my web-page. May be It plausible to save meta at some file and then parse it or something? How can I do that?

Go to advanced search