Page 1 of 1

VOD VLV streaming does not work

Posted: 25 Aug 2021 10:33
by april22
Hello !
Not so long ago I began to use the VLC player. There was a task to make a VOD.

Code: Select all

AlmaLinux release 8.4 (Electric Cheetah) VLC media player 3.0.16 Vetinari (revision 3.0.13-8-g41878ff4f2) vlc -vvvv --vlm-conf 2x2_test.vlm --ttl 12 --color -I telnet --telnet-password 123 --rtsp-host 10.10.18.139 --rtsp-port 5554

log Start VLC

https://pastebin.com/uYVJTKdn

VLM

Code: Select all

> show sova show sova type : vod enabled : yes mux : (null) inputs 1 : file:///home/vlc-user/Cvetik.Semicvetik.1968.DVDRip.avi output : options instances >
TCPDump
https://wdfiles.ru/2ee66c

Any ideas how to solve my problem?

Re: VOD VLV streaming does not work

Posted: 25 Aug 2021 18:28
by Rémi Denis-Courmont
Incorrect URL but note that VoD is deprecated and unsupported anyhow.

Re: VOD VLV streaming does not work

Posted: 26 Aug 2021 10:36
by april22
OK
If the URL is not correct, then you can specify the correct URL for my situation.

i also tried rtsp://10.10.18.139/sova/trackID=0 rtsp://10.10.18.139/sova/trackID=1

the result was unchanged. 404, which can also be seen in the TCPDUMP.

Re: VOD VLV streaming does not work

Posted: 27 Aug 2021 16:21
by Rémi Denis-Courmont
AFAIU, the URL is what you pass as rtsp-host parameter. Again, this feature is no longer supported (and removed in VLC 4.0).