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...
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. +----[ ...
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!
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...
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...
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 ...
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.
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...
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 ...