Page 1 of 1

Problem setting camera streaming using vlc in windows 10

Posted: 14 Sep 2018 19:41
by pedrodias74
Hi,

I'm having a problem setting a streaming from a camera input (I can capture the camera).

The command is the following:
"C:\Program Files\VideoLAN\VLC\vlc" -I rc dshow:// :dshow-vdev="Live! Cam Sync HD VF0770" :dshow-adev=none :live-caching=100 :sout=#transcode{vcodec=theo,vb=400,fps=10}:http{mux=ogg,dst=:8080/} :no-sout-all :sout-keep

And the error showing is the following:
[025bb518] mux_ogg mux: Open
[02594c20] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 100 ms)
[03fed3b0] main filter error: Failed to create video filter 'transform'
[03fedce0] chain filter error: Too high level of recursion (3)
[03fed848] main filter error: Failed to create video converter
[03fedce0] chain filter error: Too high level of recursion (3)
[03fed848] main filter error: Failed to create video converter
[03fedce0] chain filter error: Too high level of recursion (3)
[03fed848] main filter error: Failed to create video converter
[03fedce0] chain filter error: Too high level of recursion (3)
[03fed848] main filter error: Failed to create video converter
[03fedce0] chain filter error: Too high level of recursion (3)
[03fed848] main filter error: Failed to create video converter
[03fedce0] chain filter error: Too high level of recursion (3)
[03fed848] main filter error: Failed to create video converter
[03fed3b0] main filter error: Failed to create video converter
[0258c750] main stream out error: Failed to create video converter
[02594c20] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 149 ms)
[02594c20] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 175 ms)

This was working on windows 8

I'm using VLC version 3.0.4.
And I've installed the following codec package:
Windows 10 Codec Pack 2.1.1
Windows 8 Codec Pack 2.1.0

Thanks in advance.

Re: Problem setting camera streaming using vlc in windows 10

Posted: 15 Sep 2018 02:23
by Rémi Denis-Courmont
You may need to clear your preferences.

Re: Problem setting camera streaming using vlc in windows 10

Posted: 16 Sep 2018 15:49
by pedrodias74
Thanks Rémi for your reply.

Actually this is a fresh installation, but even doing that it didn't help.
Any more ideas?