Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VLC http streaming params not working #16

Open
snify opened this issue May 18, 2016 · 1 comment
Open

VLC http streaming params not working #16

snify opened this issue May 18, 2016 · 1 comment

Comments

@snify
Copy link

snify commented May 18, 2016

I've tried to stream the output to http, so I it can be possible to play it as

var vlc = require("wcjs-prebuilt"); var renderer = require("wcjs-renderer"); var player = renderer.init("canvas", [":sound=#transcode{vcodec=theo,venc=theora,scale=1,acodec=vorb,ab=160,channels=2,samplerate=44100}:http{mux=ogg,dst=:8081/test}"], { }, vlc);

@RSATom
Copy link
Contributor

RSATom commented May 19, 2016

try look libvlc debug messages with https://technet.microsoft.com/en-us/sysinternals/debugview.aspx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants