Search found 11 matches

Go to advanced search

by rullbandspelare
28 Apr 2022 11:24
Forum: VLC media player for Windows Troubleshooting
Topic: is SRT Streaming actually enabled in VLC 3.0 ?
Replies: 10
Views: 15604

Re: is SRT Streaming actually enabled in VLC 3.0 ?

PS.

I removed "--keylength=16" then it works!!!!

just use srt://NNN.NNN.NNN.NNN:PPPP --passphrase=yourPasswordHere
(AES-128 works, AES-256 does not)
by rullbandspelare
28 Apr 2022 11:16
Forum: VLC media player for Windows Troubleshooting
Topic: is SRT Streaming actually enabled in VLC 3.0 ?
Replies: 10
Views: 15604

Re: is SRT Streaming actually enabled in VLC 3.0 ?

srt://NNN.NNN.NNN.NNN:PPPP --passphrase=yourPasswordHere --keylength=16 gives me : VLC media player could not start. Either the command line options were invalid or no plugins were found. I have windows VLC version 3.0.10 and listener is using AES-128 (have tried --keylength=128) If i remove encrypt...
by rullbandspelare
16 May 2018 08:46
Forum: VLC media player for Windows Troubleshooting
Topic: How can i make VLC update the file more often?
Replies: 3
Views: 327

Re: How can i make VLC update the file more often?

This is what i have found so far: The only way that I can check is vlc is receiving anything is to use the Telnet interface. with vlc -I telnet Then i can login and do the "stats" command and check the "input bytes read :" value instead of checking the recieved file size. +----[ ...
by rullbandspelare
09 May 2018 06:39
Forum: VLC media player for Windows Troubleshooting
Topic: How can i make VLC update the file more often?
Replies: 3
Views: 327

Re: How can i make VLC update the file more often?

ok, thanks for the answer. I have to try another approach. Is it possible to check the recieved video data any other way? For example if I start vlc with Telnet interface. Can I query how many MB video has been recieved , to be able to detect glitches in network and when the sender goes down . Thanks!
by rullbandspelare
07 May 2018 13:33
Forum: VLC media player for Windows Troubleshooting
Topic: How can i make VLC update the file more often?
Replies: 3
Views: 327

How can i make VLC update the file more often?

Hi! I am recieving a h264 stream over rtsp like this: "rtsp://192.168.1.34/video" --sout file/mp4:"..\132539.mp4" The mp4 file is monitored by another program so that a glitch or disruption in the network transfer is cought with a response. Ie if the file does not grow within 4 s...
by rullbandspelare
25 Mar 2014 11:18
Forum: Web and scripting
Topic: What happened to axvlc.cab?!
Replies: 38
Views: 29959

Re: What happened to axvlc.cab?!

http://www.pixelsplasher.com/_downloads/software/Microsoft-Cabinet-SDK/cabsdk.exe install and follow instructions here https://wiki.videolan.org/ActiveX/ for example C:\cab\BIN>CABARC.EXE N axvlc.cab axvlc.inf vlc-2.1.3-win32.exe This creates an unsigned cab. I have trieed to install it by making th...
by rullbandspelare
13 Jan 2012 23:06
Forum: VLC media player for Windows Troubleshooting
Topic: Win7 and commandline
Replies: 9
Views: 1369

Re: Win7 and commandline

Format : MPEG-PS File size : 5.55 MiB Duration : 18s 239ms Overall bit rate : 2 555 Kbps Video ID : 224 (0xE0) Format : MPEG Video Format version : Version 2 Format profile : Main@Main Format settings, BVOP : No Format settings, Matrix : Default Format settings, GOP : M=1, N=12 Duration : 18s 239ms ...
by rullbandspelare
12 Jan 2012 21:33
Forum: VLC media player for Windows Troubleshooting
Topic: Win7 and commandline
Replies: 9
Views: 1369

Re: Win7 and commandline

If I run this on XP the transcoded video is a MPEG1 container with MPEG2 codec. (Acording to Gspot)
It feels like a bug. Or am I missing something?
The old VLC version 0.8 produces MPEG1 container with MPEG1 codec.

Please enlighten me!! This is causing me trouble!
by rullbandspelare
21 Nov 2010 02:52
Forum: Web and scripting
Topic: Problem with SPACE in param name
Replies: 4
Views: 797

Re: Problem with SPACE in param name

Thanks for Your effort, but no - that did not work either. It seams that it is not only the dshow:// that is affected. something like this works from the command line but not from a webpage as above: video.mkv --video-filter=invert In the webpage it will only work when the file is allone like : <par...
by rullbandspelare
20 Nov 2010 10:18
Forum: Web and scripting
Topic: Problem with SPACE in param name
Replies: 4
Views: 797

Re: Problem with SPACE in param name

Sorry, that did not help.

It is as if it totaly ignores everything after the SPACE character.
Is there any other way to specify --dshow-vdev whe embedding dshow://?
by rullbandspelare
19 Nov 2010 04:13
Forum: Web and scripting
Topic: Problem with SPACE in param name
Replies: 4
Views: 797

Problem with SPACE in param name

Hi! * How do i specify --dshow-vdev=USB-video in an IE embedded webpage? The problem is that it ignores everything after a SPACE character in the param name value and uses the first dshow device instead. <param name="Src" value="dshow:// --dshow-vdev=USB-video" /> I am running a ...

Go to advanced search